Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Network.Bluetooth.xml
index 9660727..b03964c 100644 (file)
-<?xml version="1.0"?>
-<doc>
-    <assembly>
-        <name>Tizen.Network.Bluetooth</name>
-    </assembly>
-    <members>
-        <!-- Badly formed XML comment ignored for member "T:Tizen.Network.Bluetooth.BluetoothAdapter" -->
-        <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.IsBluetoothEnabled">
-            <summary>
-            A property to check whether the Bluetooth is enabled.
-            </summary>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.Address">
-            <summary>
-            The local adapter address.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.Name">
-            <summary>
-            The name of the local adapter.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.Visibility">
-            <summary>
-            The visibility mode of the Bluetooth adapter.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.IsDiscoveryInProgress">
-            <summary>
-            A property to check whether the device discovery process is in progress.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.RemainingTimeAsVisible">
-            <summary>
-            The remaining time, in seconds, until the visibility mode is changed from TimeLimitedDiscoverable to NonDiscoverable.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.StateChanged">
-            <summary>
-            The StateChanged event is raised when the Bluetooth adapter state is changed.
-            </summary>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.NameChanged">
-            <summary>
-            The NameChanged event is raised when the Bluetooth adapter name is changed.
-            </summary>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.VisibilityModeChanged">
-            <summary>
-            The VisibilityModeChanged event is raised when the Bluetooth adapter visibility mode is changed.
-            </summary>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.VisibilityDurationChanged">
-            <summary>
-            The VisibilityDurationChanged event is raised very second until the visibility mode is changed to NonDiscoverable.
-            </summary>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.DiscoveryStateChanged">
-            <summary>
-            The DiscoveryStateChanged event is raised when the device discovery state is changed.
-            </summary>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.ScanResultChanged">
-            <summary>
-            This event is called when the LE scan result is obtained.
-            </summary>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.StartDiscovery">
-            <summary>
-            Starts the device discovery process.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled and the device discovery process can be stopped by StopDiscovery().
-            If this succeeds, the DiscoveryStateChanged event will be invoked.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or the start discovery fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.StopDiscovery">
-            <summary>
-            Stops the device discovery process.
-            </summary>
-            <remarks>
-            The device discovery process must be in progress with StartDiscovery().
-            If this succeeds, the DiscoveryStateChanged event will be invoked.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled or 
-            the discovery process is not is progress. </exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.GetBondedDevices">
-            <summary>
-            Retrieves the device information of all bonded devices.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <returns> The list of the bonded BluetoothDeviceInfo objects.</returns>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or reading the Bonded devices list is failed.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.GetBondedDevice(System.String)">
-            <summary>
-            Gets the device information of a bonded device.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <returns> Information of the bonded BluetoothDeviceInfo object.</returns>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or reading the bonded device information fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.IsServiceUsed(System.String)">
-            <summary>
-            Checks whether the UUID of service is used or not.
-            </summary>
-            <returns><c>true</c> if the specified serviceUuid is used, otherwise <c>false</c>.</returns>
-            <param name="serviceUuid">The UUID of Service.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.GetLocalOobData">
-            <summary>
-            Gets the hash and the randomizer value of the local OOB data object.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <returns>The BluetoothOobData object.</returns>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or the read OObData procedure is failed.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.SetRemoteOobData(System.String,Tizen.Network.Bluetooth.BluetoothOobData)">
-            <summary>
-            Sets the hash and the randmoizer value of the OOB data into the remote device.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <param name="address">The remote device address.</param>
-            <param name="oobData">The BluetoothOobData object.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or the set OobData procedure is failed.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.RemoveRemoteOobData(System.String)">
-            <summary>
-            Removes the hash and the randomizer value of the OOB data from the remote device.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <param name="address">The remote device address.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.
-            or if the Remove Oobdata procedure is failed.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.StartLeScan">
-            <summary>
-            Starts the Bluetooth LE scan operation to discover BLE devices
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>The result of the operation StartLeScan.
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled
-            or the Start LE scan is failed.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.StopLeScan">
-            <summary>
-            Stops the Bluetooth LE scan operation.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>The result of the operation stopLescan.
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled
-            or the Stop LE scan is failed.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.GetBluetoothLeAdvertiser">
-            <summary>
-            Returns the BluetoothLeAdvertiser instance.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled before calling this API.
-            </remarks>
-            <returns>The BluetoothLeAdvertiser instance.</returns>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.CreateServerSocket(System.String)">
-            <summary>
-            Registers a rfcomm server socket with a specific UUID.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled before calling this API.
-            </remarks>
-            <returns>The BluetoothServerSocket instance.</returns>
-            <param name="serviceUuid">The UUID of service to provide.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or the socket create error occurs.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.DestroyServerSocket(Tizen.Network.Bluetooth.BluetoothServerSocket)">
-            <summary>
-            Removes the rfcomm server socket which was created using CreateServerSocket().
-            </summary>
-            <remarks>
-            The socket must be created with CreateServerSocket(). The ConnectionStateChanged event is raised after this API is called.
-            </remarks>
-            <param name="socket">The server socket instance is created using CreateServerSocket().</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or the socket destroy error occurs.</exception>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothAudio">
-            <summary>
-            This class is used to handle the connection with other Bluetooth audio devices
-            like headset, hands-free, and headphone.
-            </summary>
-            <privilege> http://tizen.org/privilege/bluetooth </privilege>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothAudio.AudioConnectionStateChanged">
-            <summary>
-            The AudioConnectionStateChanged event is called when the audio connection state is changed.
-            </summary>
-        </member>
-        <!-- Badly formed XML comment ignored for member "M:Tizen.Network.Bluetooth.BluetoothAudio.Connect(Tizen.Network.Bluetooth.BluetoothAudioProfileType)" -->
-        <!-- Badly formed XML comment ignored for member "M:Tizen.Network.Bluetooth.BluetoothAudio.Disconnect(Tizen.Network.Bluetooth.BluetoothAudioProfileType)" -->
-        <member name="T:Tizen.Network.Bluetooth.BluetoothAvrcp">
-            <summary>
-            This class is used to notify changes of the target device (For example, media player) to the control device (For example, headset).
-            </summary>
-            <privilege> http://tizen.org/privilege/bluetooth </privilege>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothAvrcp.TargetConnectionStateChanged">
-            <summary>
-            The TargetConnectionStateChanged event is invoked when the connection state is changed.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothAvrcp.EqualizerStateChanged">
-            <summary>
-            The EqualizerStateChanged event is invoked when the equalizer state is changed by the remote control device.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothAvrcp.RepeatModeChanged">
-            <summary>
-            The RepeatModeChanged event is invoked when the repeat mode is changed by the remote control device.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothAvrcp.ShuffleModeChanged">
-            <summary>
-            The ShuffleModeChanged event is invoked when the shuffle mode is changed by the remote control device.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothAvrcp.ScanModeChanged">
-            <summary>
-            The ScanModeChanged event is invoked when the scan mode is changed by the remote control device.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyEqualizerState(Tizen.Network.Bluetooth.EqualizerState)">
-            <summary>
-            Notifies the equalize state to the remote device.
-            </summary>
-            <remarks>
-            The remote device must be connected.
-            </remarks>
-            <param name="state">The equalizer state.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or when notifying the equalizer state to the remote device fails.</exception>
-        </member>
-        <!-- Badly formed XML comment ignored for member "M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyRepeatMode(Tizen.Network.Bluetooth.RepeatMode)" -->
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyShuffleMode(Tizen.Network.Bluetooth.ShuffleMode)">
-            <summary>
-            Notifies the shuffle mode to the remote device.
-            </summary>
-            <remarks>
-            The remote device must be connected.
-            </remarks>
-            <param name="mode">The shuffle mode.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or when notifying the shuffle mode state to the remote device fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyScanMode(Tizen.Network.Bluetooth.ScanMode)">
-            <summary>
-            Notifies the scan mode to the remote device.
-            </summary>
-            <remarks>
-            The remote device must be connected.
-            </remarks>
-            <param name="mode">The scan mode.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or when notifying the scan mode state to the remote device fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyPlayerState(Tizen.Network.Bluetooth.PlayerState)">
-            <summary>
-            Notifies the player state to the remote device.
-            </summary>
-            <remarks>
-            The remote device must be connected.
-            </remarks>
-            <param name="state">The player state.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or when notifying the player state to the remote device fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyCurrentPosition(System.UInt32)">
-            <summary>
-            Notifies the current position of the song to the remote device.
-            </summary>
-            <remarks>
-            The remote device must be connected.
-            </remarks>
-            <param name="position">The current position in milliseconds.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or when notifying the current position state to the remote device fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyTrack(Tizen.Network.Bluetooth.Track)">
-            <summary>
-            Notifies the track to the remote device.
-            </summary>
-            <remarks>
-            The remote device must be connected.
-            </remarks>
-            <param name="trackData">The data of the track.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or when notifying the shuffle track state to the remote device fails.</exception>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothClass">
-            <summary>
-            This class is used to handle the device class types and the service.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothClass.MajorDeviceClassType">
-            <summary>
-            The type of the major device class.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothClass.MinorDeviceClassType">
-            <summary>
-            The type of the minor device class.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothClass.MajorServiceClassMask">
-            <summary>
-            The major service class mask.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothOobData">
-            <summary>
-            This class contains the information of the Bluetooth OOB data.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothOobData.#ctor">
-            <summary>
-            The default constructor. Initializes an object of the BluetoothOobData.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothOobData.HashValue">
-            <summary>
-            The hash value.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothOobData.RandomizerValue">
-            <summary>
-            The randomizer value.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothDeviceSdpData">
-            <summary>
-            This class contains the information of the Bluetooth device SDP data.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothDeviceSdpData.DeviceAddress">
-            <summary>
-            The device address.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothDeviceSdpData.ServiceUuid">
-            <summary>
-            The service UUID.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothDeviceConnectionData">
-            <summary>
-            This class contains the information of the Bluetooth device connection data.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothDeviceConnectionData.Address">
-            <summary>
-            The device address.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothDeviceConnectionData.LinkType">
-            <summary>
-            The type of the connection link.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothDeviceConnectionData.DisconnectReason">
-            <summary>
-            The disconnect reason.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.Track">
-            <summary>
-            This class contains the information of the track data.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.Track.#ctor">
-            <summary>
-            The default constructor. Initializes an object of the track.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.Track.Title">
-            <summary>
-            The title of the track.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.Track.Artist">
-            <summary>
-            The artist of the track.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.Track.Album">
-            <summary>
-            The album of the track.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.Track.Genre">
-            <summary>
-            The genre of the track.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.Track.TrackNum">
-            <summary>
-            The track number.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.Track.TotalTracks">
-            <summary>
-            The number of all tracks.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.Track.Duration">
-            <summary>
-            The duration of the track in milliseconds.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.ManufacturerData">
-            <summary>
-            This class contains the information of the manufacturer data.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.ManufacturerData.#ctor">
-            <summary>
-            The default Constructor. Initializes an object of the ManufacturerData.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.ManufacturerData.Id">
-            <summary>
-            The manufacturer ID.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.ManufacturerData.DataLength">
-            <summary>
-            The length of the manufacturer data.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.ManufacturerData.Data">
-            <summary>
-            The manufacturer data.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothServiceData">
-            <summary>
-            This class contains the information of the Bluetooth service data.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothServiceData.#ctor">
-            <summary>
-            The default constructor. Initializes an object of the BluetoothServiceData.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothServiceData.Uuid">
-            <summary>
-            The UUID of the service.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothServiceData.DataLength">
-            <summary>
-            The data length of the service data.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothServiceData.Data">
-            <summary>
-            The service data.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothLeServiceData">
-            <summary>
-            This class contains the service data information.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeServiceData.ServiceUuid">
-            <summary>
-            The Bluetooth LE service UUID.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeServiceData.ServiceData">
-            <summary>
-            The Bluetooth LE service data.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeServiceData.ServiceDataLength">
-            <summary>
-            The length of the service data.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.SocketData">
-            <summary>
-            This class contains the information of the socket data.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.SocketData.SocketFd">
-            <summary>
-            The socket FD.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.SocketData.DataSize">
-            <summary>
-            The length of the received data.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.SocketData.Data">
-            <summary>
-            The received data.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.SocketConnection">
-            <summary>
-            This class contains the information of the socket connection.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.SocketConnection.SocketFd">
-            <summary>
-            The connected socket FD.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.SocketConnection.Address">
-            <summary>
-            The remote device address.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.SocketConnection.ServiceUuid">
-            <summary>
-            The service UUID.
-            </summary>
-        </member>
-        <!-- Badly formed XML comment ignored for member "T:Tizen.Network.Bluetooth.BluetoothDevice" -->
-        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.Address">
-            <summary>
-            The address of the device.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.Name">
-            <summary>
-            The name of the device.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.Rssi">
-            <summary>
-            The strength indicator of received signal of the device.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.Class">
-            <summary>
-            The class of the device.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.ServiceUuidList">
-            <summary>
-            The service UUID list of the device.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.ServiceCount">
-            <summary>
-            The number of services.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.IsPaired">
-            <summary>
-            The paired state of the device.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.IsConnected">
-            <summary>
-            The connection state of the device.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.IsAuthorized">
-            <summary>
-            The authorization state of the device.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.AppearanceType">
-            <summary>
-            The Bluetooth appearance.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.ManufacturerDataLength">
-            <summary>
-            The length of the manufacturer data.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.ManufacturerData">
-            <summary>
-            The manufacturer data.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothDevice.BondCreated">
-            <summary>
-            The BondCreated event is raised when the process of creating the bond is finished.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothDevice.BondDestroyed">
-            <summary>
-            The BondDestroyed event is raised when the bond is destroyed.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothDevice.AuthorizationChanged">
-            <summary>
-            The AuthorizationChanged event is raised when the authorization of the device is changed.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothDevice.ServiceSearched">
-            <summary>
-            The ServiceSearched event is raised when the process of service searched is finished.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothDevice.ConnectionStateChanged">
-            <summary>
-            The ConnectionStateChanged event is raised when the connection state is changed.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.CreateBond">
-            <summary>
-            Creates a bond with the remote Bluetooth device.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled and the remote device must be discoverable by StartDiscovery(). The bond can be destroyed by DestroyBond().
-            The bonding request can be cancelled by CancelBonding(). If this succeeds, the BondCreated event will be invoked.
-            </remarks>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when the create bonding process to the remote device fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.CancelBonding">
-            <summary>
-            Cancels the bonding process.
-            </summary>
-            <remarks>
-            Bonding must be in progress by CreateBond().
-            </remarks>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when the cancel bonding procedure to remote device fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.DestroyBond">
-            <summary>
-            Destroys the bond.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled and the bond must be created by CreateBond().
-            If this succeeds, the BondDestroyed event will be invoked.
-            </remarks>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when the destroy bonding procedure fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.SetAlias(System.String)">
-            <summary>
-            Sets an alias for the bonded device.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled and the bond must be created by CreateBond().
-            </remarks>
-            <param name="aliasName">The alias name of the remote device.</param>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when the set alias name to remote device fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.SetAuthorization(Tizen.Network.Bluetooth.BluetoothAuthorizationType)">
-            <summary>
-            Sets the authorization of a bonded device.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled and the bond must be created by CreateBond().
-            If this succeeds, the AuthorizationChanged event will be invoked.
-            </remarks>
-            <param name="authorizationState">The authorization state.</param>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when the set authorization to remote device fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.GetMaskFromUuid(System.String[])">
-            <summary>
-            Gets the mask from the UUID.
-            </summary>
-            <returns>The service mask list converted from the given UUID list.</returns>
-            <param name="uuids">The UUID list of the device.</param>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when the get Mask from UUID fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.StartServiceSearch">
-            <summary>
-            Starts the search for services supported by the specified device.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled and remote device must be discoverable by StartDiscovery(). The bond must be created by CreateBond().
-            If this succeeds, the ServiceSearched event will be invoked.
-            </remarks>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when the remote device service search fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.GetConnectedProfiles">
-            <summary>
-            Gets the connected profiles.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <returns>The connected Bluetooth profiles.</returns>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when there is no BT connection.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.IsProfileConnected(Tizen.Network.Bluetooth.BluetoothProfileType)">
-            <summary>
-            Determines if profile is connected to the specified remote device.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <returns><c>true</c> if profile is connected, otherwise <c>false</c>.</returns>
-            <param name="profileType">The Bluetooth profile type.</param>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when there is no BT connection.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.GetProfile``1">
-            <summary>
-            Returns the instance of the Bluetooth profile type.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.CreateSocket(System.String)">
-            <summary>
-            Creates the client socket.
-            </summary>
-            <returns>The IBluetoothClientSocket instance.</returns>
-            <param name="serviceUuid">The UUID of the service.</param>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothState">
-            <summary>
-            Enumeration for the Bluetooth states.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothState.Disabled">
-            <summary>
-            The disabled state.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothState.Enabled">
-            <summary>
-            The enabled state.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothError">
-            <summary>
-            Enumeration for the Bluetooth errors.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.None">
-            <summary>
-            Successful.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.Cancelled">
-            <summary>
-            Operation canceled.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.InvalidParameter">
-            <summary>
-            Invalid parameter.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.OutOfMemory">
-            <summary>
-            Out of memory.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.ResourceBusy">
-            <summary>
-            Device or resource busy.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.TimedOut">
-            <summary>
-            Timeout error.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.NowInProgress">
-            <summary>
-            Operation now in progress.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.NotSupported">
-            <summary>
-            Bluetooth is not supported.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.PermissionDenied">
-            <summary>
-            Permission denied.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.QuotaExceeded">
-            <summary>
-            Quota exceeded.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.NoData">
-            <summary>
-            No data available.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.NotInitialized">
-            <summary>
-            Local adapter not initialized.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.NotEnabled">
-            <summary>
-            Local adapter not enabled.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.AlreadyDone">
-            <summary>
-            Operation already done.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.OperationFailed">
-            <summary>
-            Operation failed.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.NotInProgress">
-            <summary>
-            Operation not in progress.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.RemoteDeviceNotBonded">
-            <summary>
-            Remote device not bonded.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.AuthRejected">
-            <summary>
-            Authentication rejected.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.AuthFailed">
-            <summary>
-            Authentication failed.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.RemoteDeviceNotFound">
-            <summary>
-            Remote device not found.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.ServiceSearchFailed">
-            <summary>
-            Service search failed.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.RemoteDeviceNotConnected">
-            <summary>
-            Remote device is not connected.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.ResourceUnavailable">
-            <summary>
-            Resource temporarily unavailable.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothError.ServiceNotFound">
-            <summary>
-            Service Not Found.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.VisibilityMode">
-            <summary>
-            Enumeration for the Bluetooth visibility modes.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.VisibilityMode.NonDiscoverable">
-            <summary>
-            The non-discoverable mode.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.VisibilityMode.Discoverable">
-            <summary>
-            The discoverable mode.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.VisibilityMode.TimeLimitedDiscoverable">
-            <summary>
-            The discoverable mode with limited time.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType">
-            <summary>
-            Enumeration for the Bluetooth major device class types.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Misc">
-            <summary>
-            The miscellaneous major class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Computer">
-            <summary>
-            The computer major class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Phone">
-            <summary>
-            The phone major class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.LanNetworkAccessPoint">
-            <summary>
-            The LAN/Network access point major class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.AudioVideo">
-            <summary>
-            The audio/video major class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Peripheral">
-            <summary>
-            The peripheral major class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Imaging">
-            <summary>
-            The imaging major class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Wearable">
-            <summary>
-            The wearable major class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Toy">
-            <summary>
-            The toy major class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Health">
-            <summary>
-            The health major class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Uncategorized">
-            <summary>
-            The uncategorized major class type.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType">
-            <summary>
-            Enumeration for the Bluetooth minor device class types.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerUncategorized">
-            <summary>
-            The uncategorized computer minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerDesktopWorkstation">
-            <summary>
-            The desktop workstation computer minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerServer">
-            <summary>
-            The server computer minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerLaptop">
-            <summary>
-            The laptop computer minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerHandheldPcOrPda">
-            <summary>
-            The handheld PC/PDA computer minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerPalmSizedPcOrPda">
-            <summary>
-            The palm sized PC/PDA computer minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerWearableComputer">
-            <summary>
-            The wearable computer minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneUncategorized">
-            <summary>
-            The unclassified phone minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneCellular">
-            <summary>
-            The cellular phone minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneCordless">
-            <summary>
-            The cordless phone minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneSmartPhone">
-            <summary>
-            The smartphone phone minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneWiredModemOrVoiceGateway">
-            <summary>
-            The wired modem or voice gateway phone minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneCommonIsdnAccess">
-            <summary>
-            The ISDN phone minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPointFullyAvailable">
-            <summary>
-            Fully available LAN/Network access point minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint1To17PercentUtilized">
-            <summary>
-            1-17% utilized LAN/Network access point minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint17To33PercentUtilized">
-            <summary>
-            17-33% utilized LAN/Network access point minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint33To50PercentUtilized">
-            <summary>
-            33-50% utilized LAN/Network access point minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint50To67PercentUtilized">
-            <summary>
-            50-67% utilized LAN/Network access point minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint67To83PercentUtilized">
-            <summary>
-            67-83% utilized LAN/Network access point minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint83To99PercentUtilized">
-            <summary>
-            83-99% utilized LAN/Network access point minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPointNoServiceAvailable">
-            <summary>
-            No service available LAN/Network access point minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoUncategorized">
-            <summary>
-            The uncategorized audio/video minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoWearableHeadset">
-            <summary>
-            The wearable headset audio/video minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoHandsFree">
-            <summary>
-            The hands free audio/video minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoMicrophone">
-            <summary>
-            The microphone audio/video minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoLoudspeaker">
-            <summary>
-            The loudspeaker audio/video minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoHeadphones">
-            <summary>
-            The headphones audio/video minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoPortableAudio">
-            <summary>
-            The portable audio audio/video minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoCarAudio">
-            <summary>
-            The car audio audio/video minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoSetTopBox">
-            <summary>
-            The SetTopbox audio/video minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoHifiAudioDevice">
-            <summary>
-            The Hi-Fi audio/video minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoVcr">
-            <summary>
-            The VCR audio/video minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoVideoCamera">
-            <summary>
-            The video camera audio/video minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoCamcorder">
-            <summary>
-            Camcorder audio/video minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoVideoMonitor">
-            <summary>
-            The video monitor audio/video minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoVideoDisplayLoudspeaker">
-            <summary>
-            The video display and loudspeaker audio/video minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoVideoConferencing">
-            <summary>
-            The video conferencing audio/video minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoGamingToy">
-            <summary>
-            The gaming/toy audio/video minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralUncategorized">
-            <summary>
-            The uncategorized peripheral minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralKeyBoard">
-            <summary>
-            The keyboard peripheral minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralPointingDevice">
-            <summary>
-            The pointing device peripheral minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralComboKeyboardPointingDevice">
-            <summary>
-            The combo keyboard peripheral minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralJoystick">
-            <summary>
-            The joystick peripheral minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralGamePad">
-            <summary>
-            The game pad peripheral minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralRemoteControl">
-            <summary>
-            The remote control peripheral minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralSensingDevice">
-            <summary>
-            The sensing device peripheral minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralDigitizerTablet">
-            <summary>
-            The digitizer peripheral minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralCardReader">
-            <summary>
-            The card reader peripheral minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralDigitalPen">
-            <summary>
-            The digital pen peripheral minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralHandheldScanner">
-            <summary>
-            The handheld scanner peripheral minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralHandheldGesturalInputDevice">
-            <summary>
-            The handheld gestural input computer minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ImagingDisplay">
-            <summary>
-            The display imaging minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ImagingCamera">
-            <summary>
-            The camera imaging minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ImagingScanner">
-            <summary>
-            The scanner imaging minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ImagingPrinter">
-            <summary>
-            The printer imaging minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.WearableWristWatch">
-            <summary>
-            The wrist watch wearable minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.WearablePager">
-            <summary>
-            The pager wearable minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.WearableJacket">
-            <summary>
-            The jacket wearable minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.WearableHelmet">
-            <summary>
-            The helmet wearable minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.WearableGlasses">
-            <summary>
-            The glasses wearable minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ToyRobot">
-            <summary>
-            The robot toy minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ToyVehicle">
-            <summary>
-            The vehicle toy minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ToyDollAction">
-            <summary>
-            The doll toy minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ToyController">
-            <summary>
-            The controller toy minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ToyGame">
-            <summary>
-            The game toy minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthUncategorized">
-            <summary>
-            The uncategorized health minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthBloodPressureMonitor">
-            <summary>
-            The BP monitor health minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthThermometer">
-            <summary>
-            The thermometer health minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthWeighingScale">
-            <summary>
-            The scale health minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthGlucoseMeter">
-            <summary>
-            The glucose meter health minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthPulseOximeter">
-            <summary>
-            The pulse oximeter health minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthHeartPulseRateMonitor">
-            <summary>
-            The heart/pulse rate monitor health minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthDataDisplay">
-            <summary>
-            The display health minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthStepCounter">
-            <summary>
-            The step counter health minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthBodyCompositionAnalyzer">
-            <summary>
-            The body composition analyzer health minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthPeakFlowMonitor">
-            <summary>
-            The peak flow monitor health minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthMedicationMonitor">
-            <summary>
-            The medication monitor health minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthKneeProsthesis">
-            <summary>
-            The knee prosthesis health minor class type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthAnkleProsthesis">
-            <summary>
-            The ankle prosthesis health minor class type.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothDeviceDiscoveryState">
-            <summary>
-            Enumeration for the Bluetooth device discovery states.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceDiscoveryState.Started">
-            <summary>
-            The device discovery is started.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceDiscoveryState.Finished">
-            <summary>
-            The device discovery is finished.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceDiscoveryState.Found">
-            <summary>
-            The remote device is found.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothAppearanceType">
-            <summary>
-            Enumeration for the Bluetooth appearance types.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothAppearanceType.Unknown">
-            <summary>
-            Unknown.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothAppearanceType.GenericPhone">
-            <summary>
-            Generic phone.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothAppearanceType.GenericComputer">
-            <summary>
-            Generic computer.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothAppearanceType.GenericWatch">
-            <summary>
-            Generic watch.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothAudioProfileType">
-            <summary>
-            Enumeration for the Bluetooth audio profile types.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothAudioProfileType.All">
-            <summary>
-            All supported profiles of audio.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothAudioProfileType.HspHfp">
-            <summary>
-            The Headset and Hands-Free profile.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothAudioProfileType.AdvancedAudioDistribution">
-            <summary>
-            The Advanced Audio Distribution profile.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothAudioProfileType.AudioGateway">
-            <summary>
-            The Audio Gateway profile.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothAudioProfileType.AdvancedAudioDistributionSink">
-            <summary>
-            The Advanced Audio Distribution profile sink role.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothServiceClassType">
-            <summary>
-            Enumeration for the Bluetooth service class types.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.None">
-            <summary>
-            No service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Res">
-            <summary>
-            The RES service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Spp">
-            <summary>
-            The SPP service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Dun">
-            <summary>
-            The DUN service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Fax">
-            <summary>
-            The FAX service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Lap">
-            <summary>
-            The LAP service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Hsp">
-            <summary>
-            The HSP service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Hfp">
-            <summary>
-            The HFPservice class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Opp">
-            <summary>
-            The OPP service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Ftp">
-            <summary>
-            The FTP service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Ctp">
-            <summary>
-            The CTP service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Icp">
-            <summary>
-            The ICP service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Sync">
-            <summary>
-            The Sync service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Bpp">
-            <summary>
-            The BPP service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Bip">
-            <summary>
-            The BIP service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Panu">
-            <summary>
-            The PANU service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Nap">
-            <summary>
-            The NAP service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Gn">
-            <summary>
-            The GN service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Sap">
-            <summary>
-            The SAP service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.A2dp">
-            <summary>
-            The A2DP service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Avrcp">
-            <summary>
-            The AVRCP service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Pbap">
-            <summary>
-            The PBAP service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Hid">
-            <summary>
-            The HID service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.A2dpSource">
-            <summary>
-            The A2DP Source service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.All">
-            <summary>
-            All service class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Max">
-            <summary>
-            The Max service class.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothProfileType">
-            <summary>
-            Enumeration for the Bluetooth profile types.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.Rfcomm">
-            <summary>
-            The RFCOMM profile.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.AdvancedAudioDistribution">
-            <summary>
-            The Advanced Audio Distribution Profile Source role.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.Headset">
-            <summary>
-            The Headset profile.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.HumanInterfaceDevice">
-            <summary>
-            The Human Interface Device profile.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.NetworkAccessPoint">
-            <summary>
-            The Network Access Point profile.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.AudioGateway">
-            <summary>
-            The Audio Gateway profile.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.GenericAttribute">
-            <summary>
-            The Generic Attribute profile.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.NapServer">
-            <summary>
-            The NAP Server profile.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.AdvancedAudioDistributionSink">
-            <summary>
-            The advanced Audio Distribution profile sink role.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothAuthorizationType">
-            <summary>
-            Enumeration for the Bluetooth authorization types.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothAuthorizationType.Authorized">
-            <summary>
-            The authorized type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothAuthorizationType.Unauthorized">
-            <summary>
-            The unauthorized type.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothConnectionLinkType">
-            <summary>
-            Enumeration for the Bluetooth connection link types.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothConnectionLinkType.BrEdr">
-            <summary>
-            The BR/EDR link.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothConnectionLinkType.Le">
-            <summary>
-            The LE link.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothConnectionLinkType.Default">
-            <summary>
-            The default connection type.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothDisconnectReason">
-            <summary>
-            Enumeration for the Bluetooth disconnect reason.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothDisconnectReason.Unknown">
-            <summary>
-            The disconnected by unknown reason.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothDisconnectReason.Timeout">
-            <summary>
-            The disconnected by timeout.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothDisconnectReason.LocalHost">
-            <summary>
-            The disconnected by local host.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothDisconnectReason.Remote">
-            <summary>
-            The disconnected by remote.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothSocketRole">
-            <summary>
-            Enumeration for the connected Bluetooth device event roles.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothSocketRole.Unknown">
-            <summary>
-            Unknown role.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothSocketRole.Server">
-            <summary>
-            The server role.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothSocketRole.Client">
-            <summary>
-            The client role.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothSocketState">
-            <summary>
-            Enumeration for the Bluetooth socket connection states.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothSocketState.Connected">
-            <summary>
-            The RFCOMM is connected.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothSocketState.Disconnected">
-            <summary>
-            The RFCOMM is disconnected.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.EqualizerState">
-            <summary>
-            Enumeration for the equalizer states.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.EqualizerState.Off">
-            <summary>
-            Equalizer Off.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.EqualizerState.On">
-            <summary>
-            Equalizer On.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.RepeatMode">
-            <summary>
-            Enumeration for the repeat modes.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.RepeatMode.Off">
-            <summary>
-            Repeat off.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.RepeatMode.SingleTrack">
-            <summary>
-            Single track repeat.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.RepeatMode.AllTrack">
-            <summary>
-            All track repeat.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.RepeatMode.Group">
-            <summary>
-            Group repeat.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.ShuffleMode">
-            <summary>
-            Enumeration for the shuffle modes.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.ShuffleMode.Off">
-            <summary>
-            Shuffle off.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.ShuffleMode.AllTrack">
-            <summary>
-            All tracks shuffle.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.ShuffleMode.Group">
-            <summary>
-            Group shuffle.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.ScanMode">
-            <summary>
-            Enumeration for the scan modes.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.ScanMode.Off">
-            <summary>
-            Scan off.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.ScanMode.AllTrack">
-            <summary>
-            All tracks scan.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.ScanMode.Group">
-            <summary>
-            Group scan.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.PlayerState">
-            <summary>
-            Enumeration for the player states.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.PlayerState.Stopped">
-            <summary>
-            The stopped state.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.PlayerState.Playing">
-            <summary>
-            The playing state.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.PlayerState.Paused">
-            <summary>
-            The paused state.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.PlayerState.SeekForward">
-            <summary>
-            The seek forward state.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.PlayerState.SeekRewind">
-            <summary>
-            The seek rewind state.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothLeDeviceAddressType">
-            <summary>
-            Enumeration for the Bluetooth LE device address types.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothLeDeviceAddressType.BluetoothLePublicAddress">
-            <summary>
-            The Buetooth LE public address.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothLeDeviceAddressType.BluetoothLePrivateAddress">
-            <summary>
-            The Bluetooth LE private address.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothLePacketType">
-            <summary>
-            Enumeration for the Bluetooth LePacket types.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothLePacketType.BluetoothLeAdvertisingPacket">
-            <summary>
-            The Bluetooth LE advertising packet.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothLePacketType.BluetoothLeScanResponsePacket">
-            <summary>
-            The Bluetooth LE scan response packet.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothLeDataType">
-            <summary>
-            Enumeration for the Bluetooth LE data types.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothLeDataType.BluetoothLePacketDataList16BitServiceUuid">
-            <summary>
-            The Bluetooth LE packet data list 16 bit service uuid.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothLeDataType.BluetoothLePacketManufacturerData">
-            <summary>
-            The Bluetooth LE packet manufacturer data.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothLeAdvertisingMode">
-            <summary>
-            Enumeration for the Bluetooth LE advertising mode types.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothLeAdvertisingMode.BluetoothLeAdvertisingBalancedMode">
-            <summary>
-            The Bluetooth LE advertising balanced mode.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothLeAdvertisingMode.BluetoothLeAdvertisingLowLatencyMode">
-            <summary>
-            The Bluetooth LE advertising low latency mode.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothLeAdvertisingMode.BluetoothLeAdvertisingLowEnergyMode">
-            <summary>
-            The Bluetooth LE advertising low energy mode.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothLeAdvertisingState">
-            <summary>
-            Enumeration for the Bluetooth LE advertising mode type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothLeAdvertisingState.BluetoothLeAdvertisingStopped">
-            <summary>
-            The Bluetooth LE advertising stopped.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothLeAdvertisingState.BluetoothLeAdvertisingStarted">
-            <summary>
-            The Bluetooth LE advertising started.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.IntDataType">
-            <summary>
-            Enumeration for the integer type for GATT handle's values.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.IntDataType.SignedInt8">
-            <summary>
-            The 8-bit signed integer type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.IntDataType.SignedInt16">
-            <summary>
-            The 16-bit signed integer type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.IntDataType.SignedInt32">
-            <summary>
-            The 32-bit signed integer type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.IntDataType.UnsignedInt8">
-            <summary>
-            The 8-bit unsigned integer type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.IntDataType.UnsignedInt16">
-            <summary>
-            The 16-bit unsigned integer type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.IntDataType.UnsignedInt32">
-            <summary>
-            The 32-bit unsigned integer type.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.FloatDataType">
-            <summary>
-            Enumerations of the float type for GATT handle's values.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.FloatDataType.Float">
-            <summary>
-            The 32-bit float type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.FloatDataType.SFloat">
-            <summary>
-            The 16-bit float type.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.GattHandleType">
-            <summary>
-            Enumeration for the GATT handle's types.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.GattHandleType.Service">
-            <summary>
-            The GATT service type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.GattHandleType.Characteristic">
-            <summary>
-            The GATT characteristic type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.GattHandleType.Descriptor">
-            <summary>
-            The GATT descriptor type.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothGattServiceType">
-            <summary>
-            Enumeration for the service types.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothGattServiceType.Primary">
-            <summary>
-            The GATT primary service type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothGattServiceType.Secondary">
-            <summary>
-            The GATT secondary service type.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothGattProperty">
-            <summary>
-            Enumeration for the characteristic's property.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.Broadcast">
-            <summary>
-            The broadcast property.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.Read">
-            <summary>
-            The read property.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.WriteWithoutResponse">
-            <summary>
-            The write without response property.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.Write">
-            <summary>
-            The write property.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.Notify">
-            <summary>
-            The notify property.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.Indicate">
-            <summary>
-            The indicate property.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.AuthenticatedSignedWrites">
-            <summary>
-            The authenticated signed writes property.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.ExtendedProperties">
-            <summary>
-            The extended properties.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothGattPermission">
-            <summary>
-            Enumeration for the Bluetooth GATT permission types.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothGattPermission.Read">
-            <summary>
-            Read permission.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothGattPermission.Write">
-            <summary>
-            Write permission.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothGattWriteType">
-            <summary>
-            Enumeration for the write types.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothGattWriteType.NoResponse">
-            <summary>
-            The write without response.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothGattWriteType.WriteWithResponse">
-            <summary>
-            The write with response.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothGattRequestType">
-            <summary>
-            Enumeration for the remote device request types for attributes.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothGattRequestType.Read">
-            <summary>
-            Read requested.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothGattRequestType.Write">
-            <summary>
-            Write requested.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothErrorFactory">
-            <summary>
-            A class which is used to Throw the Bluetooth Error exceptions.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothErrorFactory.ThrowBluetoothException(System.Int32)">
-            <summary>
-            Exceptions for Bluetooth Errors.
-            </summary>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth Error happens.</exception>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.StateChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the changed Bluetooth state.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.StateChangedEventArgs.BTState">
-            <summary>
-            The state of Bluetooth.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.StateChangedEventArgs.Result">
-            <summary>
-            The BluetoothError result.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.NameChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the changed Bluetooth name.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.NameChangedEventArgs.DeviceName">
-            <summary>
-            The name of the device.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.VisibilityModeChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the changed Bluetooth visibility mode.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.VisibilityModeChangedEventArgs.Visibility">
-            <summary>
-            The visibility mode.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.VisibilityModeChangedEventArgs.Result">
-            <summary>
-            The BluetoothError result.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.VisibilityDurationChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the duration until the visibility mode is changed from TimeLimitedDiscoverable to NonDiscoverable.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.VisibilityDurationChangedEventArgs.Duration">
-            <summary>
-            The duration.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.DiscoveryStateChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the changed Bluetooth device discovery state and the discovered device information.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.DiscoveryStateChangedEventArgs.Result">
-            <summary>
-            The BluetoothError result.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.DiscoveryStateChangedEventArgs.DiscoveryState">
-            <summary>
-            The state of the discovery.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.DiscoveryStateChangedEventArgs.DeviceFound">
-            <summary>
-            The remote device found.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BondCreatedEventArgs">
-            <summary>
-            An extended EventArgs class contains the bonded device information.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BondCreatedEventArgs.Result">
-            <summary>
-            The BluetoothError result.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BondCreatedEventArgs.Device">
-            <summary>
-            The remote device.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BondDestroyedEventArgs">
-            <summary>
-            An extended EventArgs class contains the address of the remote Bluetooth device to destroy bond with.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BondDestroyedEventArgs.Result">
-            <summary>
-            The BluetoothError result.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BondDestroyedEventArgs.DeviceAddress">
-            <summary>
-            The remote device address.
-            </summary>
-            <value>The device address.</value>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.AuthorizationChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the authorization state and the address of the remote Bluetooth device.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.AuthorizationChangedEventArgs.Authorization">
-            <summary>
-            The authorization.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.AuthorizationChangedEventArgs.DeviceAddress">
-            <summary>
-            The device address.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.ServiceSearchedEventArgs">
-            <summary>
-            An extended EventArgs class contains the service lists found on the remote Bluetooth device.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.ServiceSearchedEventArgs.Result">
-            <summary>
-            The BluetoothError result.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.ServiceSearchedEventArgs.SdpData">
-            <summary>
-            The sdp data.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.DeviceConnectionStateChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the connection state and the connection information of the remote device.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.DeviceConnectionStateChangedEventArgs.IsConnected">
-            <summary>
-            A value indicating whether the device is connected.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.DeviceConnectionStateChangedEventArgs.ConnectionData">
-            <summary>
-            The device connection data.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.SocketDataReceivedEventArgs">
-            <summary>
-            An extended EventArgs class contains the data received information.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.SocketDataReceivedEventArgs.Data">
-            <summary>
-            The socket data.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.SocketConnectionStateChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the changed connection state.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.SocketConnectionStateChangedEventArgs.Result">
-            <summary>
-            The BluetoothError result.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.SocketConnectionStateChangedEventArgs.State">
-            <summary>
-            The socket state.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.SocketConnectionStateChangedEventArgs.Connection">
-            <summary>
-            The socket connection.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.AcceptStateChangedEventArgs.Result">
-            <summary>
-            The BluetoothError result.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.AcceptStateChangedEventArgs.State">
-            <summary>
-            The socket state.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.AcceptStateChangedEventArgs.Connection">
-            <summary>
-            The socket connection.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.AcceptStateChangedEventArgs.Server">
-            <summary>
-            The server socket instance.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.AudioConnectionStateChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the connection state, remote address, and the type of audio profile.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.AudioConnectionStateChangedEventArgs.Result">
-            <summary>
-            The result.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.AudioConnectionStateChangedEventArgs.IsConnected">
-            <summary>
-            A value indicating whether this instance is connected.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.AudioConnectionStateChangedEventArgs.Address">
-            <summary>
-            The address.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.AudioConnectionStateChangedEventArgs.ProfileType">
-            <summary>
-            The type of the audio profile.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.HidConnectionStateChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the connection state and the address of the remote Bluetooth device.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.HidConnectionStateChangedEventArgs.Result">
-            <summary>
-            The result.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.HidConnectionStateChangedEventArgs.IsConnected">
-            <summary>
-            A value indicating whether this instance is connected.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.HidConnectionStateChangedEventArgs.Address">
-            <summary>
-            The address.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.EqualizerStateChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the changed equalizer state.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.EqualizerStateChangedEventArgs.State">
-            <summary>
-            The state of the equalizer.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.RepeatModeChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the changed repeat mode.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.RepeatModeChangedEventArgs.Mode">
-            <summary>
-            The repeat mode.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.ShuffleModeChangedeventArgs">
-            <summary>
-            An extended EventArgs class contains the changed shuffle mode.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.ShuffleModeChangedeventArgs.Mode">
-            <summary>
-            The shuffle mode.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.ScanModeChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the changed scan mode.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.ScanModeChangedEventArgs.Mode">
-            <summary>
-            The scan mode.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.TargetConnectionStateChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the connection state and the remote device address.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.TargetConnectionStateChangedEventArgs.IsConnected">
-            <summary>
-            A value indicating whether this instance is connected.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.TargetConnectionStateChangedEventArgs.Address">
-            <summary>
-            The address.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.AdvertisingStateChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the changed Bluetooth LE advertising state changed information.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.AdvertisingStateChangedEventArgs.Result">
-            <summary>
-            The result.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.AdvertisingStateChangedEventArgs.AdvertiserHandle">
-            <summary>
-            The advertiser handle.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.AdvertisingStateChangedEventArgs.State">
-            <summary>
-            The LE advertising state.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.AdapterLeScanResultChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the changed Bluetooth LE scan result information.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.AdapterLeScanResultChangedEventArgs.Result">
-            <summary>
-            The result.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.AdapterLeScanResultChangedEventArgs.DeviceData">
-            <summary>
-            The LE device data.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.GattConnectionStateChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the changed Bluetooth LE GATT connection state.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.GattConnectionStateChangedEventArgs.Result">
-            <summary>
-            The result.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.GattConnectionStateChangedEventArgs.IsConnected">
-            <summary>
-            A value indicating whether this instance is connected.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.GattConnectionStateChangedEventArgs.RemoteAddress">
-            <summary>
-            The remote address.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.ValueChangedEventArgs">
-            <summary>
-            An extended EventArgs class contains the changed attribute value.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.ValueChangedEventArgs.Value">
-            <summary>
-            The attribute value.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.ReadRequestedEventArgs">
-            <summary>
-            An extended EventArgs class contains the read value request data.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.ReadRequestedEventArgs.Server">
-            <summary>
-            The GATT server instance.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.ReadRequestedEventArgs.ClientAddress">
-            <summary>
-            The client address.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.ReadRequestedEventArgs.RequestId">
-            <summary>
-            The request identifier.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.ReadRequestedEventArgs.Offset">
-            <summary>
-            The offset.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.WriteRequestedEventArgs">
-            <summary>
-            An extended EventArgs class contains the read value request data.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.Server">
-            <summary>
-            The GATT server instance.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.ClientAddress">
-            <summary>
-            The client address.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.RequestId">
-            <summary>
-            The request identifier.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.Value">
-            <summary>
-            The read value.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.Offset">
-            <summary>
-            The offset.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.Response_needed">
-            <summary>
-            Indicates whether a response is required by the remote device.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.NotificationStateChangedEventArg">
-            <summary>
-            An extended EventArgs class contains the client preference to enable or disable the Notification/Indication.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.NotificationStateChangedEventArg.Server">
-            <summary>
-            The GATT server instance.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.NotificationStateChangedEventArg.Value">
-            <summary>
-            A value indicating whether the notification is enabled.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.NotificationSentEventArg">
-            <summary>
-            An extended EventArgs class contains the read value request data.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.NotificationSentEventArg.Server">
-            <summary>
-            The GATT server instance.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.NotificationSentEventArg.ClientAddress">
-            <summary>
-            The client address.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.NotificationSentEventArg.Result">
-            <summary>
-            The result.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.NotificationSentEventArg.Completed">
-            <summary>
-            Gets a value indicating whether the notification sent is completed.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.ConnectionRequestedEventArgs">
-            <summary>
-            An extended EventArgs class which contains the connection state and address of the remote Bluetooth device.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.ConnectionRequestedEventArgs.Address">
-            <summary>
-            The address.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.TransferProgressEventArgs">
-            <summary>
-            An extended EventArgs class which contains the file transfer progress state, file transfer progress by percent.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.TransferProgressEventArgs.File">
-            <summary>
-            The File name.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.TransferProgressEventArgs.Size">
-            <summary>
-            The File size.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.TransferProgressEventArgs.Percent">
-            <summary>
-            The File transfer percent.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.TransferFinishedEventArgs">
-            <summary>
-            An extended EventArgs class which contains the file transfer finished state and file state.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.TransferFinishedEventArgs.File">
-            <summary>
-            The File name.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.TransferFinishedEventArgs.Size">
-            <summary>
-            The File size.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.TransferFinishedEventArgs.Result">
-            <summary>
-            The return value.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.PushRespondedEventArgs">
-            <Summary>
-            An extended EventArgs class which contains the Push Request respond state
-            </Summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.PushRespondedEventArgs.Result">
-            <summary>
-            The return value.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.PushRespondedEventArgs.Address">
-            <summary>
-            The address.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.PushProgressEventArgs">
-            <summary>
-            An extended EventArgs class which contains the file push progress state, push progress by percent.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.PushProgressEventArgs.File">
-            <summary>
-            The File name.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.PushProgressEventArgs.Size">
-            <summary>
-            The File size.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.PushProgressEventArgs.Percent">
-            <summary>
-            The File transfer percent.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.PushFinishedEventArgs">
-            <Summary>
-            An extended EventArgs class which contains the Push Request respond state
-            </Summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.PushFinishedEventArgs.Result">
-            <summary>
-            The return value.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.PushFinishedEventArgs.Address">
-            <summary>
-            The address.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothGattServer">
-            <summary>
-            The Bluetooth GATT server.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothGattServer.NotificationSent">
-            <summary>
-            (event) This event is called when the indication acknowledgement is received for each notified client.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.CreateServer">
-            <summary>
-            Creates the Bluetooth GATT server.
-            </summary>
-            <returns></returns>
-            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the create GATT server fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.Start">
-            <summary>
-            Registers the server along with the GATT services of the application it is hosting.
-            </summary>
-            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the register server application fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.RegisterGattService(Tizen.Network.Bluetooth.BluetoothGattService)">
-            <summary>
-            Registers a specified service to this server.
-            </summary>
-            <param name="service">The service, which needs to be registered with this server.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the register service fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.UnregisterGattService(Tizen.Network.Bluetooth.BluetoothGattService)">
-            <summary>
-            Unregisters a specified service from this server.
-            </summary>
-            <param name="service">The service, which needs to be unregistered from this server.</param>
-            <remarks>
-            Once unregistered, the service object will become invalid and should not be used to access sevices or any children attribute's methods/members.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the unregister service fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.UnregisterGattServices">
-            <summary>
-            Unregisters all services from this server.
-            </summary>
-            <remarks>
-            Once unregistered, servicees will become invalid and should not be used to access sevices or any children attribute's methods/members.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the unregister all services fail.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.GetService(System.String)">
-            <summary>
-            Gets service with given UUID that belongs to this server.
-            </summary>
-            <param name="uuid">The UUID for the service to get.</param>
-            <returns>The Service with the given UUID if it exists, null otherwise.</returns>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.GetServices">
-            <summary>
-            Gets the list of services that belongs to this server.
-            </summary>
-            <returns>The list of services that belongs to this server.</returns>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.SendIndicationAsync(Tizen.Network.Bluetooth.BluetoothGattCharacteristic,System.String)">
-            <summary>
-            Sends indication for the value change of the characteristic to the remote devices.
-            </summary>
-            <param name="characteristic">The characteristic whose the value is changed.</param>
-            <param name="clientAddress">The remote device address to send, notify, or indicate and if set to NULL, then notify/indicate all is enabled.</param>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when the remote device is disconnected, or when service is not registered, or when the CCCD is not enabled.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.SendNotification(Tizen.Network.Bluetooth.BluetoothGattCharacteristic,System.String)">
-            <summary>
-            Sends the notification for the value change of the characteristic to the remote devices.
-            </summary>
-            <param name="characteristic">The characteristic, which has a changed value.</param>
-            <param name="clientAddress">The remote device address to send, notify, or indicate and if set to NULL, then notify/indicate all is enabled.</param>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when the remote device is disconnected, or when service is not registered, or when the CCCD is not enabled.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.SendResponse(System.Int32,Tizen.Network.Bluetooth.BluetoothGattRequestType,System.Int32,System.Byte[],System.Int32)">
-            <summary>
-            Sends a response to the remote device as a result of a read/write request.
-            </summary>
-            <param name="requestId">The identification of a read/write request.</param>
-            <param name="type">The request type for read/write.</param>
-            <param name="status">The error value in case of failure, 0 for success.</param>
-            <param name="value">The value to be sent.</param>
-            <param name="offset">The offset from where the value is read.</param>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when the remote device is disconnected, or the send response procedure fails.</exception>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothGattClient">
-            <summary>
-            The Bluetooth GATT client.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothGattClient.RemoteAddress">
-            <summary>
-            The address of the remote device.
-            </summary>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when the remote device is disconnected.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.GetService(System.String)">
-            <summary>
-            Gets the service with the given UUID that belongs to the remote device.
-            </summary>
-            <param name="uuid">The UUID for the service to get.</param>
-            <returns>The service with the given UUID if it exists, null otherwise.</returns>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when the remote device is disconnected, or when the get service fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.GetServices">
-            <summary>
-            Gets list of services that belongs to the remote device.
-            </summary>
-            <returns>The list of services that belongs to the remote device.</returns>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when the remote device is disconnected, or when the get service fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.ReadValueAsync(Tizen.Network.Bluetooth.BluetoothGattCharacteristic)">
-            <summary>
-            Reads the value of a given characteristic from the remote device asynchronously.
-            </summary>
-            <param name="characteristic">The characteristic to be read.</param>
-            <returns>true on success, false otherwise.</returns>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when the remote device is disconnected, or when the read attribute value fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.ReadValueAsync(Tizen.Network.Bluetooth.BluetoothGattDescriptor)">
-            <summary>
-            Reads the value of the given descriptor from the remote device asynchronously.
-            </summary>
-            <param name="descriptor">The descriptor to be read.</param>
-            <returns>true on success, false otherwise.</returns>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when the remote device is disconnected, or when the read attribute value fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.WriteValueAsync(Tizen.Network.Bluetooth.BluetoothGattCharacteristic)">
-            <summary>
-            Writes the value of a given characteristic to the remote device asynchronously.
-            </summary>
-            <param name="characteristic">The characteristic to be written.</param>
-            <returns>true on success, false otherwise.</returns>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when the remote device is disconnected or when the write attribute value fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.WriteValueAsync(Tizen.Network.Bluetooth.BluetoothGattDescriptor)">
-            <summary>
-            Writes the value of the given descriptor to the remote device asynchronously.
-            </summary>
-            <param name="descriptor">The descriptor to be written.</param>
-            <returns>true on success, false otherwise.</returns>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled
-            or when the remote device is disconnected, or when the write attribute value fails.</exception>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothGattService">
-            <summary>
-            The Bluetooth GATT service.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.#ctor(System.String,Tizen.Network.Bluetooth.BluetoothGattServiceType)">
-            <summary>
-            The constructor.
-            </summary>
-            <param name="uuid">The UUID of the service.</param>
-            <param name="type">The type of service.</param>
-            <exception cref="!:System.InvalidOperationException">Thrown when the create GATT service procedure fails.</exception>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothGattService.Uuid">
-            <summary>
-            Specification name from the UUID.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.AddCharacteristic(Tizen.Network.Bluetooth.BluetoothGattCharacteristic)">
-            <summary>
-            Adds a characteristic to this service.
-            </summary>
-            <param name="characteristic">The characteristic to be added.</param>
-            <returns>true on success, false otherwise.</returns>
-            <exception cref="!:System.InvalidOperationException">Thrown when the add GATT characteristic procedure fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetCharacteristic(System.String)">
-            <summary>
-            Gets the characteristic with the given UUID that belongs to this service.
-            </summary>
-            <param name="uuid">The UUID for the characteristic to get.</param>
-            <returns>The characteristic with a given UUID if it exists, null otherwise.</returns>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetCharacteristics">
-            <summary>
-            Gets list of the characteristic that belongs to this service.
-            </summary>
-            <returns>The list of the characteristic that belongs to this service.</returns>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.AddService(Tizen.Network.Bluetooth.BluetoothGattService)">
-            <summary>
-            Includes a service to this service.
-            </summary>
-            <param name="service">The service to be included.</param>
-            <returns>true on success, false otherwise</returns>
-            <exception cref="!:System.InvalidOperationException">Thrown when the add GATT service procedure fails.</exception>/// 
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetIncludeService(System.String)">
-            <summary>
-            Gets the included service.
-            </summary>
-            <param name="uuid">The UUID for the service to get.</param>
-            <returns>The service with a given UUID if it exists, null otherwise.</returns>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetIncludeServices">
-            <summary>
-            Gets the included service list of this service.
-            </summary>
-            <returns>The included service list of this service.</returns>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetGattServer">
-            <summary>
-            Gets the server instance which the specified service belongs to.
-            </summary>
-            <returns>The server instance which the specified service belongs to.</returns>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetGattClient">
-            <summary>
-            Gets the client instance which the specified service belongs to.
-            </summary>
-            <returns>The client instance which the specified service belongs to.</returns>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothGattCharacteristic">
-            <summary>
-            The Bluetooth GATT characteristic.
-            </summary>
-        </member>
-        <!-- Badly formed XML comment ignored for member "M:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.#ctor(System.String,Tizen.Network.Bluetooth.BluetoothGattPermission,Tizen.Network.Bluetooth.BluetoothGattProperty,System.Byte[])" -->
-        <member name="E:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.ValueChanged">
-            <summary>
-            The CharacteristicValueChanged event is raised when the server notifies for change in this characteristic value.
-            </summary>
-            <remarks>
-            Adding the event handle on characteristic on the server side will not have any effect.
-            </remarks>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.NotificationStateChanged">
-            <summary>
-            The NotificationStateChanged event is called when the client enables or disables the Notification/Indication for particular characteristics.
-            </summary>
-            <remarks>
-            Adding event handle on the characteristic on the client side will not have any effect.
-            </remarks>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.Properties">
-            <summary>
-            The property for this characteristic.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.WriteType">
-            <summary>
-            The write type to be used for write operations.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.AddDescriptor(Tizen.Network.Bluetooth.BluetoothGattDescriptor)">
-            <summary>
-            Adds a descriptor to this characteristic.
-            </summary>
-            <param name="descriptor">The descriptor to be added.</param>
-            <returns>true on success, false otherwise.</returns>
-            <exception cref="!:System.InvalidOperationException">Thrown when the add GATT descriptor procedure fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.GetDescriptor(System.String)">
-            <summary>
-            Gets the descriptor with the given UUID that belongs to this characteristic.
-            </summary>
-            <param name="uuid">The UUID for the descriptor to get.</param>
-            <returns>The descriptor with a given UUID if it exists, null otherwise.</returns>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.GetDescriptors">
-            <summary>
-            Gets the list of descriptors that belongs to this characteristic.
-            </summary>
-            <returns>The list of descriptors that belongs to this characteristic.</returns>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.GetService">
-            <summary>
-            Gets the service instance, which the specified characterstic belongs to.
-            </summary>
-            <returns>The characteristic instance, the specified characterstic belongs to.</returns>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothGattDescriptor">
-            <summary>
-            The Bluetooth GATT descriptor.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattDescriptor.#ctor(System.String,Tizen.Network.Bluetooth.BluetoothGattPermission,System.Byte[])">
-            <summary>
-            The constructor.
-            </summary>
-            <param name="uuid">The UUID of the descriptor.</param>
-            <param name="permisions">Permissions for the descriptor.</param>
-            <param name="value">The value associated with the descriptor.</param>
-            <remarks>throws in case of internal error.</remarks>
-            <exception cref="!:System.InvalidOperationException">Thrown when the create GATT descriptor procedure fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattDescriptor.GetCharacteristic">
-            <summary>
-            Gets the characteristic instance, which the specified descriptor belongs to.
-            </summary>
-            <returns>The characteristic instance, the specified descriptor belongs to.</returns>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothGattAttribute">
-            <summary>
-            The Bluetooth GATT attribute.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothGattAttribute.ReadRequested">
-            <summary>
-            This event is called when the client request to read the value of a characteristic or a descriptor.
-            </summary>
-            <exception cref="!:System.InvalidOperationException">Thrown when the set read value requested callback procedure fails.</exception>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothGattAttribute.WriteRequested">
-            <summary>
-            This event is called when a value of a characteristic or a descriptor has been changed by a client.
-            </summary>
-            <exception cref="!:System.InvalidOperationException">Thrown when the set write value requested callback procedure fails.</exception>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothGattAttribute.Uuid">
-            <summary>
-            The attribute's UUID.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothGattAttribute.Permissions">
-            <summary>
-            Permissions for this attribute.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothGattAttribute.Value">
-            <summary>
-            The value of this descriptor.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.GetValue(System.Int32)">
-            <summary>
-            Returns a string value at the specified offset.
-            </summary>
-            <param name="offset"></param>
-            <returns>The string value at specified offset.</returns>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.SetValue(System.String)">
-            <summary>
-            Sets the string value as a specified offset.
-            </summary>
-            <param name="value">value to set</param>
-            <exception cref="T:System.InvalidOperationException">Throws exception if the value is null.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.GetValue(Tizen.Network.Bluetooth.IntDataType,System.Int32)">
-            <summary>
-            Returns a value at specified offset as the int value of the specified type.
-            </summary>
-            <param name="type">The type of the int value.</param>
-            <param name="An offsetoffset">An offset in the attribute value buffer.</param>
-            <returns>The int value at given offset.</returns>
-            <exception cref="T:System.InvalidOperationException">Throws exception if (offset + size of int value) is greater than the length of the value buffer.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.SetValue(Tizen.Network.Bluetooth.IntDataType,System.Int32,System.Int32)">
-            <summary>
-            Updates a value at the specified offset by the int value of the specified type.
-            </summary>
-            <param name="type">The type of the int value.</param>
-            <param name="value">The value to set.</param>
-            <param name="offset">An offset in the attribute value buffer.</param>
-            <exception cref="T:System.InvalidOperationException">Throws exception if (offset + size of int value) is greater than the length of the value buffer.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.GetValue(Tizen.Network.Bluetooth.FloatDataType,System.Int32)">
-            <summary>
-            Returns a value at the specified offset as the float value of the specified type.
-            </summary>
-            <param name="type">The type of the float value.</param>
-            <param name="offset">An offset in the attribute value buffer.</param>
-            <returns>The float value at given offset.</returns>
-            <exception cref="T:System.InvalidOperationException">Throws exception if (offset + size of float value) is greater than the length of the value buffer.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.SetValue(Tizen.Network.Bluetooth.FloatDataType,System.Int32,System.Int32,System.Int32)">
-            <summary>
-            Updates the value at the specified offset by the float value of the specified type.
-            </summary>
-            <param name="type">The type of the float value.</param>
-            <param name="mantissa">The mantissa of the float value.</param>
-            <param name="exponent">An exponent of the float value.</param>
-            <param name="offset">An offset in the attribute value buffer.</param>
-            <exception cref="T:System.InvalidOperationException">Throws exception if (offset + size of float value) is greater than the length of the value buffer.</exception>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothHid">
-            <summary>
-            A class which is used to handle the connection to Bluetooth HID like keyboards and mouse.
-            </summary>
-            <privilege> http://tizen.org/privilege/bluetooth </privilege>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothHid.HidConnectionStateChanged">
-            <summary>
-            The HidConnectionStateChanged event is called when the HID host connection state is changed.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothHid.Connect">
-            <summary>
-            Connects the remote device with the HID service.
-            </summary>
-            <remarks>
-            The device must be bonded with the remote device by CreateBond().
-            If connection request succeeds, the HidConnectionStateChanged event will be invoked.
-            </remarks>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or when the connection attempt to the remote device fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothHid.Disconnect">
-            <summary>
-            Disconnects the remote device with the HID service.
-            </summary>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or when the disconnection attempt to the remote device fails.</exception>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothLeAdvertiser">
-            <summary>
-            This is the BluetoothLeAdvertiser class. It handles the LE advertising operation amd callback.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothLeAdvertiser.AdvertisingStateChanged">
-            <summary>
-            This event is called when the LE advertising state changes.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiser.StartAdvertising(Tizen.Network.Bluetooth.BluetoothLeAdvertiseData)">
-            <summary>
-            Starts advertising using the advertise data object.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <param name="advertiseData">The advertiser object carrying information of the advertising.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiser.StopAdvertising(Tizen.Network.Bluetooth.BluetoothLeAdvertiseData)">
-            <summary>
-            Stops the advertising.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <param name="advertiseData">The advertiser object carrying information of the advertising.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothLeDevice">
-            <summary>
-            This is the BluetoothLeDevice class.
-            It handles the LE device operations like getting data from the scan result information.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothLeDevice.GattConnectionStateChanged">
-            <summary>
-            This event is called when the GATT client connects/disconnects with the server.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.RemoteAddress">
-            <summary>
-            The remote address.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.AddressType">
-            <summary>
-            The type of the address.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.Rssi">
-            <summary>
-            The rssi value.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.AdvertsingDataInformation">
-            <summary>
-            The advertsing data information.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.ScanDataInformation">
-            <summary>
-            The scan data information.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.PacketType">
-            <summary>
-            The type of the packet.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.ServiceUuid">
-            <summary>
-            Gets the service UUIDs list from the LE scan result information.
-            </summary>
-            <value> Gets the list of the string service UUIDs.</value>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.DeviceName">
-            <summary>
-            Gets the device name from the LE scan result information.
-            </summary>
-            <value> Gets the device name.</value>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.TxPowerLevel">
-            <summary>
-            Gets the transmission power level from the LE scan result information.
-            </summary>
-            <value> Gets the transmission power level in dB.</value>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.ServiceSolictationUuid">
-            <summary>
-            Gets the service solicitation UUID list from the scan result information.
-            </summary>
-            <value> Gets the list of the service solicitation UUIDs.</value>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.Appearance">
-            <summary>
-            Gets the manufacturer data from the scan result information.
-            </summary>
-            <value> Gets the appearance value.</value>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.ManufacturerData">
-            <summary>
-            Gets the manufacturer data from the scan result information.
-            </summary>
-            <value> Gets the manufacturer data containing the manucturer data and ID information.</value>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>/// 
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothLeDevice.GetServiceDataList">
-            <summary>
-            Gets the service data list from the scan result information.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <returns> Returns the service data list.</returns>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothLeDevice.GattConnect(System.Boolean)">
-            <summary>
-            Creates a GATT connection with the remote device.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <param name="autoConnect"> The auto connect flag.</param>
-            <returns>client instance</returns>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled
-            or when the gatt connection attempt to remote device fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothLeDevice.GattDisconnect">
-            <summary>
-            Disconnects a GATT connection with the remote device.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled
-            or when the GATT disconnection attempt to remote device fails.</exception>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData">
-            <summary>
-            Bluetooth LE advertise data. Handles the data advertising.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.#ctor">
-            <summary>
-            The default constructor initializes an object of the BluetoothLeAdvertiseData.
-            </summary>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled
-            or when create advertiser fails.</exception>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AdvertisingMode">
-            <summary>
-            The advertising mode to control the advertising power and latency.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled
-            or when the set advertising mode fails.</exception>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AdvertisingConnectable">
-            <summary>
-            The advertising connectable type.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled
-            or when the set advertising connectable mode fails.</exception>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.PacketType">
-            <summary>
-            The type of the packet.
-            </summary>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.Appearance">
-            <summary>
-            Sets the external appearance of this device to the advertise or the scan response data.
-            Please refer to the adopted Bluetooth specification for the appearance.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled
-            or when the set appearance fails.</exception>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.IncludeDeviceName">
-            <summary>
-            Sets whether the device name has to be included in the advertise or the scan response data.
-            The maximum advertised or responded data size is 31 bytes including the data type and the system wide data.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled
-            or when the set advertising device name fails.</exception>
-        </member>
-        <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.IncludeTxPowerLevel">
-            <summary>
-            Sets whether the transmission power level should be included in the advertise or the scan response data.
-            The maximum advertised or responded data size is 31 bytes including the data type and the system wide data.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled
-            or when the set advertising TC power level fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AddAdvertisingServiceUuid(Tizen.Network.Bluetooth.BluetoothLePacketType,System.String)">
-            <summary>
-            Adds a service UUID to the advertise or the scan response data.
-            The maximum advertised or responded data size is 31 bytes
-            including the data type and the system wide data.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <param name="packetType">The packet type.</param>
-            <param name="serviceUuid"> The service UUID to add to advertise data.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled
-            or when the add advertising service UUID procedure fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AddAdvertisingServiceSolicitationUuid(Tizen.Network.Bluetooth.BluetoothLePacketType,System.String)">
-            <summary>
-            Adds a service solicitation UUID to advertise or scan the response data.
-            The maximum advertised or responded data size is 31 bytes
-            including the data type and the system wide data.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <param name="packetType">The packet type.</param>
-            <param name="serviceSolicitationUuid"> The service solicitation UUID to add to advertise data.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled
-            or when the add advertising service solicitation UUID procedure fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AddAdvertisingServiceData(Tizen.Network.Bluetooth.BluetoothLePacketType,Tizen.Network.Bluetooth.BluetoothServiceData)">
-            <summary>
-            Adds a service data to the advertise or the scan response data.
-            The maximum advertised or responded data size is 31 bytes
-            including data type and system wide data.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <param name="packetType">The packet type.</param>
-            <param name="data"> The service data to be added to advertising.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled
-            or when the add advertising data procedure fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AddAdvertisingManufacturerData(Tizen.Network.Bluetooth.BluetoothLePacketType,Tizen.Network.Bluetooth.ManufacturerData)">
-            <summary>
-            Adds the manufacturer specific data to the advertise or the scan response data.
-            Please refer to the adopted Bluetooth specification for the the appearance.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <param name="packetType">The packet type.</param>
-            <param name="manufacturerData"> The manufacturer specific data.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled
-            or when the add advertising manufacturer data procedure fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.ClearAdvertisingData(Tizen.Network.Bluetooth.BluetoothLePacketType)">
-            <summary>
-            Clears all data to be advertised or responded to the scan request from the LE scanning device.
-            </summary>
-            <remarks>
-            The Bluetooth must be enabled.
-            </remarks>
-            <param name="packetType">The packet type to be cleared.</param>
-            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled
-            or when the clear advertising data procedure fails.</exception>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothOppServer">
-            <summary>
-            A class which is used to handle the connection and send and receive the object over Opp profile.
-            </summary>
-            <privilege> http://tizen.org/privilege/bluetooth </privilege>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothOppServer.ConnectionRequested">
-            <summary>
-            (event) ConnectionRequested is called when OPP client requests for connection.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothOppServer.TransferProgress">
-            <summary>
-            (event) TransferProgress is called when the file transfer state is changed.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothOppServer.TransferFinished">
-            <summary>
-            (event) TransferFinished is called when the file tranfser is completed.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.StartServer(System.String)">
-            <summary>
-            Register the Opp Server with the Opp service.
-            </summary>
-            <remarks>
-            The device must be bonded with remote device by CreateBond().
-            If connection request is received from OPP Client, ConnectionRequested event will be invoked.
-            </remarks>
-            <param name="FilePath"> Path to store the files.</param>
-            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>
-            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>
-            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.StopServer">
-            <summary>
-            Stops the Opp Server.
-            </summary>
-            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>
-            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>
-            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.AcceptPush(System.String)">
-            <summary>
-            Accept File Push request.
-            </summary>
-            <param name="FileName"> File name to accept.</param>
-            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>
-            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>
-            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.RejectPush">
-            <summary>
-            Reject File Push request.
-            </summary>
-            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>
-            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>
-            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.CancelTransfer(System.Int32)">
-            <summary>
-            Cancel the ongoing transfer session.
-            </summary>
-            <param name="TransferId"> tranfer ID.</param>
-            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>
-            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>
-            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.SetDestinationPath(System.String)">
-            <summary>
-            Cancel the ongoing transfer session.
-            </summary>
-            <param name="FilePath"> Path to store the files.</param>
-            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>
-            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>
-            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothOppClient">
-            <summary>
-            A class which is used to handle the connection and send and receive the object over Opp profile.
-            </summary>
-            <privilege> http://tizen.org/privilege/bluetooth </privilege>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothOppClient.PushResponded">
-            <summary>
-            (event) PushResponded is called when remote OPP Server responds to a File push request.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothOppClient.PushProgress">
-            <summary>
-            (event) PushProgress is called when the file transfer state is changed.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothOppClient.PushFinished">
-            <summary>
-            (event) PushFinished is called when the file tranfser is completed.
-            </summary>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothOppClient.AddFile(System.String)">
-            <summary>
-            Add File path to be pushed.
-            </summary>
-            <param name="FilePath"> file for sending.</param>
-            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>
-            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>
-            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothOppClient.ClearFiles">
-            <summary>
-            Clears all the File paths.
-            </summary>
-            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>
-            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>
-            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothOppClient.CancelPush">
-            <summary>
-            Cancels the ongoing push session.
-            </summary>
-            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>
-            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>
-            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothOppClient.PushFile(System.String)">
-            <summary>
-            Pushes the file set through AddFile.
-            </summary>
-            <param name="Destination"> destination device address.</param>
-            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>
-            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>
-            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>
-            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>
-        </member>
-        <!-- Badly formed XML comment ignored for member "T:Tizen.Network.Bluetooth.BluetoothProfile" -->
-        <member name="T:Tizen.Network.Bluetooth.BluetoothServerSocket">
-            <summary>
-            The BluetoothSocket provides functions for managing connections to other devices and exchanging data.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothServerSocket.AcceptStateChanged">
-            <summary>
-            The AcceptStateChanged event is raised when the socket connection state is changed.
-            </summary>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or when the register accpet state changed callback fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothServerSocket.Listen">
-            <summary>
-            Starts listening on the passed RFCOMM socket and accepts connection requests.
-            </summary>
-            <remarks>
-            The socket must be created with CreateServerSocket(). This API invokes the ConnectionStateChanged event.
-            </remarks>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or when the listen on socket procedure fails.</exception>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.IBluetoothServerSocket">
-            <summary>
-            The IBluetoothServerSocket interface handles the server socket operations.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.IBluetoothClientSocket">
-            <summary>
-            The IBluetoothClientSocket interface handles the client socket operations.
-            </summary>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothSocket.DataReceived">
-            <summary>
-            This event occurs when the socket server receives data from the client.
-            </summary>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or when the register data received callback fails.</exception>
-        </member>
-        <member name="E:Tizen.Network.Bluetooth.BluetoothSocket.ConnectionStateChanged">
-            <summary>
-            This event occurs when the connection state between two devices is changed.
-            </summary>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or when the register connection changed callback fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothSocket.Tizen#Network#Bluetooth#IBluetoothClientSocket#Connect">
-            <summary>
-            Connects to a specific RFCOMM based service on a remote Bluetooth device UUID.
-            </summary>
-            <remarks>
-            The bluetooth must be enabled, discoverable with StartDiscovery(), and bonded with the remote device using CreateBond(). The ConnectionStateChanged event is raised once this API is called.
-            </remarks>
-            <param name="address">The address of the remote Bluetooth device.</param>
-            <param name="serviceUuid">The UUID of the service provided by the remote Bluetooth device.</param>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or when the connect socket attempt to remote device fails, or when the service UUID is not supported by the remote device.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothSocket.Tizen#Network#Bluetooth#IBluetoothClientSocket#Disconnect">
-            <summary>
-            Disconnects the RFCOMM connection with the given file descriptor of the conneted socket.
-            </summary>
-            <remarks>
-            The connection must be established.
-            </remarks>
-            <param name="socketFd">The file descriptor of the socket to close.</param>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or when the socket disconnect to remote device fails.</exception>
-        </member>
-        <member name="M:Tizen.Network.Bluetooth.BluetoothSocket.SendData(System.String)">
-            <summary>
-            Sends data to the connected device.
-            </summary>
-            <returns>The number of bytes written (zero indicates nothing was written).</returns>
-            <remarks>
-            The connection must be established.
-            </remarks>
-            <param name="socketFd">The file descriptor of the connected socket.</param>
-            <param name="data">The data to be sent.</param>
-            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled
-            or when the remote device is not connected, or the send data procedure fails.</exception>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothClassStruct">
-            <summary>
-            The structure of the device class type and service.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothClassStruct.MajorDeviceClassType">
-            <summary>
-            The type of the major device class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothClassStruct.MinorDeviceClassType">
-            <summary>
-            The type of the minor device class.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothClassStruct.MajorServiceClassMask">
-            <summary>
-            The major service class mask.
-            </summary>
-        </member>
-        <member name="T:Tizen.Network.Bluetooth.BluetoothDeviceStruct">
-            <summary>
-            This structure contains the information of the Bluetooth device.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.Address">
-            <summary>
-            The address of the device.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.Name">
-            <summary>
-            The name of the device.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.Class">
-            <summary>
-            The class of the device.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.ServiceUuidList">
-            <summary>
-            The service UUID list of the device.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.ServiceCount">
-            <summary>
-            The service count of the device.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.IsPaired">
-            <summary>
-            The paired state of the device.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.IsConnected">
-            <summary>
-            The connection state of the device.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.IsAuthorized">
-            <summary>
-            The authorization state of the device.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.ManufacturerDataLength">
-            <summary>
-            The length of the manufacturer the data.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.ManufacturerData">
-            <summary>
-            The manufacturer data.
-            </summary>
-        </member>
-        <!-- Badly formed XML comment ignored for member "T:Tizen.Network.Bluetooth.BluetoothLeScanDataStruct" -->
-        <member name="F:Tizen.Network.Bluetooth.BluetoothLeServiceDataStruct.ServiceUuid">
-            <summary>
-            The Bluetooth LE service UUID.
-            </summary>
-        </member>
-        <member name="F:Tizen.Network.Bluetooth.BluetoothLeServiceDataStruct.ServiceData">
-            <summary>
-            The Bluetooth LE service data.
-            </summary>
-        </member>
-    </members>
-</doc>
+<?xml version="1.0"?>\r
+<doc>\r
+    <assembly>\r
+        <name>Tizen.Network.Bluetooth</name>\r
+    </assembly>\r
+    <members>\r
+        <!-- "T:Tizen.Network.Bluetooth.BluetoothAdapter" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.IsBluetoothEnabled">\r
+            <summary>\r
+            A property to check whether the Bluetooth is enabled.\r
+            </summary>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.Address">\r
+            <summary>\r
+            The local adapter address.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.Name">\r
+            <summary>\r
+            The name of the local adapter.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.Visibility">\r
+            <summary>\r
+            The visibility mode of the Bluetooth adapter.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.IsDiscoveryInProgress">\r
+            <summary>\r
+            A property to check whether the device discovery process is in progress.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.RemainingTimeAsVisible">\r
+            <summary>\r
+            The remaining time, in seconds, until the visibility mode is changed from TimeLimitedDiscoverable to NonDiscoverable.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.StateChanged">\r
+            <summary>\r
+            The StateChanged event is raised when the Bluetooth adapter state is changed.\r
+            </summary>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.NameChanged">\r
+            <summary>\r
+            The NameChanged event is raised when the Bluetooth adapter name is changed.\r
+            </summary>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.VisibilityModeChanged">\r
+            <summary>\r
+            The VisibilityModeChanged event is raised when the Bluetooth adapter visibility mode is changed.\r
+            </summary>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.VisibilityDurationChanged">\r
+            <summary>\r
+            The VisibilityDurationChanged event is raised very second until the visibility mode is changed to NonDiscoverable.\r
+            </summary>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.DiscoveryStateChanged">\r
+            <summary>\r
+            The DiscoveryStateChanged event is raised when the device discovery state is changed.\r
+            </summary>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.ScanResultChanged">\r
+            <summary>\r
+            This event is called when the LE scan result is obtained.\r
+            </summary>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.StartDiscovery">\r
+            <summary>\r
+            Starts the device discovery process.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled and the device discovery process can be stopped by StopDiscovery().\r
+            If this succeeds, the DiscoveryStateChanged event will be invoked.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or the start discovery fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.StopDiscovery">\r
+            <summary>\r
+            Stops the device discovery process.\r
+            </summary>\r
+            <remarks>\r
+            The device discovery process must be in progress with StartDiscovery().\r
+            If this succeeds, the DiscoveryStateChanged event will be invoked.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled or \r
+            the discovery process is not is progress. </exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.GetBondedDevices">\r
+            <summary>\r
+            Retrieves the device information of all bonded devices.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <returns> The list of the bonded BluetoothDeviceInfo objects.</returns>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or reading the Bonded devices list is failed.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.GetBondedDevice(System.String)">\r
+            <summary>\r
+            Gets the device information of a bonded device.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <returns> Information of the bonded BluetoothDeviceInfo object.</returns>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or reading the bonded device information fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.IsServiceUsed(System.String)">\r
+            <summary>\r
+            Checks whether the UUID of service is used or not.\r
+            </summary>\r
+            <returns><c>true</c> if the specified serviceUuid is used, otherwise <c>false</c>.</returns>\r
+            <param name="serviceUuid">The UUID of Service.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.GetLocalOobData">\r
+            <summary>\r
+            Gets the hash and the randomizer value of the local OOB data object.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <returns>The BluetoothOobData object.</returns>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or the read OObData procedure is failed.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.SetRemoteOobData(System.String,Tizen.Network.Bluetooth.BluetoothOobData)">\r
+            <summary>\r
+            Sets the hash and the randmoizer value of the OOB data into the remote device.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <param name="address">The remote device address.</param>\r
+            <param name="oobData">The BluetoothOobData object.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or the set OobData procedure is failed.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.RemoveRemoteOobData(System.String)">\r
+            <summary>\r
+            Removes the hash and the randomizer value of the OOB data from the remote device.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <param name="address">The remote device address.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.\r
+            or if the Remove Oobdata procedure is failed.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.StartLeScan">\r
+            <summary>\r
+            Starts the Bluetooth LE scan operation to discover BLE devices\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>The result of the operation StartLeScan.\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
+            or the Start LE scan is failed.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.StopLeScan">\r
+            <summary>\r
+            Stops the Bluetooth LE scan operation.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>The result of the operation stopLescan.\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
+            or the Stop LE scan is failed.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.GetBluetoothLeAdvertiser">\r
+            <summary>\r
+            Returns the BluetoothLeAdvertiser instance.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled before calling this API.\r
+            </remarks>\r
+            <returns>The BluetoothLeAdvertiser instance.</returns>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.CreateServerSocket(System.String)">\r
+            <summary>\r
+            Registers a rfcomm server socket with a specific UUID.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled before calling this API.\r
+            </remarks>\r
+            <returns>The BluetoothServerSocket instance.</returns>\r
+            <param name="serviceUuid">The UUID of service to provide.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or the socket create error occurs.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.DestroyServerSocket(Tizen.Network.Bluetooth.BluetoothServerSocket)">\r
+            <summary>\r
+            Removes the rfcomm server socket which was created using CreateServerSocket().\r
+            </summary>\r
+            <remarks>\r
+            The socket must be created with CreateServerSocket(). The ConnectionStateChanged event is raised after this API is called.\r
+            </remarks>\r
+            <param name="socket">The server socket instance is created using CreateServerSocket().</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or the socket destroy error occurs.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothAudio">\r
+            <summary>\r
+            This class is used to handle the connection with other Bluetooth audio devices\r
+            like headset, hands-free, and headphone.\r
+            </summary>\r
+            <privilege> http://tizen.org/privilege/bluetooth </privilege>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothAudio.AudioConnectionStateChanged">\r
+            <summary>\r
+            The AudioConnectionStateChanged event is called when the audio connection state is changed.\r
+            </summary>\r
+        </member>\r
+        <!-- "M:Tizen.Network.Bluetooth.BluetoothAudio.Connect(Tizen.Network.Bluetooth.BluetoothAudioProfileType)" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <!-- "M:Tizen.Network.Bluetooth.BluetoothAudio.Disconnect(Tizen.Network.Bluetooth.BluetoothAudioProfileType)" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothAvrcp">\r
+            <summary>\r
+            This class is used to notify changes of the target device (For example, media player) to the control device (For example, headset).\r
+            </summary>\r
+            <privilege> http://tizen.org/privilege/bluetooth </privilege>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothAvrcp.TargetConnectionStateChanged">\r
+            <summary>\r
+            The TargetConnectionStateChanged event is invoked when the connection state is changed.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothAvrcp.EqualizerStateChanged">\r
+            <summary>\r
+            The EqualizerStateChanged event is invoked when the equalizer state is changed by the remote control device.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothAvrcp.RepeatModeChanged">\r
+            <summary>\r
+            The RepeatModeChanged event is invoked when the repeat mode is changed by the remote control device.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothAvrcp.ShuffleModeChanged">\r
+            <summary>\r
+            The ShuffleModeChanged event is invoked when the shuffle mode is changed by the remote control device.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothAvrcp.ScanModeChanged">\r
+            <summary>\r
+            The ScanModeChanged event is invoked when the scan mode is changed by the remote control device.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyEqualizerState(Tizen.Network.Bluetooth.EqualizerState)">\r
+            <summary>\r
+            Notifies the equalize state to the remote device.\r
+            </summary>\r
+            <remarks>\r
+            The remote device must be connected.\r
+            </remarks>\r
+            <param name="state">The equalizer state.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or when notifying the equalizer state to the remote device fails.</exception>\r
+        </member>\r
+        <!-- "M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyRepeatMode(Tizen.Network.Bluetooth.RepeatMode)" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyShuffleMode(Tizen.Network.Bluetooth.ShuffleMode)">\r
+            <summary>\r
+            Notifies the shuffle mode to the remote device.\r
+            </summary>\r
+            <remarks>\r
+            The remote device must be connected.\r
+            </remarks>\r
+            <param name="mode">The shuffle mode.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or when notifying the shuffle mode state to the remote device fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyScanMode(Tizen.Network.Bluetooth.ScanMode)">\r
+            <summary>\r
+            Notifies the scan mode to the remote device.\r
+            </summary>\r
+            <remarks>\r
+            The remote device must be connected.\r
+            </remarks>\r
+            <param name="mode">The scan mode.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or when notifying the scan mode state to the remote device fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyPlayerState(Tizen.Network.Bluetooth.PlayerState)">\r
+            <summary>\r
+            Notifies the player state to the remote device.\r
+            </summary>\r
+            <remarks>\r
+            The remote device must be connected.\r
+            </remarks>\r
+            <param name="state">The player state.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or when notifying the player state to the remote device fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyCurrentPosition(System.UInt32)">\r
+            <summary>\r
+            Notifies the current position of the song to the remote device.\r
+            </summary>\r
+            <remarks>\r
+            The remote device must be connected.\r
+            </remarks>\r
+            <param name="position">The current position in milliseconds.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or when notifying the current position state to the remote device fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyTrack(Tizen.Network.Bluetooth.Track)">\r
+            <summary>\r
+            Notifies the track to the remote device.\r
+            </summary>\r
+            <remarks>\r
+            The remote device must be connected.\r
+            </remarks>\r
+            <param name="trackData">The data of the track.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or when notifying the shuffle track state to the remote device fails.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothClass">\r
+            <summary>\r
+            This class is used to handle the device class types and the service.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothClass.MajorDeviceClassType">\r
+            <summary>\r
+            The type of the major device class.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothClass.MinorDeviceClassType">\r
+            <summary>\r
+            The type of the minor device class.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothClass.MajorServiceClassMask">\r
+            <summary>\r
+            The major service class mask.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothOobData">\r
+            <summary>\r
+            This class contains the information of the Bluetooth OOB data.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothOobData.#ctor">\r
+            <summary>\r
+            The default constructor. Initializes an object of the BluetoothOobData.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothOobData.HashValue">\r
+            <summary>\r
+            The hash value.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothOobData.RandomizerValue">\r
+            <summary>\r
+            The randomizer value.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothDeviceSdpData">\r
+            <summary>\r
+            This class contains the information of the Bluetooth device SDP data.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothDeviceSdpData.DeviceAddress">\r
+            <summary>\r
+            The device address.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothDeviceSdpData.ServiceUuid">\r
+            <summary>\r
+            The service UUID.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothDeviceConnectionData">\r
+            <summary>\r
+            This class contains the information of the Bluetooth device connection data.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothDeviceConnectionData.Address">\r
+            <summary>\r
+            The device address.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothDeviceConnectionData.LinkType">\r
+            <summary>\r
+            The type of the connection link.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothDeviceConnectionData.DisconnectReason">\r
+            <summary>\r
+            The disconnect reason.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.Track">\r
+            <summary>\r
+            This class contains the information of the track data.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.Track.#ctor">\r
+            <summary>\r
+            The default constructor. Initializes an object of the track.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.Track.Title">\r
+            <summary>\r
+            The title of the track.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.Track.Artist">\r
+            <summary>\r
+            The artist of the track.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.Track.Album">\r
+            <summary>\r
+            The album of the track.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.Track.Genre">\r
+            <summary>\r
+            The genre of the track.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.Track.TrackNum">\r
+            <summary>\r
+            The track number.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.Track.TotalTracks">\r
+            <summary>\r
+            The number of all tracks.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.Track.Duration">\r
+            <summary>\r
+            The duration of the track in milliseconds.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.ManufacturerData">\r
+            <summary>\r
+            This class contains the information of the manufacturer data.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.ManufacturerData.#ctor">\r
+            <summary>\r
+            The default Constructor. Initializes an object of the ManufacturerData.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.ManufacturerData.Id">\r
+            <summary>\r
+            The manufacturer ID.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.ManufacturerData.DataLength">\r
+            <summary>\r
+            The length of the manufacturer data.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.ManufacturerData.Data">\r
+            <summary>\r
+            The manufacturer data.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothServiceData">\r
+            <summary>\r
+            This class contains the information of the Bluetooth service data.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothServiceData.#ctor">\r
+            <summary>\r
+            The default constructor. Initializes an object of the BluetoothServiceData.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothServiceData.Uuid">\r
+            <summary>\r
+            The UUID of the service.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothServiceData.DataLength">\r
+            <summary>\r
+            The data length of the service data.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothServiceData.Data">\r
+            <summary>\r
+            The service data.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothLeServiceData">\r
+            <summary>\r
+            This class contains the service data information.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeServiceData.ServiceUuid">\r
+            <summary>\r
+            The Bluetooth LE service UUID.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeServiceData.ServiceData">\r
+            <summary>\r
+            The Bluetooth LE service data.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeServiceData.ServiceDataLength">\r
+            <summary>\r
+            The length of the service data.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.SocketData">\r
+            <summary>\r
+            This class contains the information of the socket data.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.SocketData.SocketFd">\r
+            <summary>\r
+            The socket FD.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.SocketData.DataSize">\r
+            <summary>\r
+            The length of the received data.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.SocketData.Data">\r
+            <summary>\r
+            The received data.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.SocketConnection">\r
+            <summary>\r
+            This class contains the information of the socket connection.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.SocketConnection.SocketFd">\r
+            <summary>\r
+            The connected socket FD.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.SocketConnection.Address">\r
+            <summary>\r
+            The remote device address.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.SocketConnection.ServiceUuid">\r
+            <summary>\r
+            The service UUID.\r
+            </summary>\r
+        </member>\r
+        <!-- "T:Tizen.Network.Bluetooth.BluetoothDevice" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.Address">\r
+            <summary>\r
+            The address of the device.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.Name">\r
+            <summary>\r
+            The name of the device.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.Rssi">\r
+            <summary>\r
+            The strength indicator of received signal of the device.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.Class">\r
+            <summary>\r
+            The class of the device.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.ServiceUuidList">\r
+            <summary>\r
+            The service UUID list of the device.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.ServiceCount">\r
+            <summary>\r
+            The number of services.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.IsPaired">\r
+            <summary>\r
+            The paired state of the device.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.IsConnected">\r
+            <summary>\r
+            The connection state of the device.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.IsAuthorized">\r
+            <summary>\r
+            The authorization state of the device.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.AppearanceType">\r
+            <summary>\r
+            The Bluetooth appearance.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.ManufacturerDataLength">\r
+            <summary>\r
+            The length of the manufacturer data.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.ManufacturerData">\r
+            <summary>\r
+            The manufacturer data.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothDevice.BondCreated">\r
+            <summary>\r
+            The BondCreated event is raised when the process of creating the bond is finished.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothDevice.BondDestroyed">\r
+            <summary>\r
+            The BondDestroyed event is raised when the bond is destroyed.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothDevice.AuthorizationChanged">\r
+            <summary>\r
+            The AuthorizationChanged event is raised when the authorization of the device is changed.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothDevice.ServiceSearched">\r
+            <summary>\r
+            The ServiceSearched event is raised when the process of service searched is finished.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothDevice.ConnectionStateChanged">\r
+            <summary>\r
+            The ConnectionStateChanged event is raised when the connection state is changed.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.CreateBond">\r
+            <summary>\r
+            Creates a bond with the remote Bluetooth device.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled and the remote device must be discoverable by StartDiscovery(). The bond can be destroyed by DestroyBond().\r
+            The bonding request can be cancelled by CancelBonding(). If this succeeds, the BondCreated event will be invoked.\r
+            </remarks>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when the create bonding process to the remote device fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.CancelBonding">\r
+            <summary>\r
+            Cancels the bonding process.\r
+            </summary>\r
+            <remarks>\r
+            Bonding must be in progress by CreateBond().\r
+            </remarks>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when the cancel bonding procedure to remote device fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.DestroyBond">\r
+            <summary>\r
+            Destroys the bond.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled and the bond must be created by CreateBond().\r
+            If this succeeds, the BondDestroyed event will be invoked.\r
+            </remarks>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when the destroy bonding procedure fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.SetAlias(System.String)">\r
+            <summary>\r
+            Sets an alias for the bonded device.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled and the bond must be created by CreateBond().\r
+            </remarks>\r
+            <param name="aliasName">The alias name of the remote device.</param>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when the set alias name to remote device fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.SetAuthorization(Tizen.Network.Bluetooth.BluetoothAuthorizationType)">\r
+            <summary>\r
+            Sets the authorization of a bonded device.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled and the bond must be created by CreateBond().\r
+            If this succeeds, the AuthorizationChanged event will be invoked.\r
+            </remarks>\r
+            <param name="authorizationState">The authorization state.</param>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when the set authorization to remote device fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.GetMaskFromUuid(System.String[])">\r
+            <summary>\r
+            Gets the mask from the UUID.\r
+            </summary>\r
+            <returns>The service mask list converted from the given UUID list.</returns>\r
+            <param name="uuids">The UUID list of the device.</param>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when the get Mask from UUID fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.StartServiceSearch">\r
+            <summary>\r
+            Starts the search for services supported by the specified device.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled and remote device must be discoverable by StartDiscovery(). The bond must be created by CreateBond().\r
+            If this succeeds, the ServiceSearched event will be invoked.\r
+            </remarks>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when the remote device service search fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.GetConnectedProfiles">\r
+            <summary>\r
+            Gets the connected profiles.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <returns>The connected Bluetooth profiles.</returns>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when there is no BT connection.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.IsProfileConnected(Tizen.Network.Bluetooth.BluetoothProfileType)">\r
+            <summary>\r
+            Determines if profile is connected to the specified remote device.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <returns><c>true</c> if profile is connected, otherwise <c>false</c>.</returns>\r
+            <param name="profileType">The Bluetooth profile type.</param>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when there is no BT connection.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.GetProfile``1">\r
+            <summary>\r
+            Returns the instance of the Bluetooth profile type.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.CreateSocket(System.String)">\r
+            <summary>\r
+            Creates the client socket.\r
+            </summary>\r
+            <returns>The IBluetoothClientSocket instance.</returns>\r
+            <param name="serviceUuid">The UUID of the service.</param>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothState">\r
+            <summary>\r
+            Enumeration for the Bluetooth states.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothState.Disabled">\r
+            <summary>\r
+            The disabled state.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothState.Enabled">\r
+            <summary>\r
+            The enabled state.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothError">\r
+            <summary>\r
+            Enumeration for the Bluetooth errors.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.None">\r
+            <summary>\r
+            Successful.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.Cancelled">\r
+            <summary>\r
+            Operation canceled.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.InvalidParameter">\r
+            <summary>\r
+            Invalid parameter.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.OutOfMemory">\r
+            <summary>\r
+            Out of memory.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.ResourceBusy">\r
+            <summary>\r
+            Device or resource busy.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.TimedOut">\r
+            <summary>\r
+            Timeout error.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.NowInProgress">\r
+            <summary>\r
+            Operation now in progress.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.NotSupported">\r
+            <summary>\r
+            Bluetooth is not supported.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.PermissionDenied">\r
+            <summary>\r
+            Permission denied.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.QuotaExceeded">\r
+            <summary>\r
+            Quota exceeded.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.NoData">\r
+            <summary>\r
+            No data available.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.NotInitialized">\r
+            <summary>\r
+            Local adapter not initialized.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.NotEnabled">\r
+            <summary>\r
+            Local adapter not enabled.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.AlreadyDone">\r
+            <summary>\r
+            Operation already done.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.OperationFailed">\r
+            <summary>\r
+            Operation failed.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.NotInProgress">\r
+            <summary>\r
+            Operation not in progress.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.RemoteDeviceNotBonded">\r
+            <summary>\r
+            Remote device not bonded.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.AuthRejected">\r
+            <summary>\r
+            Authentication rejected.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.AuthFailed">\r
+            <summary>\r
+            Authentication failed.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.RemoteDeviceNotFound">\r
+            <summary>\r
+            Remote device not found.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.ServiceSearchFailed">\r
+            <summary>\r
+            Service search failed.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.RemoteDeviceNotConnected">\r
+            <summary>\r
+            Remote device is not connected.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.ResourceUnavailable">\r
+            <summary>\r
+            Resource temporarily unavailable.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothError.ServiceNotFound">\r
+            <summary>\r
+            Service Not Found.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.VisibilityMode">\r
+            <summary>\r
+            Enumeration for the Bluetooth visibility modes.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.VisibilityMode.NonDiscoverable">\r
+            <summary>\r
+            The non-discoverable mode.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.VisibilityMode.Discoverable">\r
+            <summary>\r
+            The discoverable mode.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.VisibilityMode.TimeLimitedDiscoverable">\r
+            <summary>\r
+            The discoverable mode with limited time.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType">\r
+            <summary>\r
+            Enumeration for the Bluetooth major device class types.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Misc">\r
+            <summary>\r
+            The miscellaneous major class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Computer">\r
+            <summary>\r
+            The computer major class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Phone">\r
+            <summary>\r
+            The phone major class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.LanNetworkAccessPoint">\r
+            <summary>\r
+            The LAN/Network access point major class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.AudioVideo">\r
+            <summary>\r
+            The audio/video major class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Peripheral">\r
+            <summary>\r
+            The peripheral major class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Imaging">\r
+            <summary>\r
+            The imaging major class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Wearable">\r
+            <summary>\r
+            The wearable major class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Toy">\r
+            <summary>\r
+            The toy major class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Health">\r
+            <summary>\r
+            The health major class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Uncategorized">\r
+            <summary>\r
+            The uncategorized major class type.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType">\r
+            <summary>\r
+            Enumeration for the Bluetooth minor device class types.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerUncategorized">\r
+            <summary>\r
+            The uncategorized computer minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerDesktopWorkstation">\r
+            <summary>\r
+            The desktop workstation computer minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerServer">\r
+            <summary>\r
+            The server computer minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerLaptop">\r
+            <summary>\r
+            The laptop computer minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerHandheldPcOrPda">\r
+            <summary>\r
+            The handheld PC/PDA computer minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerPalmSizedPcOrPda">\r
+            <summary>\r
+            The palm sized PC/PDA computer minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerWearableComputer">\r
+            <summary>\r
+            The wearable computer minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneUncategorized">\r
+            <summary>\r
+            The unclassified phone minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneCellular">\r
+            <summary>\r
+            The cellular phone minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneCordless">\r
+            <summary>\r
+            The cordless phone minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneSmartPhone">\r
+            <summary>\r
+            The smartphone phone minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneWiredModemOrVoiceGateway">\r
+            <summary>\r
+            The wired modem or voice gateway phone minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneCommonIsdnAccess">\r
+            <summary>\r
+            The ISDN phone minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPointFullyAvailable">\r
+            <summary>\r
+            Fully available LAN/Network access point minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint1To17PercentUtilized">\r
+            <summary>\r
+            1-17% utilized LAN/Network access point minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint17To33PercentUtilized">\r
+            <summary>\r
+            17-33% utilized LAN/Network access point minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint33To50PercentUtilized">\r
+            <summary>\r
+            33-50% utilized LAN/Network access point minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint50To67PercentUtilized">\r
+            <summary>\r
+            50-67% utilized LAN/Network access point minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint67To83PercentUtilized">\r
+            <summary>\r
+            67-83% utilized LAN/Network access point minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint83To99PercentUtilized">\r
+            <summary>\r
+            83-99% utilized LAN/Network access point minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPointNoServiceAvailable">\r
+            <summary>\r
+            No service available LAN/Network access point minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoUncategorized">\r
+            <summary>\r
+            The uncategorized audio/video minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoWearableHeadset">\r
+            <summary>\r
+            The wearable headset audio/video minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoHandsFree">\r
+            <summary>\r
+            The hands free audio/video minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoMicrophone">\r
+            <summary>\r
+            The microphone audio/video minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoLoudspeaker">\r
+            <summary>\r
+            The loudspeaker audio/video minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoHeadphones">\r
+            <summary>\r
+            The headphones audio/video minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoPortableAudio">\r
+            <summary>\r
+            The portable audio audio/video minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoCarAudio">\r
+            <summary>\r
+            The car audio audio/video minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoSetTopBox">\r
+            <summary>\r
+            The SetTopbox audio/video minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoHifiAudioDevice">\r
+            <summary>\r
+            The Hi-Fi audio/video minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoVcr">\r
+            <summary>\r
+            The VCR audio/video minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoVideoCamera">\r
+            <summary>\r
+            The video camera audio/video minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoCamcorder">\r
+            <summary>\r
+            Camcorder audio/video minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoVideoMonitor">\r
+            <summary>\r
+            The video monitor audio/video minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoVideoDisplayLoudspeaker">\r
+            <summary>\r
+            The video display and loudspeaker audio/video minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoVideoConferencing">\r
+            <summary>\r
+            The video conferencing audio/video minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoGamingToy">\r
+            <summary>\r
+            The gaming/toy audio/video minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralUncategorized">\r
+            <summary>\r
+            The uncategorized peripheral minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralKeyBoard">\r
+            <summary>\r
+            The keyboard peripheral minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralPointingDevice">\r
+            <summary>\r
+            The pointing device peripheral minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralComboKeyboardPointingDevice">\r
+            <summary>\r
+            The combo keyboard peripheral minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralJoystick">\r
+            <summary>\r
+            The joystick peripheral minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralGamePad">\r
+            <summary>\r
+            The game pad peripheral minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralRemoteControl">\r
+            <summary>\r
+            The remote control peripheral minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralSensingDevice">\r
+            <summary>\r
+            The sensing device peripheral minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralDigitizerTablet">\r
+            <summary>\r
+            The digitizer peripheral minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralCardReader">\r
+            <summary>\r
+            The card reader peripheral minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralDigitalPen">\r
+            <summary>\r
+            The digital pen peripheral minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralHandheldScanner">\r
+            <summary>\r
+            The handheld scanner peripheral minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralHandheldGesturalInputDevice">\r
+            <summary>\r
+            The handheld gestural input computer minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ImagingDisplay">\r
+            <summary>\r
+            The display imaging minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ImagingCamera">\r
+            <summary>\r
+            The camera imaging minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ImagingScanner">\r
+            <summary>\r
+            The scanner imaging minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ImagingPrinter">\r
+            <summary>\r
+            The printer imaging minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.WearableWristWatch">\r
+            <summary>\r
+            The wrist watch wearable minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.WearablePager">\r
+            <summary>\r
+            The pager wearable minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.WearableJacket">\r
+            <summary>\r
+            The jacket wearable minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.WearableHelmet">\r
+            <summary>\r
+            The helmet wearable minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.WearableGlasses">\r
+            <summary>\r
+            The glasses wearable minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ToyRobot">\r
+            <summary>\r
+            The robot toy minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ToyVehicle">\r
+            <summary>\r
+            The vehicle toy minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ToyDollAction">\r
+            <summary>\r
+            The doll toy minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ToyController">\r
+            <summary>\r
+            The controller toy minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ToyGame">\r
+            <summary>\r
+            The game toy minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthUncategorized">\r
+            <summary>\r
+            The uncategorized health minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthBloodPressureMonitor">\r
+            <summary>\r
+            The BP monitor health minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthThermometer">\r
+            <summary>\r
+            The thermometer health minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthWeighingScale">\r
+            <summary>\r
+            The scale health minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthGlucoseMeter">\r
+            <summary>\r
+            The glucose meter health minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthPulseOximeter">\r
+            <summary>\r
+            The pulse oximeter health minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthHeartPulseRateMonitor">\r
+            <summary>\r
+            The heart/pulse rate monitor health minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthDataDisplay">\r
+            <summary>\r
+            The display health minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthStepCounter">\r
+            <summary>\r
+            The step counter health minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthBodyCompositionAnalyzer">\r
+            <summary>\r
+            The body composition analyzer health minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthPeakFlowMonitor">\r
+            <summary>\r
+            The peak flow monitor health minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthMedicationMonitor">\r
+            <summary>\r
+            The medication monitor health minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthKneeProsthesis">\r
+            <summary>\r
+            The knee prosthesis health minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthAnkleProsthesis">\r
+            <summary>\r
+            The ankle prosthesis health minor class type.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothDeviceDiscoveryState">\r
+            <summary>\r
+            Enumeration for the Bluetooth device discovery states.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceDiscoveryState.Started">\r
+            <summary>\r
+            The device discovery is started.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceDiscoveryState.Finished">\r
+            <summary>\r
+            The device discovery is finished.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceDiscoveryState.Found">\r
+            <summary>\r
+            The remote device is found.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothAppearanceType">\r
+            <summary>\r
+            Enumeration for the Bluetooth appearance types.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothAppearanceType.Unknown">\r
+            <summary>\r
+            Unknown.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothAppearanceType.GenericPhone">\r
+            <summary>\r
+            Generic phone.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothAppearanceType.GenericComputer">\r
+            <summary>\r
+            Generic computer.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothAppearanceType.GenericWatch">\r
+            <summary>\r
+            Generic watch.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothAudioProfileType">\r
+            <summary>\r
+            Enumeration for the Bluetooth audio profile types.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothAudioProfileType.All">\r
+            <summary>\r
+            All supported profiles of audio.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothAudioProfileType.HspHfp">\r
+            <summary>\r
+            The Headset and Hands-Free profile.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothAudioProfileType.AdvancedAudioDistribution">\r
+            <summary>\r
+            The Advanced Audio Distribution profile.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothAudioProfileType.AudioGateway">\r
+            <summary>\r
+            The Audio Gateway profile.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothAudioProfileType.AdvancedAudioDistributionSink">\r
+            <summary>\r
+            The Advanced Audio Distribution profile sink role.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothServiceClassType">\r
+            <summary>\r
+            Enumeration for the Bluetooth service class types.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.None">\r
+            <summary>\r
+            No service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Res">\r
+            <summary>\r
+            The RES service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Spp">\r
+            <summary>\r
+            The SPP service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Dun">\r
+            <summary>\r
+            The DUN service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Fax">\r
+            <summary>\r
+            The FAX service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Lap">\r
+            <summary>\r
+            The LAP service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Hsp">\r
+            <summary>\r
+            The HSP service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Hfp">\r
+            <summary>\r
+            The HFPservice class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Opp">\r
+            <summary>\r
+            The OPP service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Ftp">\r
+            <summary>\r
+            The FTP service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Ctp">\r
+            <summary>\r
+            The CTP service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Icp">\r
+            <summary>\r
+            The ICP service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Sync">\r
+            <summary>\r
+            The Sync service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Bpp">\r
+            <summary>\r
+            The BPP service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Bip">\r
+            <summary>\r
+            The BIP service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Panu">\r
+            <summary>\r
+            The PANU service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Nap">\r
+            <summary>\r
+            The NAP service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Gn">\r
+            <summary>\r
+            The GN service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Sap">\r
+            <summary>\r
+            The SAP service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.A2dp">\r
+            <summary>\r
+            The A2DP service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Avrcp">\r
+            <summary>\r
+            The AVRCP service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Pbap">\r
+            <summary>\r
+            The PBAP service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Hid">\r
+            <summary>\r
+            The HID service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.A2dpSource">\r
+            <summary>\r
+            The A2DP Source service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.All">\r
+            <summary>\r
+            All service class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Max">\r
+            <summary>\r
+            The Max service class.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothProfileType">\r
+            <summary>\r
+            Enumeration for the Bluetooth profile types.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.Rfcomm">\r
+            <summary>\r
+            The RFCOMM profile.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.AdvancedAudioDistribution">\r
+            <summary>\r
+            The Advanced Audio Distribution Profile Source role.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.Headset">\r
+            <summary>\r
+            The Headset profile.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.HumanInterfaceDevice">\r
+            <summary>\r
+            The Human Interface Device profile.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.NetworkAccessPoint">\r
+            <summary>\r
+            The Network Access Point profile.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.AudioGateway">\r
+            <summary>\r
+            The Audio Gateway profile.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.GenericAttribute">\r
+            <summary>\r
+            The Generic Attribute profile.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.NapServer">\r
+            <summary>\r
+            The NAP Server profile.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.AdvancedAudioDistributionSink">\r
+            <summary>\r
+            The advanced Audio Distribution profile sink role.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothAuthorizationType">\r
+            <summary>\r
+            Enumeration for the Bluetooth authorization types.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothAuthorizationType.Authorized">\r
+            <summary>\r
+            The authorized type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothAuthorizationType.Unauthorized">\r
+            <summary>\r
+            The unauthorized type.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothConnectionLinkType">\r
+            <summary>\r
+            Enumeration for the Bluetooth connection link types.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothConnectionLinkType.BrEdr">\r
+            <summary>\r
+            The BR/EDR link.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothConnectionLinkType.Le">\r
+            <summary>\r
+            The LE link.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothConnectionLinkType.Default">\r
+            <summary>\r
+            The default connection type.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothDisconnectReason">\r
+            <summary>\r
+            Enumeration for the Bluetooth disconnect reason.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothDisconnectReason.Unknown">\r
+            <summary>\r
+            The disconnected by unknown reason.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothDisconnectReason.Timeout">\r
+            <summary>\r
+            The disconnected by timeout.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothDisconnectReason.LocalHost">\r
+            <summary>\r
+            The disconnected by local host.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothDisconnectReason.Remote">\r
+            <summary>\r
+            The disconnected by remote.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothSocketRole">\r
+            <summary>\r
+            Enumeration for the connected Bluetooth device event roles.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothSocketRole.Unknown">\r
+            <summary>\r
+            Unknown role.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothSocketRole.Server">\r
+            <summary>\r
+            The server role.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothSocketRole.Client">\r
+            <summary>\r
+            The client role.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothSocketState">\r
+            <summary>\r
+            Enumeration for the Bluetooth socket connection states.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothSocketState.Connected">\r
+            <summary>\r
+            The RFCOMM is connected.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothSocketState.Disconnected">\r
+            <summary>\r
+            The RFCOMM is disconnected.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.EqualizerState">\r
+            <summary>\r
+            Enumeration for the equalizer states.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.EqualizerState.Off">\r
+            <summary>\r
+            Equalizer Off.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.EqualizerState.On">\r
+            <summary>\r
+            Equalizer On.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.RepeatMode">\r
+            <summary>\r
+            Enumeration for the repeat modes.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.RepeatMode.Off">\r
+            <summary>\r
+            Repeat off.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.RepeatMode.SingleTrack">\r
+            <summary>\r
+            Single track repeat.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.RepeatMode.AllTrack">\r
+            <summary>\r
+            All track repeat.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.RepeatMode.Group">\r
+            <summary>\r
+            Group repeat.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.ShuffleMode">\r
+            <summary>\r
+            Enumeration for the shuffle modes.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.ShuffleMode.Off">\r
+            <summary>\r
+            Shuffle off.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.ShuffleMode.AllTrack">\r
+            <summary>\r
+            All tracks shuffle.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.ShuffleMode.Group">\r
+            <summary>\r
+            Group shuffle.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.ScanMode">\r
+            <summary>\r
+            Enumeration for the scan modes.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.ScanMode.Off">\r
+            <summary>\r
+            Scan off.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.ScanMode.AllTrack">\r
+            <summary>\r
+            All tracks scan.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.ScanMode.Group">\r
+            <summary>\r
+            Group scan.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.PlayerState">\r
+            <summary>\r
+            Enumeration for the player states.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.PlayerState.Stopped">\r
+            <summary>\r
+            The stopped state.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.PlayerState.Playing">\r
+            <summary>\r
+            The playing state.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.PlayerState.Paused">\r
+            <summary>\r
+            The paused state.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.PlayerState.SeekForward">\r
+            <summary>\r
+            The seek forward state.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.PlayerState.SeekRewind">\r
+            <summary>\r
+            The seek rewind state.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothLeDeviceAddressType">\r
+            <summary>\r
+            Enumeration for the Bluetooth LE device address types.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothLeDeviceAddressType.BluetoothLePublicAddress">\r
+            <summary>\r
+            The Buetooth LE public address.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothLeDeviceAddressType.BluetoothLePrivateAddress">\r
+            <summary>\r
+            The Bluetooth LE private address.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothLePacketType">\r
+            <summary>\r
+            Enumeration for the Bluetooth LePacket types.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothLePacketType.BluetoothLeAdvertisingPacket">\r
+            <summary>\r
+            The Bluetooth LE advertising packet.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothLePacketType.BluetoothLeScanResponsePacket">\r
+            <summary>\r
+            The Bluetooth LE scan response packet.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothLeDataType">\r
+            <summary>\r
+            Enumeration for the Bluetooth LE data types.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothLeDataType.BluetoothLePacketDataList16BitServiceUuid">\r
+            <summary>\r
+            The Bluetooth LE packet data list 16 bit service uuid.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothLeDataType.BluetoothLePacketManufacturerData">\r
+            <summary>\r
+            The Bluetooth LE packet manufacturer data.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothLeAdvertisingMode">\r
+            <summary>\r
+            Enumeration for the Bluetooth LE advertising mode types.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothLeAdvertisingMode.BluetoothLeAdvertisingBalancedMode">\r
+            <summary>\r
+            The Bluetooth LE advertising balanced mode.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothLeAdvertisingMode.BluetoothLeAdvertisingLowLatencyMode">\r
+            <summary>\r
+            The Bluetooth LE advertising low latency mode.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothLeAdvertisingMode.BluetoothLeAdvertisingLowEnergyMode">\r
+            <summary>\r
+            The Bluetooth LE advertising low energy mode.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothLeAdvertisingState">\r
+            <summary>\r
+            Enumeration for the Bluetooth LE advertising mode type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothLeAdvertisingState.BluetoothLeAdvertisingStopped">\r
+            <summary>\r
+            The Bluetooth LE advertising stopped.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothLeAdvertisingState.BluetoothLeAdvertisingStarted">\r
+            <summary>\r
+            The Bluetooth LE advertising started.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.IntDataType">\r
+            <summary>\r
+            Enumeration for the integer type for GATT handle's values.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.IntDataType.SignedInt8">\r
+            <summary>\r
+            The 8-bit signed integer type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.IntDataType.SignedInt16">\r
+            <summary>\r
+            The 16-bit signed integer type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.IntDataType.SignedInt32">\r
+            <summary>\r
+            The 32-bit signed integer type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.IntDataType.UnsignedInt8">\r
+            <summary>\r
+            The 8-bit unsigned integer type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.IntDataType.UnsignedInt16">\r
+            <summary>\r
+            The 16-bit unsigned integer type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.IntDataType.UnsignedInt32">\r
+            <summary>\r
+            The 32-bit unsigned integer type.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.FloatDataType">\r
+            <summary>\r
+            Enumerations of the float type for GATT handle's values.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.FloatDataType.Float">\r
+            <summary>\r
+            The 32-bit float type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.FloatDataType.SFloat">\r
+            <summary>\r
+            The 16-bit float type.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.GattHandleType">\r
+            <summary>\r
+            Enumeration for the GATT handle's types.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.GattHandleType.Service">\r
+            <summary>\r
+            The GATT service type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.GattHandleType.Characteristic">\r
+            <summary>\r
+            The GATT characteristic type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.GattHandleType.Descriptor">\r
+            <summary>\r
+            The GATT descriptor type.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothGattServiceType">\r
+            <summary>\r
+            Enumeration for the service types.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothGattServiceType.Primary">\r
+            <summary>\r
+            The GATT primary service type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothGattServiceType.Secondary">\r
+            <summary>\r
+            The GATT secondary service type.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothGattProperty">\r
+            <summary>\r
+            Enumeration for the characteristic's property.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.Broadcast">\r
+            <summary>\r
+            The broadcast property.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.Read">\r
+            <summary>\r
+            The read property.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.WriteWithoutResponse">\r
+            <summary>\r
+            The write without response property.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.Write">\r
+            <summary>\r
+            The write property.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.Notify">\r
+            <summary>\r
+            The notify property.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.Indicate">\r
+            <summary>\r
+            The indicate property.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.AuthenticatedSignedWrites">\r
+            <summary>\r
+            The authenticated signed writes property.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.ExtendedProperties">\r
+            <summary>\r
+            The extended properties.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothGattPermission">\r
+            <summary>\r
+            Enumeration for the Bluetooth GATT permission types.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothGattPermission.Read">\r
+            <summary>\r
+            Read permission.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothGattPermission.Write">\r
+            <summary>\r
+            Write permission.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothGattWriteType">\r
+            <summary>\r
+            Enumeration for the write types.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothGattWriteType.NoResponse">\r
+            <summary>\r
+            The write without response.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothGattWriteType.WriteWithResponse">\r
+            <summary>\r
+            The write with response.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothGattRequestType">\r
+            <summary>\r
+            Enumeration for the remote device request types for attributes.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothGattRequestType.Read">\r
+            <summary>\r
+            Read requested.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothGattRequestType.Write">\r
+            <summary>\r
+            Write requested.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothErrorFactory">\r
+            <summary>\r
+            A class which is used to Throw the Bluetooth Error exceptions.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothErrorFactory.ThrowBluetoothException(System.Int32)">\r
+            <summary>\r
+            Exceptions for Bluetooth Errors.\r
+            </summary>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth Error happens.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.StateChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the changed Bluetooth state.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.StateChangedEventArgs.BTState">\r
+            <summary>\r
+            The state of Bluetooth.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.StateChangedEventArgs.Result">\r
+            <summary>\r
+            The BluetoothError result.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.NameChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the changed Bluetooth name.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.NameChangedEventArgs.DeviceName">\r
+            <summary>\r
+            The name of the device.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.VisibilityModeChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the changed Bluetooth visibility mode.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.VisibilityModeChangedEventArgs.Visibility">\r
+            <summary>\r
+            The visibility mode.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.VisibilityModeChangedEventArgs.Result">\r
+            <summary>\r
+            The BluetoothError result.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.VisibilityDurationChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the duration until the visibility mode is changed from TimeLimitedDiscoverable to NonDiscoverable.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.VisibilityDurationChangedEventArgs.Duration">\r
+            <summary>\r
+            The duration.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.DiscoveryStateChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the changed Bluetooth device discovery state and the discovered device information.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.DiscoveryStateChangedEventArgs.Result">\r
+            <summary>\r
+            The BluetoothError result.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.DiscoveryStateChangedEventArgs.DiscoveryState">\r
+            <summary>\r
+            The state of the discovery.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.DiscoveryStateChangedEventArgs.DeviceFound">\r
+            <summary>\r
+            The remote device found.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BondCreatedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the bonded device information.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BondCreatedEventArgs.Result">\r
+            <summary>\r
+            The BluetoothError result.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BondCreatedEventArgs.Device">\r
+            <summary>\r
+            The remote device.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BondDestroyedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the address of the remote Bluetooth device to destroy bond with.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BondDestroyedEventArgs.Result">\r
+            <summary>\r
+            The BluetoothError result.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BondDestroyedEventArgs.DeviceAddress">\r
+            <summary>\r
+            The remote device address.\r
+            </summary>\r
+            <value>The device address.</value>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.AuthorizationChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the authorization state and the address of the remote Bluetooth device.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.AuthorizationChangedEventArgs.Authorization">\r
+            <summary>\r
+            The authorization.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.AuthorizationChangedEventArgs.DeviceAddress">\r
+            <summary>\r
+            The device address.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.ServiceSearchedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the service lists found on the remote Bluetooth device.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.ServiceSearchedEventArgs.Result">\r
+            <summary>\r
+            The BluetoothError result.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.ServiceSearchedEventArgs.SdpData">\r
+            <summary>\r
+            The sdp data.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.DeviceConnectionStateChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the connection state and the connection information of the remote device.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.DeviceConnectionStateChangedEventArgs.IsConnected">\r
+            <summary>\r
+            A value indicating whether the device is connected.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.DeviceConnectionStateChangedEventArgs.ConnectionData">\r
+            <summary>\r
+            The device connection data.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.SocketDataReceivedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the data received information.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.SocketDataReceivedEventArgs.Data">\r
+            <summary>\r
+            The socket data.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.SocketConnectionStateChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the changed connection state.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.SocketConnectionStateChangedEventArgs.Result">\r
+            <summary>\r
+            The BluetoothError result.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.SocketConnectionStateChangedEventArgs.State">\r
+            <summary>\r
+            The socket state.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.SocketConnectionStateChangedEventArgs.Connection">\r
+            <summary>\r
+            The socket connection.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.AcceptStateChangedEventArgs.Result">\r
+            <summary>\r
+            The BluetoothError result.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.AcceptStateChangedEventArgs.State">\r
+            <summary>\r
+            The socket state.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.AcceptStateChangedEventArgs.Connection">\r
+            <summary>\r
+            The socket connection.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.AcceptStateChangedEventArgs.Server">\r
+            <summary>\r
+            The server socket instance.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.AudioConnectionStateChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the connection state, remote address, and the type of audio profile.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.AudioConnectionStateChangedEventArgs.Result">\r
+            <summary>\r
+            The result.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.AudioConnectionStateChangedEventArgs.IsConnected">\r
+            <summary>\r
+            A value indicating whether this instance is connected.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.AudioConnectionStateChangedEventArgs.Address">\r
+            <summary>\r
+            The address.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.AudioConnectionStateChangedEventArgs.ProfileType">\r
+            <summary>\r
+            The type of the audio profile.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.HidConnectionStateChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the connection state and the address of the remote Bluetooth device.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.HidConnectionStateChangedEventArgs.Result">\r
+            <summary>\r
+            The result.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.HidConnectionStateChangedEventArgs.IsConnected">\r
+            <summary>\r
+            A value indicating whether this instance is connected.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.HidConnectionStateChangedEventArgs.Address">\r
+            <summary>\r
+            The address.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.EqualizerStateChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the changed equalizer state.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.EqualizerStateChangedEventArgs.State">\r
+            <summary>\r
+            The state of the equalizer.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.RepeatModeChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the changed repeat mode.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.RepeatModeChangedEventArgs.Mode">\r
+            <summary>\r
+            The repeat mode.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.ShuffleModeChangedeventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the changed shuffle mode.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.ShuffleModeChangedeventArgs.Mode">\r
+            <summary>\r
+            The shuffle mode.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.ScanModeChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the changed scan mode.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.ScanModeChangedEventArgs.Mode">\r
+            <summary>\r
+            The scan mode.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.TargetConnectionStateChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the connection state and the remote device address.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.TargetConnectionStateChangedEventArgs.IsConnected">\r
+            <summary>\r
+            A value indicating whether this instance is connected.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.TargetConnectionStateChangedEventArgs.Address">\r
+            <summary>\r
+            The address.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.AdvertisingStateChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the changed Bluetooth LE advertising state changed information.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.AdvertisingStateChangedEventArgs.Result">\r
+            <summary>\r
+            The result.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.AdvertisingStateChangedEventArgs.AdvertiserHandle">\r
+            <summary>\r
+            The advertiser handle.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.AdvertisingStateChangedEventArgs.State">\r
+            <summary>\r
+            The LE advertising state.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.AdapterLeScanResultChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the changed Bluetooth LE scan result information.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.AdapterLeScanResultChangedEventArgs.Result">\r
+            <summary>\r
+            The result.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.AdapterLeScanResultChangedEventArgs.DeviceData">\r
+            <summary>\r
+            The LE device data.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.GattConnectionStateChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the changed Bluetooth LE GATT connection state.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.GattConnectionStateChangedEventArgs.Result">\r
+            <summary>\r
+            The result.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.GattConnectionStateChangedEventArgs.IsConnected">\r
+            <summary>\r
+            A value indicating whether this instance is connected.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.GattConnectionStateChangedEventArgs.RemoteAddress">\r
+            <summary>\r
+            The remote address.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.ValueChangedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the changed attribute value.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.ValueChangedEventArgs.Value">\r
+            <summary>\r
+            The attribute value.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.ReadRequestedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the read value request data.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.ReadRequestedEventArgs.Server">\r
+            <summary>\r
+            The GATT server instance.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.ReadRequestedEventArgs.ClientAddress">\r
+            <summary>\r
+            The client address.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.ReadRequestedEventArgs.RequestId">\r
+            <summary>\r
+            The request identifier.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.ReadRequestedEventArgs.Offset">\r
+            <summary>\r
+            The offset.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.WriteRequestedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class contains the read value request data.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.Server">\r
+            <summary>\r
+            The GATT server instance.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.ClientAddress">\r
+            <summary>\r
+            The client address.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.RequestId">\r
+            <summary>\r
+            The request identifier.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.Value">\r
+            <summary>\r
+            The read value.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.Offset">\r
+            <summary>\r
+            The offset.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.Response_needed">\r
+            <summary>\r
+            Indicates whether a response is required by the remote device.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.NotificationStateChangedEventArg">\r
+            <summary>\r
+            An extended EventArgs class contains the client preference to enable or disable the Notification/Indication.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.NotificationStateChangedEventArg.Server">\r
+            <summary>\r
+            The GATT server instance.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.NotificationStateChangedEventArg.Value">\r
+            <summary>\r
+            A value indicating whether the notification is enabled.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.NotificationSentEventArg">\r
+            <summary>\r
+            An extended EventArgs class contains the read value request data.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.NotificationSentEventArg.Server">\r
+            <summary>\r
+            The GATT server instance.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.NotificationSentEventArg.ClientAddress">\r
+            <summary>\r
+            The client address.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.NotificationSentEventArg.Result">\r
+            <summary>\r
+            The result.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.NotificationSentEventArg.Completed">\r
+            <summary>\r
+            Gets a value indicating whether the notification sent is completed.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.ConnectionRequestedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class which contains the connection state and address of the remote Bluetooth device.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.ConnectionRequestedEventArgs.Address">\r
+            <summary>\r
+            The address.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.TransferProgressEventArgs">\r
+            <summary>\r
+            An extended EventArgs class which contains the file transfer progress state, file transfer progress by percent.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.TransferProgressEventArgs.File">\r
+            <summary>\r
+            The File name.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.TransferProgressEventArgs.Size">\r
+            <summary>\r
+            The File size.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.TransferProgressEventArgs.Percent">\r
+            <summary>\r
+            The File transfer percent.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.TransferFinishedEventArgs">\r
+            <summary>\r
+            An extended EventArgs class which contains the file transfer finished state and file state.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.TransferFinishedEventArgs.File">\r
+            <summary>\r
+            The File name.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.TransferFinishedEventArgs.Size">\r
+            <summary>\r
+            The File size.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.TransferFinishedEventArgs.Result">\r
+            <summary>\r
+            The return value.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.PushRespondedEventArgs">\r
+            <Summary>\r
+            An extended EventArgs class which contains the Push Request respond state\r
+            </Summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.PushRespondedEventArgs.Result">\r
+            <summary>\r
+            The return value.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.PushRespondedEventArgs.Address">\r
+            <summary>\r
+            The address.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.PushProgressEventArgs">\r
+            <summary>\r
+            An extended EventArgs class which contains the file push progress state, push progress by percent.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.PushProgressEventArgs.File">\r
+            <summary>\r
+            The File name.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.PushProgressEventArgs.Size">\r
+            <summary>\r
+            The File size.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.PushProgressEventArgs.Percent">\r
+            <summary>\r
+            The File transfer percent.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.PushFinishedEventArgs">\r
+            <Summary>\r
+            An extended EventArgs class which contains the Push Request respond state\r
+            </Summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.PushFinishedEventArgs.Result">\r
+            <summary>\r
+            The return value.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.PushFinishedEventArgs.Address">\r
+            <summary>\r
+            The address.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothGattServer">\r
+            <summary>\r
+            The Bluetooth GATT server.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothGattServer.NotificationSent">\r
+            <summary>\r
+            (event) This event is called when the indication acknowledgement is received for each notified client.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.CreateServer">\r
+            <summary>\r
+            Creates the Bluetooth GATT server.\r
+            </summary>\r
+            <returns></returns>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the create GATT server fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.Start">\r
+            <summary>\r
+            Registers the server along with the GATT services of the application it is hosting.\r
+            </summary>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the register server application fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.RegisterGattService(Tizen.Network.Bluetooth.BluetoothGattService)">\r
+            <summary>\r
+            Registers a specified service to this server.\r
+            </summary>\r
+            <param name="service">The service, which needs to be registered with this server.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the register service fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.UnregisterGattService(Tizen.Network.Bluetooth.BluetoothGattService)">\r
+            <summary>\r
+            Unregisters a specified service from this server.\r
+            </summary>\r
+            <param name="service">The service, which needs to be unregistered from this server.</param>\r
+            <remarks>\r
+            Once unregistered, the service object will become invalid and should not be used to access sevices or any children attribute's methods/members.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the unregister service fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.UnregisterGattServices">\r
+            <summary>\r
+            Unregisters all services from this server.\r
+            </summary>\r
+            <remarks>\r
+            Once unregistered, servicees will become invalid and should not be used to access sevices or any children attribute's methods/members.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the unregister all services fail.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.GetService(System.String)">\r
+            <summary>\r
+            Gets service with given UUID that belongs to this server.\r
+            </summary>\r
+            <param name="uuid">The UUID for the service to get.</param>\r
+            <returns>The Service with the given UUID if it exists, null otherwise.</returns>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.GetServices">\r
+            <summary>\r
+            Gets the list of services that belongs to this server.\r
+            </summary>\r
+            <returns>The list of services that belongs to this server.</returns>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.SendIndicationAsync(Tizen.Network.Bluetooth.BluetoothGattCharacteristic,System.String)">\r
+            <summary>\r
+            Sends indication for the value change of the characteristic to the remote devices.\r
+            </summary>\r
+            <param name="characteristic">The characteristic whose the value is changed.</param>\r
+            <param name="clientAddress">The remote device address to send, notify, or indicate and if set to NULL, then notify/indicate all is enabled.</param>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when the remote device is disconnected, or when service is not registered, or when the CCCD is not enabled.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.SendNotification(Tizen.Network.Bluetooth.BluetoothGattCharacteristic,System.String)">\r
+            <summary>\r
+            Sends the notification for the value change of the characteristic to the remote devices.\r
+            </summary>\r
+            <param name="characteristic">The characteristic, which has a changed value.</param>\r
+            <param name="clientAddress">The remote device address to send, notify, or indicate and if set to NULL, then notify/indicate all is enabled.</param>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when the remote device is disconnected, or when service is not registered, or when the CCCD is not enabled.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.SendResponse(System.Int32,Tizen.Network.Bluetooth.BluetoothGattRequestType,System.Int32,System.Byte[],System.Int32)">\r
+            <summary>\r
+            Sends a response to the remote device as a result of a read/write request.\r
+            </summary>\r
+            <param name="requestId">The identification of a read/write request.</param>\r
+            <param name="type">The request type for read/write.</param>\r
+            <param name="status">The error value in case of failure, 0 for success.</param>\r
+            <param name="value">The value to be sent.</param>\r
+            <param name="offset">The offset from where the value is read.</param>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when the remote device is disconnected, or the send response procedure fails.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothGattClient">\r
+            <summary>\r
+            The Bluetooth GATT client.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothGattClient.RemoteAddress">\r
+            <summary>\r
+            The address of the remote device.\r
+            </summary>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when the remote device is disconnected.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.GetService(System.String)">\r
+            <summary>\r
+            Gets the service with the given UUID that belongs to the remote device.\r
+            </summary>\r
+            <param name="uuid">The UUID for the service to get.</param>\r
+            <returns>The service with the given UUID if it exists, null otherwise.</returns>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when the remote device is disconnected, or when the get service fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.GetServices">\r
+            <summary>\r
+            Gets list of services that belongs to the remote device.\r
+            </summary>\r
+            <returns>The list of services that belongs to the remote device.</returns>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when the remote device is disconnected, or when the get service fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.ReadValueAsync(Tizen.Network.Bluetooth.BluetoothGattCharacteristic)">\r
+            <summary>\r
+            Reads the value of a given characteristic from the remote device asynchronously.\r
+            </summary>\r
+            <param name="characteristic">The characteristic to be read.</param>\r
+            <returns>true on success, false otherwise.</returns>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when the remote device is disconnected, or when the read attribute value fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.ReadValueAsync(Tizen.Network.Bluetooth.BluetoothGattDescriptor)">\r
+            <summary>\r
+            Reads the value of the given descriptor from the remote device asynchronously.\r
+            </summary>\r
+            <param name="descriptor">The descriptor to be read.</param>\r
+            <returns>true on success, false otherwise.</returns>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when the remote device is disconnected, or when the read attribute value fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.WriteValueAsync(Tizen.Network.Bluetooth.BluetoothGattCharacteristic)">\r
+            <summary>\r
+            Writes the value of a given characteristic to the remote device asynchronously.\r
+            </summary>\r
+            <param name="characteristic">The characteristic to be written.</param>\r
+            <returns>true on success, false otherwise.</returns>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when the remote device is disconnected or when the write attribute value fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.WriteValueAsync(Tizen.Network.Bluetooth.BluetoothGattDescriptor)">\r
+            <summary>\r
+            Writes the value of the given descriptor to the remote device asynchronously.\r
+            </summary>\r
+            <param name="descriptor">The descriptor to be written.</param>\r
+            <returns>true on success, false otherwise.</returns>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
+            or when the remote device is disconnected, or when the write attribute value fails.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothGattService">\r
+            <summary>\r
+            The Bluetooth GATT service.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.#ctor(System.String,Tizen.Network.Bluetooth.BluetoothGattServiceType)">\r
+            <summary>\r
+            The constructor.\r
+            </summary>\r
+            <param name="uuid">The UUID of the service.</param>\r
+            <param name="type">The type of service.</param>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the create GATT service procedure fails.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothGattService.Uuid">\r
+            <summary>\r
+            Specification name from the UUID.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.AddCharacteristic(Tizen.Network.Bluetooth.BluetoothGattCharacteristic)">\r
+            <summary>\r
+            Adds a characteristic to this service.\r
+            </summary>\r
+            <param name="characteristic">The characteristic to be added.</param>\r
+            <returns>true on success, false otherwise.</returns>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the add GATT characteristic procedure fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetCharacteristic(System.String)">\r
+            <summary>\r
+            Gets the characteristic with the given UUID that belongs to this service.\r
+            </summary>\r
+            <param name="uuid">The UUID for the characteristic to get.</param>\r
+            <returns>The characteristic with a given UUID if it exists, null otherwise.</returns>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetCharacteristics">\r
+            <summary>\r
+            Gets list of the characteristic that belongs to this service.\r
+            </summary>\r
+            <returns>The list of the characteristic that belongs to this service.</returns>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.AddService(Tizen.Network.Bluetooth.BluetoothGattService)">\r
+            <summary>\r
+            Includes a service to this service.\r
+            </summary>\r
+            <param name="service">The service to be included.</param>\r
+            <returns>true on success, false otherwise</returns>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the add GATT service procedure fails.</exception>/// \r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetIncludeService(System.String)">\r
+            <summary>\r
+            Gets the included service.\r
+            </summary>\r
+            <param name="uuid">The UUID for the service to get.</param>\r
+            <returns>The service with a given UUID if it exists, null otherwise.</returns>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetIncludeServices">\r
+            <summary>\r
+            Gets the included service list of this service.\r
+            </summary>\r
+            <returns>The included service list of this service.</returns>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetGattServer">\r
+            <summary>\r
+            Gets the server instance which the specified service belongs to.\r
+            </summary>\r
+            <returns>The server instance which the specified service belongs to.</returns>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetGattClient">\r
+            <summary>\r
+            Gets the client instance which the specified service belongs to.\r
+            </summary>\r
+            <returns>The client instance which the specified service belongs to.</returns>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothGattCharacteristic">\r
+            <summary>\r
+            The Bluetooth GATT characteristic.\r
+            </summary>\r
+        </member>\r
+        <!-- "M:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.#ctor(System.String,Tizen.Network.Bluetooth.BluetoothGattPermission,Tizen.Network.Bluetooth.BluetoothGattProperty,System.Byte[])" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.ValueChanged">\r
+            <summary>\r
+            The CharacteristicValueChanged event is raised when the server notifies for change in this characteristic value.\r
+            </summary>\r
+            <remarks>\r
+            Adding the event handle on characteristic on the server side will not have any effect.\r
+            </remarks>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.NotificationStateChanged">\r
+            <summary>\r
+            The NotificationStateChanged event is called when the client enables or disables the Notification/Indication for particular characteristics.\r
+            </summary>\r
+            <remarks>\r
+            Adding event handle on the characteristic on the client side will not have any effect.\r
+            </remarks>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.Properties">\r
+            <summary>\r
+            The property for this characteristic.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.WriteType">\r
+            <summary>\r
+            The write type to be used for write operations.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.AddDescriptor(Tizen.Network.Bluetooth.BluetoothGattDescriptor)">\r
+            <summary>\r
+            Adds a descriptor to this characteristic.\r
+            </summary>\r
+            <param name="descriptor">The descriptor to be added.</param>\r
+            <returns>true on success, false otherwise.</returns>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the add GATT descriptor procedure fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.GetDescriptor(System.String)">\r
+            <summary>\r
+            Gets the descriptor with the given UUID that belongs to this characteristic.\r
+            </summary>\r
+            <param name="uuid">The UUID for the descriptor to get.</param>\r
+            <returns>The descriptor with a given UUID if it exists, null otherwise.</returns>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.GetDescriptors">\r
+            <summary>\r
+            Gets the list of descriptors that belongs to this characteristic.\r
+            </summary>\r
+            <returns>The list of descriptors that belongs to this characteristic.</returns>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.GetService">\r
+            <summary>\r
+            Gets the service instance, which the specified characterstic belongs to.\r
+            </summary>\r
+            <returns>The characteristic instance, the specified characterstic belongs to.</returns>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothGattDescriptor">\r
+            <summary>\r
+            The Bluetooth GATT descriptor.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattDescriptor.#ctor(System.String,Tizen.Network.Bluetooth.BluetoothGattPermission,System.Byte[])">\r
+            <summary>\r
+            The constructor.\r
+            </summary>\r
+            <param name="uuid">The UUID of the descriptor.</param>\r
+            <param name="permisions">Permissions for the descriptor.</param>\r
+            <param name="value">The value associated with the descriptor.</param>\r
+            <remarks>throws in case of internal error.</remarks>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the create GATT descriptor procedure fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattDescriptor.GetCharacteristic">\r
+            <summary>\r
+            Gets the characteristic instance, which the specified descriptor belongs to.\r
+            </summary>\r
+            <returns>The characteristic instance, the specified descriptor belongs to.</returns>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothGattAttribute">\r
+            <summary>\r
+            The Bluetooth GATT attribute.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothGattAttribute.ReadRequested">\r
+            <summary>\r
+            This event is called when the client request to read the value of a characteristic or a descriptor.\r
+            </summary>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the set read value requested callback procedure fails.</exception>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothGattAttribute.WriteRequested">\r
+            <summary>\r
+            This event is called when a value of a characteristic or a descriptor has been changed by a client.\r
+            </summary>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the set write value requested callback procedure fails.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothGattAttribute.Uuid">\r
+            <summary>\r
+            The attribute's UUID.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothGattAttribute.Permissions">\r
+            <summary>\r
+            Permissions for this attribute.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothGattAttribute.Value">\r
+            <summary>\r
+            The value of this descriptor.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.GetValue(System.Int32)">\r
+            <summary>\r
+            Returns a string value at the specified offset.\r
+            </summary>\r
+            <param name="offset"></param>\r
+            <returns>The string value at specified offset.</returns>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.SetValue(System.String)">\r
+            <summary>\r
+            Sets the string value as a specified offset.\r
+            </summary>\r
+            <param name="value">value to set</param>\r
+            <exception cref="T:System.InvalidOperationException">Throws exception if the value is null.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.GetValue(Tizen.Network.Bluetooth.IntDataType,System.Int32)">\r
+            <summary>\r
+            Returns a value at specified offset as the int value of the specified type.\r
+            </summary>\r
+            <param name="type">The type of the int value.</param>\r
+            <param name="An offsetoffset">An offset in the attribute value buffer.</param>\r
+            <returns>The int value at given offset.</returns>\r
+            <exception cref="T:System.InvalidOperationException">Throws exception if (offset + size of int value) is greater than the length of the value buffer.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.SetValue(Tizen.Network.Bluetooth.IntDataType,System.Int32,System.Int32)">\r
+            <summary>\r
+            Updates a value at the specified offset by the int value of the specified type.\r
+            </summary>\r
+            <param name="type">The type of the int value.</param>\r
+            <param name="value">The value to set.</param>\r
+            <param name="offset">An offset in the attribute value buffer.</param>\r
+            <exception cref="T:System.InvalidOperationException">Throws exception if (offset + size of int value) is greater than the length of the value buffer.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.GetValue(Tizen.Network.Bluetooth.FloatDataType,System.Int32)">\r
+            <summary>\r
+            Returns a value at the specified offset as the float value of the specified type.\r
+            </summary>\r
+            <param name="type">The type of the float value.</param>\r
+            <param name="offset">An offset in the attribute value buffer.</param>\r
+            <returns>The float value at given offset.</returns>\r
+            <exception cref="T:System.InvalidOperationException">Throws exception if (offset + size of float value) is greater than the length of the value buffer.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.SetValue(Tizen.Network.Bluetooth.FloatDataType,System.Int32,System.Int32,System.Int32)">\r
+            <summary>\r
+            Updates the value at the specified offset by the float value of the specified type.\r
+            </summary>\r
+            <param name="type">The type of the float value.</param>\r
+            <param name="mantissa">The mantissa of the float value.</param>\r
+            <param name="exponent">An exponent of the float value.</param>\r
+            <param name="offset">An offset in the attribute value buffer.</param>\r
+            <exception cref="T:System.InvalidOperationException">Throws exception if (offset + size of float value) is greater than the length of the value buffer.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothHid">\r
+            <summary>\r
+            A class which is used to handle the connection to Bluetooth HID like keyboards and mouse.\r
+            </summary>\r
+            <privilege> http://tizen.org/privilege/bluetooth </privilege>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothHid.HidConnectionStateChanged">\r
+            <summary>\r
+            The HidConnectionStateChanged event is called when the HID host connection state is changed.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothHid.Connect">\r
+            <summary>\r
+            Connects the remote device with the HID service.\r
+            </summary>\r
+            <remarks>\r
+            The device must be bonded with the remote device by CreateBond().\r
+            If connection request succeeds, the HidConnectionStateChanged event will be invoked.\r
+            </remarks>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or when the connection attempt to the remote device fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothHid.Disconnect">\r
+            <summary>\r
+            Disconnects the remote device with the HID service.\r
+            </summary>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or when the disconnection attempt to the remote device fails.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothLeAdvertiser">\r
+            <summary>\r
+            This is the BluetoothLeAdvertiser class. It handles the LE advertising operation amd callback.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothLeAdvertiser.AdvertisingStateChanged">\r
+            <summary>\r
+            This event is called when the LE advertising state changes.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiser.StartAdvertising(Tizen.Network.Bluetooth.BluetoothLeAdvertiseData)">\r
+            <summary>\r
+            Starts advertising using the advertise data object.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <param name="advertiseData">The advertiser object carrying information of the advertising.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiser.StopAdvertising(Tizen.Network.Bluetooth.BluetoothLeAdvertiseData)">\r
+            <summary>\r
+            Stops the advertising.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <param name="advertiseData">The advertiser object carrying information of the advertising.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothLeDevice">\r
+            <summary>\r
+            This is the BluetoothLeDevice class.\r
+            It handles the LE device operations like getting data from the scan result information.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothLeDevice.GattConnectionStateChanged">\r
+            <summary>\r
+            This event is called when the GATT client connects/disconnects with the server.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.RemoteAddress">\r
+            <summary>\r
+            The remote address.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.AddressType">\r
+            <summary>\r
+            The type of the address.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.Rssi">\r
+            <summary>\r
+            The rssi value.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.AdvertsingDataInformation">\r
+            <summary>\r
+            The advertsing data information.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.ScanDataInformation">\r
+            <summary>\r
+            The scan data information.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.PacketType">\r
+            <summary>\r
+            The type of the packet.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.ServiceUuid">\r
+            <summary>\r
+            Gets the service UUIDs list from the LE scan result information.\r
+            </summary>\r
+            <value> Gets the list of the string service UUIDs.</value>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.DeviceName">\r
+            <summary>\r
+            Gets the device name from the LE scan result information.\r
+            </summary>\r
+            <value> Gets the device name.</value>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.TxPowerLevel">\r
+            <summary>\r
+            Gets the transmission power level from the LE scan result information.\r
+            </summary>\r
+            <value> Gets the transmission power level in dB.</value>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.ServiceSolictationUuid">\r
+            <summary>\r
+            Gets the service solicitation UUID list from the scan result information.\r
+            </summary>\r
+            <value> Gets the list of the service solicitation UUIDs.</value>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.Appearance">\r
+            <summary>\r
+            Gets the manufacturer data from the scan result information.\r
+            </summary>\r
+            <value> Gets the appearance value.</value>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.ManufacturerData">\r
+            <summary>\r
+            Gets the manufacturer data from the scan result information.\r
+            </summary>\r
+            <value> Gets the manufacturer data containing the manucturer data and ID information.</value>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>/// \r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothLeDevice.GetServiceDataList">\r
+            <summary>\r
+            Gets the service data list from the scan result information.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <returns> Returns the service data list.</returns>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothLeDevice.GattConnect(System.Boolean)">\r
+            <summary>\r
+            Creates a GATT connection with the remote device.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <param name="autoConnect"> The auto connect flag.</param>\r
+            <returns>client instance</returns>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
+            or when the gatt connection attempt to remote device fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothLeDevice.GattDisconnect">\r
+            <summary>\r
+            Disconnects a GATT connection with the remote device.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
+            or when the GATT disconnection attempt to remote device fails.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData">\r
+            <summary>\r
+            Bluetooth LE advertise data. Handles the data advertising.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.#ctor">\r
+            <summary>\r
+            The default constructor initializes an object of the BluetoothLeAdvertiseData.\r
+            </summary>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
+            or when create advertiser fails.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AdvertisingMode">\r
+            <summary>\r
+            The advertising mode to control the advertising power and latency.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
+            or when the set advertising mode fails.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AdvertisingConnectable">\r
+            <summary>\r
+            The advertising connectable type.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
+            or when the set advertising connectable mode fails.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.PacketType">\r
+            <summary>\r
+            The type of the packet.\r
+            </summary>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.Appearance">\r
+            <summary>\r
+            Sets the external appearance of this device to the advertise or the scan response data.\r
+            Please refer to the adopted Bluetooth specification for the appearance.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
+            or when the set appearance fails.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.IncludeDeviceName">\r
+            <summary>\r
+            Sets whether the device name has to be included in the advertise or the scan response data.\r
+            The maximum advertised or responded data size is 31 bytes including the data type and the system wide data.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
+            or when the set advertising device name fails.</exception>\r
+        </member>\r
+        <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.IncludeTxPowerLevel">\r
+            <summary>\r
+            Sets whether the transmission power level should be included in the advertise or the scan response data.\r
+            The maximum advertised or responded data size is 31 bytes including the data type and the system wide data.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
+            or when the set advertising TC power level fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AddAdvertisingServiceUuid(Tizen.Network.Bluetooth.BluetoothLePacketType,System.String)">\r
+            <summary>\r
+            Adds a service UUID to the advertise or the scan response data.\r
+            The maximum advertised or responded data size is 31 bytes\r
+            including the data type and the system wide data.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <param name="packetType">The packet type.</param>\r
+            <param name="serviceUuid"> The service UUID to add to advertise data.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
+            or when the add advertising service UUID procedure fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AddAdvertisingServiceSolicitationUuid(Tizen.Network.Bluetooth.BluetoothLePacketType,System.String)">\r
+            <summary>\r
+            Adds a service solicitation UUID to advertise or scan the response data.\r
+            The maximum advertised or responded data size is 31 bytes\r
+            including the data type and the system wide data.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <param name="packetType">The packet type.</param>\r
+            <param name="serviceSolicitationUuid"> The service solicitation UUID to add to advertise data.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
+            or when the add advertising service solicitation UUID procedure fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AddAdvertisingServiceData(Tizen.Network.Bluetooth.BluetoothLePacketType,Tizen.Network.Bluetooth.BluetoothServiceData)">\r
+            <summary>\r
+            Adds a service data to the advertise or the scan response data.\r
+            The maximum advertised or responded data size is 31 bytes\r
+            including data type and system wide data.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <param name="packetType">The packet type.</param>\r
+            <param name="data"> The service data to be added to advertising.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
+            or when the add advertising data procedure fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AddAdvertisingManufacturerData(Tizen.Network.Bluetooth.BluetoothLePacketType,Tizen.Network.Bluetooth.ManufacturerData)">\r
+            <summary>\r
+            Adds the manufacturer specific data to the advertise or the scan response data.\r
+            Please refer to the adopted Bluetooth specification for the the appearance.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <param name="packetType">The packet type.</param>\r
+            <param name="manufacturerData"> The manufacturer specific data.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
+            or when the add advertising manufacturer data procedure fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.ClearAdvertisingData(Tizen.Network.Bluetooth.BluetoothLePacketType)">\r
+            <summary>\r
+            Clears all data to be advertised or responded to the scan request from the LE scanning device.\r
+            </summary>\r
+            <remarks>\r
+            The Bluetooth must be enabled.\r
+            </remarks>\r
+            <param name="packetType">The packet type to be cleared.</param>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
+            or when the clear advertising data procedure fails.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothOppServer">\r
+            <summary>\r
+            A class which is used to handle the connection and send and receive the object over Opp profile.\r
+            </summary>\r
+            <privilege> http://tizen.org/privilege/bluetooth </privilege>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothOppServer.ConnectionRequested">\r
+            <summary>\r
+            (event) ConnectionRequested is called when OPP client requests for connection.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothOppServer.TransferProgress">\r
+            <summary>\r
+            (event) TransferProgress is called when the file transfer state is changed.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothOppServer.TransferFinished">\r
+            <summary>\r
+            (event) TransferFinished is called when the file tranfser is completed.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.StartServer(System.String)">\r
+            <summary>\r
+            Register the Opp Server with the Opp service.\r
+            </summary>\r
+            <remarks>\r
+            The device must be bonded with remote device by CreateBond().\r
+            If connection request is received from OPP Client, ConnectionRequested event will be invoked.\r
+            </remarks>\r
+            <param name="FilePath"> Path to store the files.</param>\r
+            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.StopServer">\r
+            <summary>\r
+            Stops the Opp Server.\r
+            </summary>\r
+            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.AcceptPush(System.String)">\r
+            <summary>\r
+            Accept File Push request.\r
+            </summary>\r
+            <param name="FileName"> File name to accept.</param>\r
+            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.RejectPush">\r
+            <summary>\r
+            Reject File Push request.\r
+            </summary>\r
+            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.CancelTransfer(System.Int32)">\r
+            <summary>\r
+            Cancel the ongoing transfer session.\r
+            </summary>\r
+            <param name="TransferId"> tranfer ID.</param>\r
+            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.SetDestinationPath(System.String)">\r
+            <summary>\r
+            Cancel the ongoing transfer session.\r
+            </summary>\r
+            <param name="FilePath"> Path to store the files.</param>\r
+            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothOppClient">\r
+            <summary>\r
+            A class which is used to handle the connection and send and receive the object over Opp profile.\r
+            </summary>\r
+            <privilege> http://tizen.org/privilege/bluetooth </privilege>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothOppClient.PushResponded">\r
+            <summary>\r
+            (event) PushResponded is called when remote OPP Server responds to a File push request.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothOppClient.PushProgress">\r
+            <summary>\r
+            (event) PushProgress is called when the file transfer state is changed.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothOppClient.PushFinished">\r
+            <summary>\r
+            (event) PushFinished is called when the file tranfser is completed.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothOppClient.AddFile(System.String)">\r
+            <summary>\r
+            Add File path to be pushed.\r
+            </summary>\r
+            <param name="FilePath"> file for sending.</param>\r
+            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothOppClient.ClearFiles">\r
+            <summary>\r
+            Clears all the File paths.\r
+            </summary>\r
+            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothOppClient.CancelPush">\r
+            <summary>\r
+            Cancels the ongoing push session.\r
+            </summary>\r
+            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothOppClient.PushFile(System.String)">\r
+            <summary>\r
+            Pushes the file set through AddFile.\r
+            </summary>\r
+            <param name="Destination"> destination device address.</param>\r
+            <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
+            <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
+        </member>\r
+        <!-- "T:Tizen.Network.Bluetooth.BluetoothProfile" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothServerSocket">\r
+            <summary>\r
+            The BluetoothSocket provides functions for managing connections to other devices and exchanging data.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothServerSocket.AcceptStateChanged">\r
+            <summary>\r
+            The AcceptStateChanged event is raised when the socket connection state is changed.\r
+            </summary>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or when the register accpet state changed callback fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothServerSocket.Listen">\r
+            <summary>\r
+            Starts listening on the passed RFCOMM socket and accepts connection requests.\r
+            </summary>\r
+            <remarks>\r
+            The socket must be created with CreateServerSocket(). This API invokes the ConnectionStateChanged event.\r
+            </remarks>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or when the listen on socket procedure fails.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.IBluetoothServerSocket">\r
+            <summary>\r
+            The IBluetoothServerSocket interface handles the server socket operations.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.IBluetoothClientSocket">\r
+            <summary>\r
+            The IBluetoothClientSocket interface handles the client socket operations.\r
+            </summary>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothSocket.DataReceived">\r
+            <summary>\r
+            This event occurs when the socket server receives data from the client.\r
+            </summary>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or when the register data received callback fails.</exception>\r
+        </member>\r
+        <member name="E:Tizen.Network.Bluetooth.BluetoothSocket.ConnectionStateChanged">\r
+            <summary>\r
+            This event occurs when the connection state between two devices is changed.\r
+            </summary>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or when the register connection changed callback fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothSocket.Tizen#Network#Bluetooth#IBluetoothClientSocket#Connect">\r
+            <summary>\r
+            Connects to a specific RFCOMM based service on a remote Bluetooth device UUID.\r
+            </summary>\r
+            <remarks>\r
+            The bluetooth must be enabled, discoverable with StartDiscovery(), and bonded with the remote device using CreateBond(). The ConnectionStateChanged event is raised once this API is called.\r
+            </remarks>\r
+            <param name="address">The address of the remote Bluetooth device.</param>\r
+            <param name="serviceUuid">The UUID of the service provided by the remote Bluetooth device.</param>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or when the connect socket attempt to remote device fails, or when the service UUID is not supported by the remote device.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothSocket.Tizen#Network#Bluetooth#IBluetoothClientSocket#Disconnect">\r
+            <summary>\r
+            Disconnects the RFCOMM connection with the given file descriptor of the conneted socket.\r
+            </summary>\r
+            <remarks>\r
+            The connection must be established.\r
+            </remarks>\r
+            <param name="socketFd">The file descriptor of the socket to close.</param>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or when the socket disconnect to remote device fails.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Network.Bluetooth.BluetoothSocket.SendData(System.String)">\r
+            <summary>\r
+            Sends data to the connected device.\r
+            </summary>\r
+            <returns>The number of bytes written (zero indicates nothing was written).</returns>\r
+            <remarks>\r
+            The connection must be established.\r
+            </remarks>\r
+            <param name="socketFd">The file descriptor of the connected socket.</param>\r
+            <param name="data">The data to be sent.</param>\r
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
+            or when the remote device is not connected, or the send data procedure fails.</exception>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothClassStruct">\r
+            <summary>\r
+            The structure of the device class type and service.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothClassStruct.MajorDeviceClassType">\r
+            <summary>\r
+            The type of the major device class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothClassStruct.MinorDeviceClassType">\r
+            <summary>\r
+            The type of the minor device class.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothClassStruct.MajorServiceClassMask">\r
+            <summary>\r
+            The major service class mask.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Network.Bluetooth.BluetoothDeviceStruct">\r
+            <summary>\r
+            This structure contains the information of the Bluetooth device.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.Address">\r
+            <summary>\r
+            The address of the device.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.Name">\r
+            <summary>\r
+            The name of the device.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.Class">\r
+            <summary>\r
+            The class of the device.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.ServiceUuidList">\r
+            <summary>\r
+            The service UUID list of the device.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.ServiceCount">\r
+            <summary>\r
+            The service count of the device.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.IsPaired">\r
+            <summary>\r
+            The paired state of the device.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.IsConnected">\r
+            <summary>\r
+            The connection state of the device.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.IsAuthorized">\r
+            <summary>\r
+            The authorization state of the device.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.ManufacturerDataLength">\r
+            <summary>\r
+            The length of the manufacturer the data.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.ManufacturerData">\r
+            <summary>\r
+            The manufacturer data.\r
+            </summary>\r
+        </member>\r
+        <!-- "T:Tizen.Network.Bluetooth.BluetoothLeScanDataStruct" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothLeServiceDataStruct.ServiceUuid">\r
+            <summary>\r
+            The Bluetooth LE service UUID.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Network.Bluetooth.BluetoothLeServiceDataStruct.ServiceData">\r
+            <summary>\r
+            The Bluetooth LE service data.\r
+            </summary>\r
+        </member>\r
+    </members>\r
+</doc>\r