Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Network.Bluetooth.xml
1 <?xml version="1.0"?>\r
2 <doc>\r
3     <assembly>\r
4         <name>Tizen.Network.Bluetooth</name>\r
5     </assembly>\r
6     <members>\r
7         <!-- "T:Tizen.Network.Bluetooth.BluetoothAdapter" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
8         <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.IsBluetoothEnabled">\r
9             <summary>\r
10             A property to check whether the Bluetooth is enabled.\r
11             </summary>\r
12             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
13             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
14         </member>\r
15         <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.Address">\r
16             <summary>\r
17             The local adapter address.\r
18             </summary>\r
19             <remarks>\r
20             The Bluetooth must be enabled.\r
21             </remarks>\r
22             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
23             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
24         </member>\r
25         <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.Name">\r
26             <summary>\r
27             The name of the local adapter.\r
28             </summary>\r
29             <remarks>\r
30             The Bluetooth must be enabled.\r
31             </remarks>\r
32             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
33             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
34         </member>\r
35         <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.Visibility">\r
36             <summary>\r
37             The visibility mode of the Bluetooth adapter.\r
38             </summary>\r
39             <remarks>\r
40             The Bluetooth must be enabled.\r
41             </remarks>\r
42             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
43             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
44         </member>\r
45         <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.IsDiscoveryInProgress">\r
46             <summary>\r
47             A property to check whether the device discovery process is in progress.\r
48             </summary>\r
49             <remarks>\r
50             The Bluetooth must be enabled.\r
51             </remarks>\r
52             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
53             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
54         </member>\r
55         <member name="P:Tizen.Network.Bluetooth.BluetoothAdapter.RemainingTimeAsVisible">\r
56             <summary>\r
57             The remaining time, in seconds, until the visibility mode is changed from TimeLimitedDiscoverable to NonDiscoverable.\r
58             </summary>\r
59             <remarks>\r
60             The Bluetooth must be enabled.\r
61             </remarks>\r
62             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
63             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
64         </member>\r
65         <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.StateChanged">\r
66             <summary>\r
67             The StateChanged event is raised when the Bluetooth adapter state is changed.\r
68             </summary>\r
69             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
70             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
71         </member>\r
72         <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.NameChanged">\r
73             <summary>\r
74             The NameChanged event is raised when the Bluetooth adapter name is changed.\r
75             </summary>\r
76             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
77             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
78         </member>\r
79         <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.VisibilityModeChanged">\r
80             <summary>\r
81             The VisibilityModeChanged event is raised when the Bluetooth adapter visibility mode is changed.\r
82             </summary>\r
83             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
84             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
85         </member>\r
86         <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.VisibilityDurationChanged">\r
87             <summary>\r
88             The VisibilityDurationChanged event is raised very second until the visibility mode is changed to NonDiscoverable.\r
89             </summary>\r
90             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
91             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
92         </member>\r
93         <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.DiscoveryStateChanged">\r
94             <summary>\r
95             The DiscoveryStateChanged event is raised when the device discovery state is changed.\r
96             </summary>\r
97             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
98             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
99         </member>\r
100         <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.ScanResultChanged">\r
101             <summary>\r
102             This event is called when the LE scan result is obtained.\r
103             </summary>\r
104             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
105             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
106         </member>\r
107         <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.StartDiscovery">\r
108             <summary>\r
109             Starts the device discovery process.\r
110             </summary>\r
111             <remarks>\r
112             The Bluetooth must be enabled and the device discovery process can be stopped by StopDiscovery().\r
113             If this succeeds, the DiscoveryStateChanged event will be invoked.\r
114             </remarks>\r
115             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
116             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
117             or the start discovery fails.</exception>\r
118         </member>\r
119         <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.StopDiscovery">\r
120             <summary>\r
121             Stops the device discovery process.\r
122             </summary>\r
123             <remarks>\r
124             The device discovery process must be in progress with StartDiscovery().\r
125             If this succeeds, the DiscoveryStateChanged event will be invoked.\r
126             </remarks>\r
127             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
128             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled or \r
129             the discovery process is not is progress. </exception>\r
130         </member>\r
131         <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.GetBondedDevices">\r
132             <summary>\r
133             Retrieves the device information of all bonded devices.\r
134             </summary>\r
135             <remarks>\r
136             The Bluetooth must be enabled.\r
137             </remarks>\r
138             <returns> The list of the bonded BluetoothDeviceInfo objects.</returns>\r
139             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
140             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
141             or reading the Bonded devices list is failed.</exception>\r
142         </member>\r
143         <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.GetBondedDevice(System.String)">\r
144             <summary>\r
145             Gets the device information of a bonded device.\r
146             </summary>\r
147             <remarks>\r
148             The Bluetooth must be enabled.\r
149             </remarks>\r
150             <returns> Information of the bonded BluetoothDeviceInfo object.</returns>\r
151             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
152             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
153             or reading the bonded device information fails.</exception>\r
154         </member>\r
155         <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.IsServiceUsed(System.String)">\r
156             <summary>\r
157             Checks whether the UUID of service is used or not.\r
158             </summary>\r
159             <returns><c>true</c> if the specified serviceUuid is used, otherwise <c>false</c>.</returns>\r
160             <param name="serviceUuid">The UUID of Service.</param>\r
161             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
162             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>\r
163         </member>\r
164         <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.GetLocalOobData">\r
165             <summary>\r
166             Gets the hash and the randomizer value of the local OOB data object.\r
167             </summary>\r
168             <remarks>\r
169             The Bluetooth must be enabled.\r
170             </remarks>\r
171             <returns>The BluetoothOobData object.</returns>\r
172             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
173             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
174             or the read OObData procedure is failed.</exception>\r
175         </member>\r
176         <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.SetRemoteOobData(System.String,Tizen.Network.Bluetooth.BluetoothOobData)">\r
177             <summary>\r
178             Sets the hash and the randmoizer value of the OOB data into the remote device.\r
179             </summary>\r
180             <remarks>\r
181             The Bluetooth must be enabled.\r
182             </remarks>\r
183             <param name="address">The remote device address.</param>\r
184             <param name="oobData">The BluetoothOobData object.</param>\r
185             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
186             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
187             or the set OobData procedure is failed.</exception>\r
188         </member>\r
189         <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.RemoveRemoteOobData(System.String)">\r
190             <summary>\r
191             Removes the hash and the randomizer value of the OOB data from the remote device.\r
192             </summary>\r
193             <remarks>\r
194             The Bluetooth must be enabled.\r
195             </remarks>\r
196             <param name="address">The remote device address.</param>\r
197             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
198             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.\r
199             or if the Remove Oobdata procedure is failed.</exception>\r
200         </member>\r
201         <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.StartLeScan">\r
202             <summary>\r
203             Starts the Bluetooth LE scan operation to discover BLE devices\r
204             </summary>\r
205             <remarks>\r
206             The Bluetooth must be enabled.\r
207             </remarks>The result of the operation StartLeScan.\r
208             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
209             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
210             or the Start LE scan is failed.</exception>\r
211         </member>\r
212         <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.StopLeScan">\r
213             <summary>\r
214             Stops the Bluetooth LE scan operation.\r
215             </summary>\r
216             <remarks>\r
217             The Bluetooth must be enabled.\r
218             </remarks>The result of the operation stopLescan.\r
219             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
220             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
221             or the Stop LE scan is failed.</exception>\r
222         </member>\r
223         <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.GetBluetoothLeAdvertiser">\r
224             <summary>\r
225             Returns the BluetoothLeAdvertiser instance.\r
226             </summary>\r
227             <remarks>\r
228             The Bluetooth must be enabled before calling this API.\r
229             </remarks>\r
230             <returns>The BluetoothLeAdvertiser instance.</returns>\r
231         </member>\r
232         <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.CreateServerSocket(System.String)">\r
233             <summary>\r
234             Registers a rfcomm server socket with a specific UUID.\r
235             </summary>\r
236             <remarks>\r
237             The Bluetooth must be enabled before calling this API.\r
238             </remarks>\r
239             <returns>The BluetoothServerSocket instance.</returns>\r
240             <param name="serviceUuid">The UUID of service to provide.</param>\r
241             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
242             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
243             or the socket create error occurs.</exception>\r
244         </member>\r
245         <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.DestroyServerSocket(Tizen.Network.Bluetooth.BluetoothServerSocket)">\r
246             <summary>\r
247             Removes the rfcomm server socket which was created using CreateServerSocket().\r
248             </summary>\r
249             <remarks>\r
250             The socket must be created with CreateServerSocket(). The ConnectionStateChanged event is raised after this API is called.\r
251             </remarks>\r
252             <param name="socket">The server socket instance is created using CreateServerSocket().</param>\r
253             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
254             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
255             or the socket destroy error occurs.</exception>\r
256         </member>\r
257         <member name="T:Tizen.Network.Bluetooth.BluetoothAudio">\r
258             <summary>\r
259             This class is used to handle the connection with other Bluetooth audio devices\r
260             like headset, hands-free, and headphone.\r
261             </summary>\r
262             <privilege> http://tizen.org/privilege/bluetooth </privilege>\r
263         </member>\r
264         <member name="E:Tizen.Network.Bluetooth.BluetoothAudio.AudioConnectionStateChanged">\r
265             <summary>\r
266             The AudioConnectionStateChanged event is called when the audio connection state is changed.\r
267             </summary>\r
268         </member>\r
269         <!-- "M:Tizen.Network.Bluetooth.BluetoothAudio.Connect(Tizen.Network.Bluetooth.BluetoothAudioProfileType)" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
270         <!-- "M:Tizen.Network.Bluetooth.BluetoothAudio.Disconnect(Tizen.Network.Bluetooth.BluetoothAudioProfileType)" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
271         <member name="T:Tizen.Network.Bluetooth.BluetoothAvrcp">\r
272             <summary>\r
273             This class is used to notify changes of the target device (For example, media player) to the control device (For example, headset).\r
274             </summary>\r
275             <privilege> http://tizen.org/privilege/bluetooth </privilege>\r
276         </member>\r
277         <member name="E:Tizen.Network.Bluetooth.BluetoothAvrcp.TargetConnectionStateChanged">\r
278             <summary>\r
279             The TargetConnectionStateChanged event is invoked when the connection state is changed.\r
280             </summary>\r
281         </member>\r
282         <member name="E:Tizen.Network.Bluetooth.BluetoothAvrcp.EqualizerStateChanged">\r
283             <summary>\r
284             The EqualizerStateChanged event is invoked when the equalizer state is changed by the remote control device.\r
285             </summary>\r
286         </member>\r
287         <member name="E:Tizen.Network.Bluetooth.BluetoothAvrcp.RepeatModeChanged">\r
288             <summary>\r
289             The RepeatModeChanged event is invoked when the repeat mode is changed by the remote control device.\r
290             </summary>\r
291         </member>\r
292         <member name="E:Tizen.Network.Bluetooth.BluetoothAvrcp.ShuffleModeChanged">\r
293             <summary>\r
294             The ShuffleModeChanged event is invoked when the shuffle mode is changed by the remote control device.\r
295             </summary>\r
296         </member>\r
297         <member name="E:Tizen.Network.Bluetooth.BluetoothAvrcp.ScanModeChanged">\r
298             <summary>\r
299             The ScanModeChanged event is invoked when the scan mode is changed by the remote control device.\r
300             </summary>\r
301         </member>\r
302         <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyEqualizerState(Tizen.Network.Bluetooth.EqualizerState)">\r
303             <summary>\r
304             Notifies the equalize state to the remote device.\r
305             </summary>\r
306             <remarks>\r
307             The remote device must be connected.\r
308             </remarks>\r
309             <param name="state">The equalizer state.</param>\r
310             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
311             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
312             or when notifying the equalizer state to the remote device fails.</exception>\r
313         </member>\r
314         <!-- "M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyRepeatMode(Tizen.Network.Bluetooth.RepeatMode)" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
315         <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyShuffleMode(Tizen.Network.Bluetooth.ShuffleMode)">\r
316             <summary>\r
317             Notifies the shuffle mode to the remote device.\r
318             </summary>\r
319             <remarks>\r
320             The remote device must be connected.\r
321             </remarks>\r
322             <param name="mode">The shuffle mode.</param>\r
323             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
324             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
325             or when notifying the shuffle mode state to the remote device fails.</exception>\r
326         </member>\r
327         <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyScanMode(Tizen.Network.Bluetooth.ScanMode)">\r
328             <summary>\r
329             Notifies the scan mode to the remote device.\r
330             </summary>\r
331             <remarks>\r
332             The remote device must be connected.\r
333             </remarks>\r
334             <param name="mode">The scan mode.</param>\r
335             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
336             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
337             or when notifying the scan mode state to the remote device fails.</exception>\r
338         </member>\r
339         <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyPlayerState(Tizen.Network.Bluetooth.PlayerState)">\r
340             <summary>\r
341             Notifies the player state to the remote device.\r
342             </summary>\r
343             <remarks>\r
344             The remote device must be connected.\r
345             </remarks>\r
346             <param name="state">The player state.</param>\r
347             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
348             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
349             or when notifying the player state to the remote device fails.</exception>\r
350         </member>\r
351         <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyCurrentPosition(System.UInt32)">\r
352             <summary>\r
353             Notifies the current position of the song to the remote device.\r
354             </summary>\r
355             <remarks>\r
356             The remote device must be connected.\r
357             </remarks>\r
358             <param name="position">The current position in milliseconds.</param>\r
359             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
360             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
361             or when notifying the current position state to the remote device fails.</exception>\r
362         </member>\r
363         <member name="M:Tizen.Network.Bluetooth.BluetoothAvrcp.NotifyTrack(Tizen.Network.Bluetooth.Track)">\r
364             <summary>\r
365             Notifies the track to the remote device.\r
366             </summary>\r
367             <remarks>\r
368             The remote device must be connected.\r
369             </remarks>\r
370             <param name="trackData">The data of the track.</param>\r
371             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>\r
372             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
373             or when notifying the shuffle track state to the remote device fails.</exception>\r
374         </member>\r
375         <member name="T:Tizen.Network.Bluetooth.BluetoothClass">\r
376             <summary>\r
377             This class is used to handle the device class types and the service.\r
378             </summary>\r
379         </member>\r
380         <member name="P:Tizen.Network.Bluetooth.BluetoothClass.MajorDeviceClassType">\r
381             <summary>\r
382             The type of the major device class.\r
383             </summary>\r
384         </member>\r
385         <member name="P:Tizen.Network.Bluetooth.BluetoothClass.MinorDeviceClassType">\r
386             <summary>\r
387             The type of the minor device class.\r
388             </summary>\r
389         </member>\r
390         <member name="P:Tizen.Network.Bluetooth.BluetoothClass.MajorServiceClassMask">\r
391             <summary>\r
392             The major service class mask.\r
393             </summary>\r
394         </member>\r
395         <member name="T:Tizen.Network.Bluetooth.BluetoothOobData">\r
396             <summary>\r
397             This class contains the information of the Bluetooth OOB data.\r
398             </summary>\r
399         </member>\r
400         <member name="M:Tizen.Network.Bluetooth.BluetoothOobData.#ctor">\r
401             <summary>\r
402             The default constructor. Initializes an object of the BluetoothOobData.\r
403             </summary>\r
404         </member>\r
405         <member name="P:Tizen.Network.Bluetooth.BluetoothOobData.HashValue">\r
406             <summary>\r
407             The hash value.\r
408             </summary>\r
409         </member>\r
410         <member name="P:Tizen.Network.Bluetooth.BluetoothOobData.RandomizerValue">\r
411             <summary>\r
412             The randomizer value.\r
413             </summary>\r
414         </member>\r
415         <member name="T:Tizen.Network.Bluetooth.BluetoothDeviceSdpData">\r
416             <summary>\r
417             This class contains the information of the Bluetooth device SDP data.\r
418             </summary>\r
419         </member>\r
420         <member name="P:Tizen.Network.Bluetooth.BluetoothDeviceSdpData.DeviceAddress">\r
421             <summary>\r
422             The device address.\r
423             </summary>\r
424         </member>\r
425         <member name="P:Tizen.Network.Bluetooth.BluetoothDeviceSdpData.ServiceUuid">\r
426             <summary>\r
427             The service UUID.\r
428             </summary>\r
429         </member>\r
430         <member name="T:Tizen.Network.Bluetooth.BluetoothDeviceConnectionData">\r
431             <summary>\r
432             This class contains the information of the Bluetooth device connection data.\r
433             </summary>\r
434         </member>\r
435         <member name="P:Tizen.Network.Bluetooth.BluetoothDeviceConnectionData.Address">\r
436             <summary>\r
437             The device address.\r
438             </summary>\r
439         </member>\r
440         <member name="P:Tizen.Network.Bluetooth.BluetoothDeviceConnectionData.LinkType">\r
441             <summary>\r
442             The type of the connection link.\r
443             </summary>\r
444         </member>\r
445         <member name="P:Tizen.Network.Bluetooth.BluetoothDeviceConnectionData.DisconnectReason">\r
446             <summary>\r
447             The disconnect reason.\r
448             </summary>\r
449         </member>\r
450         <member name="T:Tizen.Network.Bluetooth.Track">\r
451             <summary>\r
452             This class contains the information of the track data.\r
453             </summary>\r
454         </member>\r
455         <member name="M:Tizen.Network.Bluetooth.Track.#ctor">\r
456             <summary>\r
457             The default constructor. Initializes an object of the track.\r
458             </summary>\r
459         </member>\r
460         <member name="P:Tizen.Network.Bluetooth.Track.Title">\r
461             <summary>\r
462             The title of the track.\r
463             </summary>\r
464         </member>\r
465         <member name="P:Tizen.Network.Bluetooth.Track.Artist">\r
466             <summary>\r
467             The artist of the track.\r
468             </summary>\r
469         </member>\r
470         <member name="P:Tizen.Network.Bluetooth.Track.Album">\r
471             <summary>\r
472             The album of the track.\r
473             </summary>\r
474         </member>\r
475         <member name="P:Tizen.Network.Bluetooth.Track.Genre">\r
476             <summary>\r
477             The genre of the track.\r
478             </summary>\r
479         </member>\r
480         <member name="P:Tizen.Network.Bluetooth.Track.TrackNum">\r
481             <summary>\r
482             The track number.\r
483             </summary>\r
484         </member>\r
485         <member name="P:Tizen.Network.Bluetooth.Track.TotalTracks">\r
486             <summary>\r
487             The number of all tracks.\r
488             </summary>\r
489         </member>\r
490         <member name="P:Tizen.Network.Bluetooth.Track.Duration">\r
491             <summary>\r
492             The duration of the track in milliseconds.\r
493             </summary>\r
494         </member>\r
495         <member name="T:Tizen.Network.Bluetooth.ManufacturerData">\r
496             <summary>\r
497             This class contains the information of the manufacturer data.\r
498             </summary>\r
499         </member>\r
500         <member name="M:Tizen.Network.Bluetooth.ManufacturerData.#ctor">\r
501             <summary>\r
502             The default Constructor. Initializes an object of the ManufacturerData.\r
503             </summary>\r
504         </member>\r
505         <member name="P:Tizen.Network.Bluetooth.ManufacturerData.Id">\r
506             <summary>\r
507             The manufacturer ID.\r
508             </summary>\r
509         </member>\r
510         <member name="P:Tizen.Network.Bluetooth.ManufacturerData.DataLength">\r
511             <summary>\r
512             The length of the manufacturer data.\r
513             </summary>\r
514         </member>\r
515         <member name="P:Tizen.Network.Bluetooth.ManufacturerData.Data">\r
516             <summary>\r
517             The manufacturer data.\r
518             </summary>\r
519         </member>\r
520         <member name="T:Tizen.Network.Bluetooth.BluetoothServiceData">\r
521             <summary>\r
522             This class contains the information of the Bluetooth service data.\r
523             </summary>\r
524         </member>\r
525         <member name="M:Tizen.Network.Bluetooth.BluetoothServiceData.#ctor">\r
526             <summary>\r
527             The default constructor. Initializes an object of the BluetoothServiceData.\r
528             </summary>\r
529         </member>\r
530         <member name="P:Tizen.Network.Bluetooth.BluetoothServiceData.Uuid">\r
531             <summary>\r
532             The UUID of the service.\r
533             </summary>\r
534         </member>\r
535         <member name="P:Tizen.Network.Bluetooth.BluetoothServiceData.DataLength">\r
536             <summary>\r
537             The data length of the service data.\r
538             </summary>\r
539         </member>\r
540         <member name="P:Tizen.Network.Bluetooth.BluetoothServiceData.Data">\r
541             <summary>\r
542             The service data.\r
543             </summary>\r
544         </member>\r
545         <member name="T:Tizen.Network.Bluetooth.BluetoothLeServiceData">\r
546             <summary>\r
547             This class contains the service data information.\r
548             </summary>\r
549         </member>\r
550         <member name="P:Tizen.Network.Bluetooth.BluetoothLeServiceData.ServiceUuid">\r
551             <summary>\r
552             The Bluetooth LE service UUID.\r
553             </summary>\r
554         </member>\r
555         <member name="P:Tizen.Network.Bluetooth.BluetoothLeServiceData.ServiceData">\r
556             <summary>\r
557             The Bluetooth LE service data.\r
558             </summary>\r
559         </member>\r
560         <member name="P:Tizen.Network.Bluetooth.BluetoothLeServiceData.ServiceDataLength">\r
561             <summary>\r
562             The length of the service data.\r
563             </summary>\r
564         </member>\r
565         <member name="T:Tizen.Network.Bluetooth.SocketData">\r
566             <summary>\r
567             This class contains the information of the socket data.\r
568             </summary>\r
569         </member>\r
570         <member name="P:Tizen.Network.Bluetooth.SocketData.SocketFd">\r
571             <summary>\r
572             The socket FD.\r
573             </summary>\r
574         </member>\r
575         <member name="P:Tizen.Network.Bluetooth.SocketData.DataSize">\r
576             <summary>\r
577             The length of the received data.\r
578             </summary>\r
579         </member>\r
580         <member name="P:Tizen.Network.Bluetooth.SocketData.Data">\r
581             <summary>\r
582             The received data.\r
583             </summary>\r
584         </member>\r
585         <member name="T:Tizen.Network.Bluetooth.SocketConnection">\r
586             <summary>\r
587             This class contains the information of the socket connection.\r
588             </summary>\r
589         </member>\r
590         <member name="P:Tizen.Network.Bluetooth.SocketConnection.SocketFd">\r
591             <summary>\r
592             The connected socket FD.\r
593             </summary>\r
594         </member>\r
595         <member name="P:Tizen.Network.Bluetooth.SocketConnection.Address">\r
596             <summary>\r
597             The remote device address.\r
598             </summary>\r
599         </member>\r
600         <member name="P:Tizen.Network.Bluetooth.SocketConnection.ServiceUuid">\r
601             <summary>\r
602             The service UUID.\r
603             </summary>\r
604         </member>\r
605         <!-- "T:Tizen.Network.Bluetooth.BluetoothDevice" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
606         <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.Address">\r
607             <summary>\r
608             The address of the device.\r
609             </summary>\r
610         </member>\r
611         <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.Name">\r
612             <summary>\r
613             The name of the device.\r
614             </summary>\r
615         </member>\r
616         <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.Rssi">\r
617             <summary>\r
618             The strength indicator of received signal of the device.\r
619             </summary>\r
620         </member>\r
621         <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.Class">\r
622             <summary>\r
623             The class of the device.\r
624             </summary>\r
625         </member>\r
626         <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.ServiceUuidList">\r
627             <summary>\r
628             The service UUID list of the device.\r
629             </summary>\r
630         </member>\r
631         <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.ServiceCount">\r
632             <summary>\r
633             The number of services.\r
634             </summary>\r
635         </member>\r
636         <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.IsPaired">\r
637             <summary>\r
638             The paired state of the device.\r
639             </summary>\r
640         </member>\r
641         <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.IsConnected">\r
642             <summary>\r
643             The connection state of the device.\r
644             </summary>\r
645         </member>\r
646         <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.IsAuthorized">\r
647             <summary>\r
648             The authorization state of the device.\r
649             </summary>\r
650         </member>\r
651         <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.AppearanceType">\r
652             <summary>\r
653             The Bluetooth appearance.\r
654             </summary>\r
655         </member>\r
656         <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.ManufacturerDataLength">\r
657             <summary>\r
658             The length of the manufacturer data.\r
659             </summary>\r
660         </member>\r
661         <member name="P:Tizen.Network.Bluetooth.BluetoothDevice.ManufacturerData">\r
662             <summary>\r
663             The manufacturer data.\r
664             </summary>\r
665         </member>\r
666         <member name="E:Tizen.Network.Bluetooth.BluetoothDevice.BondCreated">\r
667             <summary>\r
668             The BondCreated event is raised when the process of creating the bond is finished.\r
669             </summary>\r
670         </member>\r
671         <member name="E:Tizen.Network.Bluetooth.BluetoothDevice.BondDestroyed">\r
672             <summary>\r
673             The BondDestroyed event is raised when the bond is destroyed.\r
674             </summary>\r
675         </member>\r
676         <member name="E:Tizen.Network.Bluetooth.BluetoothDevice.AuthorizationChanged">\r
677             <summary>\r
678             The AuthorizationChanged event is raised when the authorization of the device is changed.\r
679             </summary>\r
680         </member>\r
681         <member name="E:Tizen.Network.Bluetooth.BluetoothDevice.ServiceSearched">\r
682             <summary>\r
683             The ServiceSearched event is raised when the process of service searched is finished.\r
684             </summary>\r
685         </member>\r
686         <member name="E:Tizen.Network.Bluetooth.BluetoothDevice.ConnectionStateChanged">\r
687             <summary>\r
688             The ConnectionStateChanged event is raised when the connection state is changed.\r
689             </summary>\r
690         </member>\r
691         <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.CreateBond">\r
692             <summary>\r
693             Creates a bond with the remote Bluetooth device.\r
694             </summary>\r
695             <remarks>\r
696             The Bluetooth must be enabled and the remote device must be discoverable by StartDiscovery(). The bond can be destroyed by DestroyBond().\r
697             The bonding request can be cancelled by CancelBonding(). If this succeeds, the BondCreated event will be invoked.\r
698             </remarks>\r
699             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
700             or when the create bonding process to the remote device fails.</exception>\r
701         </member>\r
702         <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.CancelBonding">\r
703             <summary>\r
704             Cancels the bonding process.\r
705             </summary>\r
706             <remarks>\r
707             Bonding must be in progress by CreateBond().\r
708             </remarks>\r
709             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
710             or when the cancel bonding procedure to remote device fails.</exception>\r
711         </member>\r
712         <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.DestroyBond">\r
713             <summary>\r
714             Destroys the bond.\r
715             </summary>\r
716             <remarks>\r
717             The Bluetooth must be enabled and the bond must be created by CreateBond().\r
718             If this succeeds, the BondDestroyed event will be invoked.\r
719             </remarks>\r
720             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
721             or when the destroy bonding procedure fails.</exception>\r
722         </member>\r
723         <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.SetAlias(System.String)">\r
724             <summary>\r
725             Sets an alias for the bonded device.\r
726             </summary>\r
727             <remarks>\r
728             The Bluetooth must be enabled and the bond must be created by CreateBond().\r
729             </remarks>\r
730             <param name="aliasName">The alias name of the remote device.</param>\r
731             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
732             or when the set alias name to remote device fails.</exception>\r
733         </member>\r
734         <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.SetAuthorization(Tizen.Network.Bluetooth.BluetoothAuthorizationType)">\r
735             <summary>\r
736             Sets the authorization of a bonded device.\r
737             </summary>\r
738             <remarks>\r
739             The Bluetooth must be enabled and the bond must be created by CreateBond().\r
740             If this succeeds, the AuthorizationChanged event will be invoked.\r
741             </remarks>\r
742             <param name="authorizationState">The authorization state.</param>\r
743             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
744             or when the set authorization to remote device fails.</exception>\r
745         </member>\r
746         <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.GetMaskFromUuid(System.String[])">\r
747             <summary>\r
748             Gets the mask from the UUID.\r
749             </summary>\r
750             <returns>The service mask list converted from the given UUID list.</returns>\r
751             <param name="uuids">The UUID list of the device.</param>\r
752             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
753             or when the get Mask from UUID fails.</exception>\r
754         </member>\r
755         <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.StartServiceSearch">\r
756             <summary>\r
757             Starts the search for services supported by the specified device.\r
758             </summary>\r
759             <remarks>\r
760             The Bluetooth must be enabled and remote device must be discoverable by StartDiscovery(). The bond must be created by CreateBond().\r
761             If this succeeds, the ServiceSearched event will be invoked.\r
762             </remarks>\r
763             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
764             or when the remote device service search fails.</exception>\r
765         </member>\r
766         <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.GetConnectedProfiles">\r
767             <summary>\r
768             Gets the connected profiles.\r
769             </summary>\r
770             <remarks>\r
771             The Bluetooth must be enabled.\r
772             </remarks>\r
773             <returns>The connected Bluetooth profiles.</returns>\r
774             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
775             or when there is no BT connection.</exception>\r
776         </member>\r
777         <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.IsProfileConnected(Tizen.Network.Bluetooth.BluetoothProfileType)">\r
778             <summary>\r
779             Determines if profile is connected to the specified remote device.\r
780             </summary>\r
781             <remarks>\r
782             The Bluetooth must be enabled.\r
783             </remarks>\r
784             <returns><c>true</c> if profile is connected, otherwise <c>false</c>.</returns>\r
785             <param name="profileType">The Bluetooth profile type.</param>\r
786             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
787             or when there is no BT connection.</exception>\r
788         </member>\r
789         <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.GetProfile``1">\r
790             <summary>\r
791             Returns the instance of the Bluetooth profile type.\r
792             </summary>\r
793             <remarks>\r
794             The Bluetooth must be enabled.\r
795             </remarks>\r
796         </member>\r
797         <member name="M:Tizen.Network.Bluetooth.BluetoothDevice.CreateSocket(System.String)">\r
798             <summary>\r
799             Creates the client socket.\r
800             </summary>\r
801             <returns>The IBluetoothClientSocket instance.</returns>\r
802             <param name="serviceUuid">The UUID of the service.</param>\r
803         </member>\r
804         <member name="T:Tizen.Network.Bluetooth.BluetoothState">\r
805             <summary>\r
806             Enumeration for the Bluetooth states.\r
807             </summary>\r
808         </member>\r
809         <member name="F:Tizen.Network.Bluetooth.BluetoothState.Disabled">\r
810             <summary>\r
811             The disabled state.\r
812             </summary>\r
813         </member>\r
814         <member name="F:Tizen.Network.Bluetooth.BluetoothState.Enabled">\r
815             <summary>\r
816             The enabled state.\r
817             </summary>\r
818         </member>\r
819         <member name="T:Tizen.Network.Bluetooth.BluetoothError">\r
820             <summary>\r
821             Enumeration for the Bluetooth errors.\r
822             </summary>\r
823         </member>\r
824         <member name="F:Tizen.Network.Bluetooth.BluetoothError.None">\r
825             <summary>\r
826             Successful.\r
827             </summary>\r
828         </member>\r
829         <member name="F:Tizen.Network.Bluetooth.BluetoothError.Cancelled">\r
830             <summary>\r
831             Operation canceled.\r
832             </summary>\r
833         </member>\r
834         <member name="F:Tizen.Network.Bluetooth.BluetoothError.InvalidParameter">\r
835             <summary>\r
836             Invalid parameter.\r
837             </summary>\r
838         </member>\r
839         <member name="F:Tizen.Network.Bluetooth.BluetoothError.OutOfMemory">\r
840             <summary>\r
841             Out of memory.\r
842             </summary>\r
843         </member>\r
844         <member name="F:Tizen.Network.Bluetooth.BluetoothError.ResourceBusy">\r
845             <summary>\r
846             Device or resource busy.\r
847             </summary>\r
848         </member>\r
849         <member name="F:Tizen.Network.Bluetooth.BluetoothError.TimedOut">\r
850             <summary>\r
851             Timeout error.\r
852             </summary>\r
853         </member>\r
854         <member name="F:Tizen.Network.Bluetooth.BluetoothError.NowInProgress">\r
855             <summary>\r
856             Operation now in progress.\r
857             </summary>\r
858         </member>\r
859         <member name="F:Tizen.Network.Bluetooth.BluetoothError.NotSupported">\r
860             <summary>\r
861             Bluetooth is not supported.\r
862             </summary>\r
863         </member>\r
864         <member name="F:Tizen.Network.Bluetooth.BluetoothError.PermissionDenied">\r
865             <summary>\r
866             Permission denied.\r
867             </summary>\r
868         </member>\r
869         <member name="F:Tizen.Network.Bluetooth.BluetoothError.QuotaExceeded">\r
870             <summary>\r
871             Quota exceeded.\r
872             </summary>\r
873         </member>\r
874         <member name="F:Tizen.Network.Bluetooth.BluetoothError.NoData">\r
875             <summary>\r
876             No data available.\r
877             </summary>\r
878         </member>\r
879         <member name="F:Tizen.Network.Bluetooth.BluetoothError.NotInitialized">\r
880             <summary>\r
881             Local adapter not initialized.\r
882             </summary>\r
883         </member>\r
884         <member name="F:Tizen.Network.Bluetooth.BluetoothError.NotEnabled">\r
885             <summary>\r
886             Local adapter not enabled.\r
887             </summary>\r
888         </member>\r
889         <member name="F:Tizen.Network.Bluetooth.BluetoothError.AlreadyDone">\r
890             <summary>\r
891             Operation already done.\r
892             </summary>\r
893         </member>\r
894         <member name="F:Tizen.Network.Bluetooth.BluetoothError.OperationFailed">\r
895             <summary>\r
896             Operation failed.\r
897             </summary>\r
898         </member>\r
899         <member name="F:Tizen.Network.Bluetooth.BluetoothError.NotInProgress">\r
900             <summary>\r
901             Operation not in progress.\r
902             </summary>\r
903         </member>\r
904         <member name="F:Tizen.Network.Bluetooth.BluetoothError.RemoteDeviceNotBonded">\r
905             <summary>\r
906             Remote device not bonded.\r
907             </summary>\r
908         </member>\r
909         <member name="F:Tizen.Network.Bluetooth.BluetoothError.AuthRejected">\r
910             <summary>\r
911             Authentication rejected.\r
912             </summary>\r
913         </member>\r
914         <member name="F:Tizen.Network.Bluetooth.BluetoothError.AuthFailed">\r
915             <summary>\r
916             Authentication failed.\r
917             </summary>\r
918         </member>\r
919         <member name="F:Tizen.Network.Bluetooth.BluetoothError.RemoteDeviceNotFound">\r
920             <summary>\r
921             Remote device not found.\r
922             </summary>\r
923         </member>\r
924         <member name="F:Tizen.Network.Bluetooth.BluetoothError.ServiceSearchFailed">\r
925             <summary>\r
926             Service search failed.\r
927             </summary>\r
928         </member>\r
929         <member name="F:Tizen.Network.Bluetooth.BluetoothError.RemoteDeviceNotConnected">\r
930             <summary>\r
931             Remote device is not connected.\r
932             </summary>\r
933         </member>\r
934         <member name="F:Tizen.Network.Bluetooth.BluetoothError.ResourceUnavailable">\r
935             <summary>\r
936             Resource temporarily unavailable.\r
937             </summary>\r
938         </member>\r
939         <member name="F:Tizen.Network.Bluetooth.BluetoothError.ServiceNotFound">\r
940             <summary>\r
941             Service Not Found.\r
942             </summary>\r
943         </member>\r
944         <member name="T:Tizen.Network.Bluetooth.VisibilityMode">\r
945             <summary>\r
946             Enumeration for the Bluetooth visibility modes.\r
947             </summary>\r
948         </member>\r
949         <member name="F:Tizen.Network.Bluetooth.VisibilityMode.NonDiscoverable">\r
950             <summary>\r
951             The non-discoverable mode.\r
952             </summary>\r
953         </member>\r
954         <member name="F:Tizen.Network.Bluetooth.VisibilityMode.Discoverable">\r
955             <summary>\r
956             The discoverable mode.\r
957             </summary>\r
958         </member>\r
959         <member name="F:Tizen.Network.Bluetooth.VisibilityMode.TimeLimitedDiscoverable">\r
960             <summary>\r
961             The discoverable mode with limited time.\r
962             </summary>\r
963         </member>\r
964         <member name="T:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType">\r
965             <summary>\r
966             Enumeration for the Bluetooth major device class types.\r
967             </summary>\r
968         </member>\r
969         <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Misc">\r
970             <summary>\r
971             The miscellaneous major class type.\r
972             </summary>\r
973         </member>\r
974         <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Computer">\r
975             <summary>\r
976             The computer major class type.\r
977             </summary>\r
978         </member>\r
979         <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Phone">\r
980             <summary>\r
981             The phone major class type.\r
982             </summary>\r
983         </member>\r
984         <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.LanNetworkAccessPoint">\r
985             <summary>\r
986             The LAN/Network access point major class type.\r
987             </summary>\r
988         </member>\r
989         <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.AudioVideo">\r
990             <summary>\r
991             The audio/video major class type.\r
992             </summary>\r
993         </member>\r
994         <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Peripheral">\r
995             <summary>\r
996             The peripheral major class type.\r
997             </summary>\r
998         </member>\r
999         <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Imaging">\r
1000             <summary>\r
1001             The imaging major class type.\r
1002             </summary>\r
1003         </member>\r
1004         <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Wearable">\r
1005             <summary>\r
1006             The wearable major class type.\r
1007             </summary>\r
1008         </member>\r
1009         <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Toy">\r
1010             <summary>\r
1011             The toy major class type.\r
1012             </summary>\r
1013         </member>\r
1014         <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Health">\r
1015             <summary>\r
1016             The health major class type.\r
1017             </summary>\r
1018         </member>\r
1019         <member name="F:Tizen.Network.Bluetooth.BluetoothMajorDeviceClassType.Uncategorized">\r
1020             <summary>\r
1021             The uncategorized major class type.\r
1022             </summary>\r
1023         </member>\r
1024         <member name="T:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType">\r
1025             <summary>\r
1026             Enumeration for the Bluetooth minor device class types.\r
1027             </summary>\r
1028         </member>\r
1029         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerUncategorized">\r
1030             <summary>\r
1031             The uncategorized computer minor class type.\r
1032             </summary>\r
1033         </member>\r
1034         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerDesktopWorkstation">\r
1035             <summary>\r
1036             The desktop workstation computer minor class type.\r
1037             </summary>\r
1038         </member>\r
1039         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerServer">\r
1040             <summary>\r
1041             The server computer minor class type.\r
1042             </summary>\r
1043         </member>\r
1044         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerLaptop">\r
1045             <summary>\r
1046             The laptop computer minor class type.\r
1047             </summary>\r
1048         </member>\r
1049         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerHandheldPcOrPda">\r
1050             <summary>\r
1051             The handheld PC/PDA computer minor class type.\r
1052             </summary>\r
1053         </member>\r
1054         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerPalmSizedPcOrPda">\r
1055             <summary>\r
1056             The palm sized PC/PDA computer minor class type.\r
1057             </summary>\r
1058         </member>\r
1059         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ComputerWearableComputer">\r
1060             <summary>\r
1061             The wearable computer minor class type.\r
1062             </summary>\r
1063         </member>\r
1064         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneUncategorized">\r
1065             <summary>\r
1066             The unclassified phone minor class type.\r
1067             </summary>\r
1068         </member>\r
1069         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneCellular">\r
1070             <summary>\r
1071             The cellular phone minor class type.\r
1072             </summary>\r
1073         </member>\r
1074         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneCordless">\r
1075             <summary>\r
1076             The cordless phone minor class type.\r
1077             </summary>\r
1078         </member>\r
1079         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneSmartPhone">\r
1080             <summary>\r
1081             The smartphone phone minor class type.\r
1082             </summary>\r
1083         </member>\r
1084         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneWiredModemOrVoiceGateway">\r
1085             <summary>\r
1086             The wired modem or voice gateway phone minor class type.\r
1087             </summary>\r
1088         </member>\r
1089         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PhoneCommonIsdnAccess">\r
1090             <summary>\r
1091             The ISDN phone minor class type.\r
1092             </summary>\r
1093         </member>\r
1094         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPointFullyAvailable">\r
1095             <summary>\r
1096             Fully available LAN/Network access point minor class type.\r
1097             </summary>\r
1098         </member>\r
1099         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint1To17PercentUtilized">\r
1100             <summary>\r
1101             1-17% utilized LAN/Network access point minor class type.\r
1102             </summary>\r
1103         </member>\r
1104         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint17To33PercentUtilized">\r
1105             <summary>\r
1106             17-33% utilized LAN/Network access point minor class type.\r
1107             </summary>\r
1108         </member>\r
1109         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint33To50PercentUtilized">\r
1110             <summary>\r
1111             33-50% utilized LAN/Network access point minor class type.\r
1112             </summary>\r
1113         </member>\r
1114         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint50To67PercentUtilized">\r
1115             <summary>\r
1116             50-67% utilized LAN/Network access point minor class type.\r
1117             </summary>\r
1118         </member>\r
1119         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint67To83PercentUtilized">\r
1120             <summary>\r
1121             67-83% utilized LAN/Network access point minor class type.\r
1122             </summary>\r
1123         </member>\r
1124         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPoint83To99PercentUtilized">\r
1125             <summary>\r
1126             83-99% utilized LAN/Network access point minor class type.\r
1127             </summary>\r
1128         </member>\r
1129         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.LanNetworkAccessPointNoServiceAvailable">\r
1130             <summary>\r
1131             No service available LAN/Network access point minor class type.\r
1132             </summary>\r
1133         </member>\r
1134         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoUncategorized">\r
1135             <summary>\r
1136             The uncategorized audio/video minor class type.\r
1137             </summary>\r
1138         </member>\r
1139         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoWearableHeadset">\r
1140             <summary>\r
1141             The wearable headset audio/video minor class type.\r
1142             </summary>\r
1143         </member>\r
1144         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoHandsFree">\r
1145             <summary>\r
1146             The hands free audio/video minor class type.\r
1147             </summary>\r
1148         </member>\r
1149         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoMicrophone">\r
1150             <summary>\r
1151             The microphone audio/video minor class type.\r
1152             </summary>\r
1153         </member>\r
1154         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoLoudspeaker">\r
1155             <summary>\r
1156             The loudspeaker audio/video minor class type.\r
1157             </summary>\r
1158         </member>\r
1159         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoHeadphones">\r
1160             <summary>\r
1161             The headphones audio/video minor class type.\r
1162             </summary>\r
1163         </member>\r
1164         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoPortableAudio">\r
1165             <summary>\r
1166             The portable audio audio/video minor class type.\r
1167             </summary>\r
1168         </member>\r
1169         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoCarAudio">\r
1170             <summary>\r
1171             The car audio audio/video minor class type.\r
1172             </summary>\r
1173         </member>\r
1174         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoSetTopBox">\r
1175             <summary>\r
1176             The SetTopbox audio/video minor class type.\r
1177             </summary>\r
1178         </member>\r
1179         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoHifiAudioDevice">\r
1180             <summary>\r
1181             The Hi-Fi audio/video minor class type.\r
1182             </summary>\r
1183         </member>\r
1184         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoVcr">\r
1185             <summary>\r
1186             The VCR audio/video minor class type.\r
1187             </summary>\r
1188         </member>\r
1189         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoVideoCamera">\r
1190             <summary>\r
1191             The video camera audio/video minor class type.\r
1192             </summary>\r
1193         </member>\r
1194         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoCamcorder">\r
1195             <summary>\r
1196             Camcorder audio/video minor class type.\r
1197             </summary>\r
1198         </member>\r
1199         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoVideoMonitor">\r
1200             <summary>\r
1201             The video monitor audio/video minor class type.\r
1202             </summary>\r
1203         </member>\r
1204         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoVideoDisplayLoudspeaker">\r
1205             <summary>\r
1206             The video display and loudspeaker audio/video minor class type.\r
1207             </summary>\r
1208         </member>\r
1209         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoVideoConferencing">\r
1210             <summary>\r
1211             The video conferencing audio/video minor class type.\r
1212             </summary>\r
1213         </member>\r
1214         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.AudioVideoGamingToy">\r
1215             <summary>\r
1216             The gaming/toy audio/video minor class type.\r
1217             </summary>\r
1218         </member>\r
1219         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralUncategorized">\r
1220             <summary>\r
1221             The uncategorized peripheral minor class type.\r
1222             </summary>\r
1223         </member>\r
1224         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralKeyBoard">\r
1225             <summary>\r
1226             The keyboard peripheral minor class type.\r
1227             </summary>\r
1228         </member>\r
1229         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralPointingDevice">\r
1230             <summary>\r
1231             The pointing device peripheral minor class type.\r
1232             </summary>\r
1233         </member>\r
1234         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralComboKeyboardPointingDevice">\r
1235             <summary>\r
1236             The combo keyboard peripheral minor class type.\r
1237             </summary>\r
1238         </member>\r
1239         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralJoystick">\r
1240             <summary>\r
1241             The joystick peripheral minor class type.\r
1242             </summary>\r
1243         </member>\r
1244         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralGamePad">\r
1245             <summary>\r
1246             The game pad peripheral minor class type.\r
1247             </summary>\r
1248         </member>\r
1249         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralRemoteControl">\r
1250             <summary>\r
1251             The remote control peripheral minor class type.\r
1252             </summary>\r
1253         </member>\r
1254         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralSensingDevice">\r
1255             <summary>\r
1256             The sensing device peripheral minor class type.\r
1257             </summary>\r
1258         </member>\r
1259         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralDigitizerTablet">\r
1260             <summary>\r
1261             The digitizer peripheral minor class type.\r
1262             </summary>\r
1263         </member>\r
1264         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralCardReader">\r
1265             <summary>\r
1266             The card reader peripheral minor class type.\r
1267             </summary>\r
1268         </member>\r
1269         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralDigitalPen">\r
1270             <summary>\r
1271             The digital pen peripheral minor class type.\r
1272             </summary>\r
1273         </member>\r
1274         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralHandheldScanner">\r
1275             <summary>\r
1276             The handheld scanner peripheral minor class type.\r
1277             </summary>\r
1278         </member>\r
1279         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.PeripheralHandheldGesturalInputDevice">\r
1280             <summary>\r
1281             The handheld gestural input computer minor class type.\r
1282             </summary>\r
1283         </member>\r
1284         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ImagingDisplay">\r
1285             <summary>\r
1286             The display imaging minor class type.\r
1287             </summary>\r
1288         </member>\r
1289         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ImagingCamera">\r
1290             <summary>\r
1291             The camera imaging minor class type.\r
1292             </summary>\r
1293         </member>\r
1294         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ImagingScanner">\r
1295             <summary>\r
1296             The scanner imaging minor class type.\r
1297             </summary>\r
1298         </member>\r
1299         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ImagingPrinter">\r
1300             <summary>\r
1301             The printer imaging minor class type.\r
1302             </summary>\r
1303         </member>\r
1304         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.WearableWristWatch">\r
1305             <summary>\r
1306             The wrist watch wearable minor class type.\r
1307             </summary>\r
1308         </member>\r
1309         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.WearablePager">\r
1310             <summary>\r
1311             The pager wearable minor class type.\r
1312             </summary>\r
1313         </member>\r
1314         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.WearableJacket">\r
1315             <summary>\r
1316             The jacket wearable minor class type.\r
1317             </summary>\r
1318         </member>\r
1319         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.WearableHelmet">\r
1320             <summary>\r
1321             The helmet wearable minor class type.\r
1322             </summary>\r
1323         </member>\r
1324         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.WearableGlasses">\r
1325             <summary>\r
1326             The glasses wearable minor class type.\r
1327             </summary>\r
1328         </member>\r
1329         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ToyRobot">\r
1330             <summary>\r
1331             The robot toy minor class type.\r
1332             </summary>\r
1333         </member>\r
1334         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ToyVehicle">\r
1335             <summary>\r
1336             The vehicle toy minor class type.\r
1337             </summary>\r
1338         </member>\r
1339         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ToyDollAction">\r
1340             <summary>\r
1341             The doll toy minor class type.\r
1342             </summary>\r
1343         </member>\r
1344         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ToyController">\r
1345             <summary>\r
1346             The controller toy minor class type.\r
1347             </summary>\r
1348         </member>\r
1349         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.ToyGame">\r
1350             <summary>\r
1351             The game toy minor class type.\r
1352             </summary>\r
1353         </member>\r
1354         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthUncategorized">\r
1355             <summary>\r
1356             The uncategorized health minor class type.\r
1357             </summary>\r
1358         </member>\r
1359         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthBloodPressureMonitor">\r
1360             <summary>\r
1361             The BP monitor health minor class type.\r
1362             </summary>\r
1363         </member>\r
1364         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthThermometer">\r
1365             <summary>\r
1366             The thermometer health minor class type.\r
1367             </summary>\r
1368         </member>\r
1369         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthWeighingScale">\r
1370             <summary>\r
1371             The scale health minor class type.\r
1372             </summary>\r
1373         </member>\r
1374         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthGlucoseMeter">\r
1375             <summary>\r
1376             The glucose meter health minor class type.\r
1377             </summary>\r
1378         </member>\r
1379         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthPulseOximeter">\r
1380             <summary>\r
1381             The pulse oximeter health minor class type.\r
1382             </summary>\r
1383         </member>\r
1384         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthHeartPulseRateMonitor">\r
1385             <summary>\r
1386             The heart/pulse rate monitor health minor class type.\r
1387             </summary>\r
1388         </member>\r
1389         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthDataDisplay">\r
1390             <summary>\r
1391             The display health minor class type.\r
1392             </summary>\r
1393         </member>\r
1394         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthStepCounter">\r
1395             <summary>\r
1396             The step counter health minor class type.\r
1397             </summary>\r
1398         </member>\r
1399         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthBodyCompositionAnalyzer">\r
1400             <summary>\r
1401             The body composition analyzer health minor class type.\r
1402             </summary>\r
1403         </member>\r
1404         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthPeakFlowMonitor">\r
1405             <summary>\r
1406             The peak flow monitor health minor class type.\r
1407             </summary>\r
1408         </member>\r
1409         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthMedicationMonitor">\r
1410             <summary>\r
1411             The medication monitor health minor class type.\r
1412             </summary>\r
1413         </member>\r
1414         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthKneeProsthesis">\r
1415             <summary>\r
1416             The knee prosthesis health minor class type.\r
1417             </summary>\r
1418         </member>\r
1419         <member name="F:Tizen.Network.Bluetooth.BluetoothMinorDeviceClassType.HealthAnkleProsthesis">\r
1420             <summary>\r
1421             The ankle prosthesis health minor class type.\r
1422             </summary>\r
1423         </member>\r
1424         <member name="T:Tizen.Network.Bluetooth.BluetoothDeviceDiscoveryState">\r
1425             <summary>\r
1426             Enumeration for the Bluetooth device discovery states.\r
1427             </summary>\r
1428         </member>\r
1429         <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceDiscoveryState.Started">\r
1430             <summary>\r
1431             The device discovery is started.\r
1432             </summary>\r
1433         </member>\r
1434         <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceDiscoveryState.Finished">\r
1435             <summary>\r
1436             The device discovery is finished.\r
1437             </summary>\r
1438         </member>\r
1439         <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceDiscoveryState.Found">\r
1440             <summary>\r
1441             The remote device is found.\r
1442             </summary>\r
1443         </member>\r
1444         <member name="T:Tizen.Network.Bluetooth.BluetoothAppearanceType">\r
1445             <summary>\r
1446             Enumeration for the Bluetooth appearance types.\r
1447             </summary>\r
1448         </member>\r
1449         <member name="F:Tizen.Network.Bluetooth.BluetoothAppearanceType.Unknown">\r
1450             <summary>\r
1451             Unknown.\r
1452             </summary>\r
1453         </member>\r
1454         <member name="F:Tizen.Network.Bluetooth.BluetoothAppearanceType.GenericPhone">\r
1455             <summary>\r
1456             Generic phone.\r
1457             </summary>\r
1458         </member>\r
1459         <member name="F:Tizen.Network.Bluetooth.BluetoothAppearanceType.GenericComputer">\r
1460             <summary>\r
1461             Generic computer.\r
1462             </summary>\r
1463         </member>\r
1464         <member name="F:Tizen.Network.Bluetooth.BluetoothAppearanceType.GenericWatch">\r
1465             <summary>\r
1466             Generic watch.\r
1467             </summary>\r
1468         </member>\r
1469         <member name="T:Tizen.Network.Bluetooth.BluetoothAudioProfileType">\r
1470             <summary>\r
1471             Enumeration for the Bluetooth audio profile types.\r
1472             </summary>\r
1473         </member>\r
1474         <member name="F:Tizen.Network.Bluetooth.BluetoothAudioProfileType.All">\r
1475             <summary>\r
1476             All supported profiles of audio.\r
1477             </summary>\r
1478         </member>\r
1479         <member name="F:Tizen.Network.Bluetooth.BluetoothAudioProfileType.HspHfp">\r
1480             <summary>\r
1481             The Headset and Hands-Free profile.\r
1482             </summary>\r
1483         </member>\r
1484         <member name="F:Tizen.Network.Bluetooth.BluetoothAudioProfileType.AdvancedAudioDistribution">\r
1485             <summary>\r
1486             The Advanced Audio Distribution profile.\r
1487             </summary>\r
1488         </member>\r
1489         <member name="F:Tizen.Network.Bluetooth.BluetoothAudioProfileType.AudioGateway">\r
1490             <summary>\r
1491             The Audio Gateway profile.\r
1492             </summary>\r
1493         </member>\r
1494         <member name="F:Tizen.Network.Bluetooth.BluetoothAudioProfileType.AdvancedAudioDistributionSink">\r
1495             <summary>\r
1496             The Advanced Audio Distribution profile sink role.\r
1497             </summary>\r
1498         </member>\r
1499         <member name="T:Tizen.Network.Bluetooth.BluetoothServiceClassType">\r
1500             <summary>\r
1501             Enumeration for the Bluetooth service class types.\r
1502             </summary>\r
1503         </member>\r
1504         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.None">\r
1505             <summary>\r
1506             No service class.\r
1507             </summary>\r
1508         </member>\r
1509         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Res">\r
1510             <summary>\r
1511             The RES service class.\r
1512             </summary>\r
1513         </member>\r
1514         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Spp">\r
1515             <summary>\r
1516             The SPP service class.\r
1517             </summary>\r
1518         </member>\r
1519         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Dun">\r
1520             <summary>\r
1521             The DUN service class.\r
1522             </summary>\r
1523         </member>\r
1524         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Fax">\r
1525             <summary>\r
1526             The FAX service class.\r
1527             </summary>\r
1528         </member>\r
1529         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Lap">\r
1530             <summary>\r
1531             The LAP service class.\r
1532             </summary>\r
1533         </member>\r
1534         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Hsp">\r
1535             <summary>\r
1536             The HSP service class.\r
1537             </summary>\r
1538         </member>\r
1539         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Hfp">\r
1540             <summary>\r
1541             The HFPservice class.\r
1542             </summary>\r
1543         </member>\r
1544         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Opp">\r
1545             <summary>\r
1546             The OPP service class.\r
1547             </summary>\r
1548         </member>\r
1549         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Ftp">\r
1550             <summary>\r
1551             The FTP service class.\r
1552             </summary>\r
1553         </member>\r
1554         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Ctp">\r
1555             <summary>\r
1556             The CTP service class.\r
1557             </summary>\r
1558         </member>\r
1559         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Icp">\r
1560             <summary>\r
1561             The ICP service class.\r
1562             </summary>\r
1563         </member>\r
1564         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Sync">\r
1565             <summary>\r
1566             The Sync service class.\r
1567             </summary>\r
1568         </member>\r
1569         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Bpp">\r
1570             <summary>\r
1571             The BPP service class.\r
1572             </summary>\r
1573         </member>\r
1574         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Bip">\r
1575             <summary>\r
1576             The BIP service class.\r
1577             </summary>\r
1578         </member>\r
1579         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Panu">\r
1580             <summary>\r
1581             The PANU service class.\r
1582             </summary>\r
1583         </member>\r
1584         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Nap">\r
1585             <summary>\r
1586             The NAP service class.\r
1587             </summary>\r
1588         </member>\r
1589         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Gn">\r
1590             <summary>\r
1591             The GN service class.\r
1592             </summary>\r
1593         </member>\r
1594         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Sap">\r
1595             <summary>\r
1596             The SAP service class.\r
1597             </summary>\r
1598         </member>\r
1599         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.A2dp">\r
1600             <summary>\r
1601             The A2DP service class.\r
1602             </summary>\r
1603         </member>\r
1604         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Avrcp">\r
1605             <summary>\r
1606             The AVRCP service class.\r
1607             </summary>\r
1608         </member>\r
1609         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Pbap">\r
1610             <summary>\r
1611             The PBAP service class.\r
1612             </summary>\r
1613         </member>\r
1614         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Hid">\r
1615             <summary>\r
1616             The HID service class.\r
1617             </summary>\r
1618         </member>\r
1619         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.A2dpSource">\r
1620             <summary>\r
1621             The A2DP Source service class.\r
1622             </summary>\r
1623         </member>\r
1624         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.All">\r
1625             <summary>\r
1626             All service class.\r
1627             </summary>\r
1628         </member>\r
1629         <member name="F:Tizen.Network.Bluetooth.BluetoothServiceClassType.Max">\r
1630             <summary>\r
1631             The Max service class.\r
1632             </summary>\r
1633         </member>\r
1634         <member name="T:Tizen.Network.Bluetooth.BluetoothProfileType">\r
1635             <summary>\r
1636             Enumeration for the Bluetooth profile types.\r
1637             </summary>\r
1638         </member>\r
1639         <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.Rfcomm">\r
1640             <summary>\r
1641             The RFCOMM profile.\r
1642             </summary>\r
1643         </member>\r
1644         <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.AdvancedAudioDistribution">\r
1645             <summary>\r
1646             The Advanced Audio Distribution Profile Source role.\r
1647             </summary>\r
1648         </member>\r
1649         <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.Headset">\r
1650             <summary>\r
1651             The Headset profile.\r
1652             </summary>\r
1653         </member>\r
1654         <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.HumanInterfaceDevice">\r
1655             <summary>\r
1656             The Human Interface Device profile.\r
1657             </summary>\r
1658         </member>\r
1659         <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.NetworkAccessPoint">\r
1660             <summary>\r
1661             The Network Access Point profile.\r
1662             </summary>\r
1663         </member>\r
1664         <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.AudioGateway">\r
1665             <summary>\r
1666             The Audio Gateway profile.\r
1667             </summary>\r
1668         </member>\r
1669         <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.GenericAttribute">\r
1670             <summary>\r
1671             The Generic Attribute profile.\r
1672             </summary>\r
1673         </member>\r
1674         <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.NapServer">\r
1675             <summary>\r
1676             The NAP Server profile.\r
1677             </summary>\r
1678         </member>\r
1679         <member name="F:Tizen.Network.Bluetooth.BluetoothProfileType.AdvancedAudioDistributionSink">\r
1680             <summary>\r
1681             The advanced Audio Distribution profile sink role.\r
1682             </summary>\r
1683         </member>\r
1684         <member name="T:Tizen.Network.Bluetooth.BluetoothAuthorizationType">\r
1685             <summary>\r
1686             Enumeration for the Bluetooth authorization types.\r
1687             </summary>\r
1688         </member>\r
1689         <member name="F:Tizen.Network.Bluetooth.BluetoothAuthorizationType.Authorized">\r
1690             <summary>\r
1691             The authorized type.\r
1692             </summary>\r
1693         </member>\r
1694         <member name="F:Tizen.Network.Bluetooth.BluetoothAuthorizationType.Unauthorized">\r
1695             <summary>\r
1696             The unauthorized type.\r
1697             </summary>\r
1698         </member>\r
1699         <member name="T:Tizen.Network.Bluetooth.BluetoothConnectionLinkType">\r
1700             <summary>\r
1701             Enumeration for the Bluetooth connection link types.\r
1702             </summary>\r
1703         </member>\r
1704         <member name="F:Tizen.Network.Bluetooth.BluetoothConnectionLinkType.BrEdr">\r
1705             <summary>\r
1706             The BR/EDR link.\r
1707             </summary>\r
1708         </member>\r
1709         <member name="F:Tizen.Network.Bluetooth.BluetoothConnectionLinkType.Le">\r
1710             <summary>\r
1711             The LE link.\r
1712             </summary>\r
1713         </member>\r
1714         <member name="F:Tizen.Network.Bluetooth.BluetoothConnectionLinkType.Default">\r
1715             <summary>\r
1716             The default connection type.\r
1717             </summary>\r
1718         </member>\r
1719         <member name="T:Tizen.Network.Bluetooth.BluetoothDisconnectReason">\r
1720             <summary>\r
1721             Enumeration for the Bluetooth disconnect reason.\r
1722             </summary>\r
1723         </member>\r
1724         <member name="F:Tizen.Network.Bluetooth.BluetoothDisconnectReason.Unknown">\r
1725             <summary>\r
1726             The disconnected by unknown reason.\r
1727             </summary>\r
1728         </member>\r
1729         <member name="F:Tizen.Network.Bluetooth.BluetoothDisconnectReason.Timeout">\r
1730             <summary>\r
1731             The disconnected by timeout.\r
1732             </summary>\r
1733         </member>\r
1734         <member name="F:Tizen.Network.Bluetooth.BluetoothDisconnectReason.LocalHost">\r
1735             <summary>\r
1736             The disconnected by local host.\r
1737             </summary>\r
1738         </member>\r
1739         <member name="F:Tizen.Network.Bluetooth.BluetoothDisconnectReason.Remote">\r
1740             <summary>\r
1741             The disconnected by remote.\r
1742             </summary>\r
1743         </member>\r
1744         <member name="T:Tizen.Network.Bluetooth.BluetoothSocketRole">\r
1745             <summary>\r
1746             Enumeration for the connected Bluetooth device event roles.\r
1747             </summary>\r
1748         </member>\r
1749         <member name="F:Tizen.Network.Bluetooth.BluetoothSocketRole.Unknown">\r
1750             <summary>\r
1751             Unknown role.\r
1752             </summary>\r
1753         </member>\r
1754         <member name="F:Tizen.Network.Bluetooth.BluetoothSocketRole.Server">\r
1755             <summary>\r
1756             The server role.\r
1757             </summary>\r
1758         </member>\r
1759         <member name="F:Tizen.Network.Bluetooth.BluetoothSocketRole.Client">\r
1760             <summary>\r
1761             The client role.\r
1762             </summary>\r
1763         </member>\r
1764         <member name="T:Tizen.Network.Bluetooth.BluetoothSocketState">\r
1765             <summary>\r
1766             Enumeration for the Bluetooth socket connection states.\r
1767             </summary>\r
1768         </member>\r
1769         <member name="F:Tizen.Network.Bluetooth.BluetoothSocketState.Connected">\r
1770             <summary>\r
1771             The RFCOMM is connected.\r
1772             </summary>\r
1773         </member>\r
1774         <member name="F:Tizen.Network.Bluetooth.BluetoothSocketState.Disconnected">\r
1775             <summary>\r
1776             The RFCOMM is disconnected.\r
1777             </summary>\r
1778         </member>\r
1779         <member name="T:Tizen.Network.Bluetooth.EqualizerState">\r
1780             <summary>\r
1781             Enumeration for the equalizer states.\r
1782             </summary>\r
1783         </member>\r
1784         <member name="F:Tizen.Network.Bluetooth.EqualizerState.Off">\r
1785             <summary>\r
1786             Equalizer Off.\r
1787             </summary>\r
1788         </member>\r
1789         <member name="F:Tizen.Network.Bluetooth.EqualizerState.On">\r
1790             <summary>\r
1791             Equalizer On.\r
1792             </summary>\r
1793         </member>\r
1794         <member name="T:Tizen.Network.Bluetooth.RepeatMode">\r
1795             <summary>\r
1796             Enumeration for the repeat modes.\r
1797             </summary>\r
1798         </member>\r
1799         <member name="F:Tizen.Network.Bluetooth.RepeatMode.Off">\r
1800             <summary>\r
1801             Repeat off.\r
1802             </summary>\r
1803         </member>\r
1804         <member name="F:Tizen.Network.Bluetooth.RepeatMode.SingleTrack">\r
1805             <summary>\r
1806             Single track repeat.\r
1807             </summary>\r
1808         </member>\r
1809         <member name="F:Tizen.Network.Bluetooth.RepeatMode.AllTrack">\r
1810             <summary>\r
1811             All track repeat.\r
1812             </summary>\r
1813         </member>\r
1814         <member name="F:Tizen.Network.Bluetooth.RepeatMode.Group">\r
1815             <summary>\r
1816             Group repeat.\r
1817             </summary>\r
1818         </member>\r
1819         <member name="T:Tizen.Network.Bluetooth.ShuffleMode">\r
1820             <summary>\r
1821             Enumeration for the shuffle modes.\r
1822             </summary>\r
1823         </member>\r
1824         <member name="F:Tizen.Network.Bluetooth.ShuffleMode.Off">\r
1825             <summary>\r
1826             Shuffle off.\r
1827             </summary>\r
1828         </member>\r
1829         <member name="F:Tizen.Network.Bluetooth.ShuffleMode.AllTrack">\r
1830             <summary>\r
1831             All tracks shuffle.\r
1832             </summary>\r
1833         </member>\r
1834         <member name="F:Tizen.Network.Bluetooth.ShuffleMode.Group">\r
1835             <summary>\r
1836             Group shuffle.\r
1837             </summary>\r
1838         </member>\r
1839         <member name="T:Tizen.Network.Bluetooth.ScanMode">\r
1840             <summary>\r
1841             Enumeration for the scan modes.\r
1842             </summary>\r
1843         </member>\r
1844         <member name="F:Tizen.Network.Bluetooth.ScanMode.Off">\r
1845             <summary>\r
1846             Scan off.\r
1847             </summary>\r
1848         </member>\r
1849         <member name="F:Tizen.Network.Bluetooth.ScanMode.AllTrack">\r
1850             <summary>\r
1851             All tracks scan.\r
1852             </summary>\r
1853         </member>\r
1854         <member name="F:Tizen.Network.Bluetooth.ScanMode.Group">\r
1855             <summary>\r
1856             Group scan.\r
1857             </summary>\r
1858         </member>\r
1859         <member name="T:Tizen.Network.Bluetooth.PlayerState">\r
1860             <summary>\r
1861             Enumeration for the player states.\r
1862             </summary>\r
1863         </member>\r
1864         <member name="F:Tizen.Network.Bluetooth.PlayerState.Stopped">\r
1865             <summary>\r
1866             The stopped state.\r
1867             </summary>\r
1868         </member>\r
1869         <member name="F:Tizen.Network.Bluetooth.PlayerState.Playing">\r
1870             <summary>\r
1871             The playing state.\r
1872             </summary>\r
1873         </member>\r
1874         <member name="F:Tizen.Network.Bluetooth.PlayerState.Paused">\r
1875             <summary>\r
1876             The paused state.\r
1877             </summary>\r
1878         </member>\r
1879         <member name="F:Tizen.Network.Bluetooth.PlayerState.SeekForward">\r
1880             <summary>\r
1881             The seek forward state.\r
1882             </summary>\r
1883         </member>\r
1884         <member name="F:Tizen.Network.Bluetooth.PlayerState.SeekRewind">\r
1885             <summary>\r
1886             The seek rewind state.\r
1887             </summary>\r
1888         </member>\r
1889         <member name="T:Tizen.Network.Bluetooth.BluetoothLeDeviceAddressType">\r
1890             <summary>\r
1891             Enumeration for the Bluetooth LE device address types.\r
1892             </summary>\r
1893         </member>\r
1894         <member name="F:Tizen.Network.Bluetooth.BluetoothLeDeviceAddressType.BluetoothLePublicAddress">\r
1895             <summary>\r
1896             The Buetooth LE public address.\r
1897             </summary>\r
1898         </member>\r
1899         <member name="F:Tizen.Network.Bluetooth.BluetoothLeDeviceAddressType.BluetoothLePrivateAddress">\r
1900             <summary>\r
1901             The Bluetooth LE private address.\r
1902             </summary>\r
1903         </member>\r
1904         <member name="T:Tizen.Network.Bluetooth.BluetoothLePacketType">\r
1905             <summary>\r
1906             Enumeration for the Bluetooth LePacket types.\r
1907             </summary>\r
1908         </member>\r
1909         <member name="F:Tizen.Network.Bluetooth.BluetoothLePacketType.BluetoothLeAdvertisingPacket">\r
1910             <summary>\r
1911             The Bluetooth LE advertising packet.\r
1912             </summary>\r
1913         </member>\r
1914         <member name="F:Tizen.Network.Bluetooth.BluetoothLePacketType.BluetoothLeScanResponsePacket">\r
1915             <summary>\r
1916             The Bluetooth LE scan response packet.\r
1917             </summary>\r
1918         </member>\r
1919         <member name="T:Tizen.Network.Bluetooth.BluetoothLeDataType">\r
1920             <summary>\r
1921             Enumeration for the Bluetooth LE data types.\r
1922             </summary>\r
1923         </member>\r
1924         <member name="F:Tizen.Network.Bluetooth.BluetoothLeDataType.BluetoothLePacketDataList16BitServiceUuid">\r
1925             <summary>\r
1926             The Bluetooth LE packet data list 16 bit service uuid.\r
1927             </summary>\r
1928         </member>\r
1929         <member name="F:Tizen.Network.Bluetooth.BluetoothLeDataType.BluetoothLePacketManufacturerData">\r
1930             <summary>\r
1931             The Bluetooth LE packet manufacturer data.\r
1932             </summary>\r
1933         </member>\r
1934         <member name="T:Tizen.Network.Bluetooth.BluetoothLeAdvertisingMode">\r
1935             <summary>\r
1936             Enumeration for the Bluetooth LE advertising mode types.\r
1937             </summary>\r
1938         </member>\r
1939         <member name="F:Tizen.Network.Bluetooth.BluetoothLeAdvertisingMode.BluetoothLeAdvertisingBalancedMode">\r
1940             <summary>\r
1941             The Bluetooth LE advertising balanced mode.\r
1942             </summary>\r
1943         </member>\r
1944         <member name="F:Tizen.Network.Bluetooth.BluetoothLeAdvertisingMode.BluetoothLeAdvertisingLowLatencyMode">\r
1945             <summary>\r
1946             The Bluetooth LE advertising low latency mode.\r
1947             </summary>\r
1948         </member>\r
1949         <member name="F:Tizen.Network.Bluetooth.BluetoothLeAdvertisingMode.BluetoothLeAdvertisingLowEnergyMode">\r
1950             <summary>\r
1951             The Bluetooth LE advertising low energy mode.\r
1952             </summary>\r
1953         </member>\r
1954         <member name="T:Tizen.Network.Bluetooth.BluetoothLeAdvertisingState">\r
1955             <summary>\r
1956             Enumeration for the Bluetooth LE advertising mode type.\r
1957             </summary>\r
1958         </member>\r
1959         <member name="F:Tizen.Network.Bluetooth.BluetoothLeAdvertisingState.BluetoothLeAdvertisingStopped">\r
1960             <summary>\r
1961             The Bluetooth LE advertising stopped.\r
1962             </summary>\r
1963         </member>\r
1964         <member name="F:Tizen.Network.Bluetooth.BluetoothLeAdvertisingState.BluetoothLeAdvertisingStarted">\r
1965             <summary>\r
1966             The Bluetooth LE advertising started.\r
1967             </summary>\r
1968         </member>\r
1969         <member name="T:Tizen.Network.Bluetooth.IntDataType">\r
1970             <summary>\r
1971             Enumeration for the integer type for GATT handle's values.\r
1972             </summary>\r
1973         </member>\r
1974         <member name="F:Tizen.Network.Bluetooth.IntDataType.SignedInt8">\r
1975             <summary>\r
1976             The 8-bit signed integer type.\r
1977             </summary>\r
1978         </member>\r
1979         <member name="F:Tizen.Network.Bluetooth.IntDataType.SignedInt16">\r
1980             <summary>\r
1981             The 16-bit signed integer type.\r
1982             </summary>\r
1983         </member>\r
1984         <member name="F:Tizen.Network.Bluetooth.IntDataType.SignedInt32">\r
1985             <summary>\r
1986             The 32-bit signed integer type.\r
1987             </summary>\r
1988         </member>\r
1989         <member name="F:Tizen.Network.Bluetooth.IntDataType.UnsignedInt8">\r
1990             <summary>\r
1991             The 8-bit unsigned integer type.\r
1992             </summary>\r
1993         </member>\r
1994         <member name="F:Tizen.Network.Bluetooth.IntDataType.UnsignedInt16">\r
1995             <summary>\r
1996             The 16-bit unsigned integer type.\r
1997             </summary>\r
1998         </member>\r
1999         <member name="F:Tizen.Network.Bluetooth.IntDataType.UnsignedInt32">\r
2000             <summary>\r
2001             The 32-bit unsigned integer type.\r
2002             </summary>\r
2003         </member>\r
2004         <member name="T:Tizen.Network.Bluetooth.FloatDataType">\r
2005             <summary>\r
2006             Enumerations of the float type for GATT handle's values.\r
2007             </summary>\r
2008         </member>\r
2009         <member name="F:Tizen.Network.Bluetooth.FloatDataType.Float">\r
2010             <summary>\r
2011             The 32-bit float type.\r
2012             </summary>\r
2013         </member>\r
2014         <member name="F:Tizen.Network.Bluetooth.FloatDataType.SFloat">\r
2015             <summary>\r
2016             The 16-bit float type.\r
2017             </summary>\r
2018         </member>\r
2019         <member name="T:Tizen.Network.Bluetooth.GattHandleType">\r
2020             <summary>\r
2021             Enumeration for the GATT handle's types.\r
2022             </summary>\r
2023         </member>\r
2024         <member name="F:Tizen.Network.Bluetooth.GattHandleType.Service">\r
2025             <summary>\r
2026             The GATT service type.\r
2027             </summary>\r
2028         </member>\r
2029         <member name="F:Tizen.Network.Bluetooth.GattHandleType.Characteristic">\r
2030             <summary>\r
2031             The GATT characteristic type.\r
2032             </summary>\r
2033         </member>\r
2034         <member name="F:Tizen.Network.Bluetooth.GattHandleType.Descriptor">\r
2035             <summary>\r
2036             The GATT descriptor type.\r
2037             </summary>\r
2038         </member>\r
2039         <member name="T:Tizen.Network.Bluetooth.BluetoothGattServiceType">\r
2040             <summary>\r
2041             Enumeration for the service types.\r
2042             </summary>\r
2043         </member>\r
2044         <member name="F:Tizen.Network.Bluetooth.BluetoothGattServiceType.Primary">\r
2045             <summary>\r
2046             The GATT primary service type.\r
2047             </summary>\r
2048         </member>\r
2049         <member name="F:Tizen.Network.Bluetooth.BluetoothGattServiceType.Secondary">\r
2050             <summary>\r
2051             The GATT secondary service type.\r
2052             </summary>\r
2053         </member>\r
2054         <member name="T:Tizen.Network.Bluetooth.BluetoothGattProperty">\r
2055             <summary>\r
2056             Enumeration for the characteristic's property.\r
2057             </summary>\r
2058         </member>\r
2059         <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.Broadcast">\r
2060             <summary>\r
2061             The broadcast property.\r
2062             </summary>\r
2063         </member>\r
2064         <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.Read">\r
2065             <summary>\r
2066             The read property.\r
2067             </summary>\r
2068         </member>\r
2069         <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.WriteWithoutResponse">\r
2070             <summary>\r
2071             The write without response property.\r
2072             </summary>\r
2073         </member>\r
2074         <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.Write">\r
2075             <summary>\r
2076             The write property.\r
2077             </summary>\r
2078         </member>\r
2079         <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.Notify">\r
2080             <summary>\r
2081             The notify property.\r
2082             </summary>\r
2083         </member>\r
2084         <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.Indicate">\r
2085             <summary>\r
2086             The indicate property.\r
2087             </summary>\r
2088         </member>\r
2089         <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.AuthenticatedSignedWrites">\r
2090             <summary>\r
2091             The authenticated signed writes property.\r
2092             </summary>\r
2093         </member>\r
2094         <member name="F:Tizen.Network.Bluetooth.BluetoothGattProperty.ExtendedProperties">\r
2095             <summary>\r
2096             The extended properties.\r
2097             </summary>\r
2098         </member>\r
2099         <member name="T:Tizen.Network.Bluetooth.BluetoothGattPermission">\r
2100             <summary>\r
2101             Enumeration for the Bluetooth GATT permission types.\r
2102             </summary>\r
2103         </member>\r
2104         <member name="F:Tizen.Network.Bluetooth.BluetoothGattPermission.Read">\r
2105             <summary>\r
2106             Read permission.\r
2107             </summary>\r
2108         </member>\r
2109         <member name="F:Tizen.Network.Bluetooth.BluetoothGattPermission.Write">\r
2110             <summary>\r
2111             Write permission.\r
2112             </summary>\r
2113         </member>\r
2114         <member name="T:Tizen.Network.Bluetooth.BluetoothGattWriteType">\r
2115             <summary>\r
2116             Enumeration for the write types.\r
2117             </summary>\r
2118         </member>\r
2119         <member name="F:Tizen.Network.Bluetooth.BluetoothGattWriteType.NoResponse">\r
2120             <summary>\r
2121             The write without response.\r
2122             </summary>\r
2123         </member>\r
2124         <member name="F:Tizen.Network.Bluetooth.BluetoothGattWriteType.WriteWithResponse">\r
2125             <summary>\r
2126             The write with response.\r
2127             </summary>\r
2128         </member>\r
2129         <member name="T:Tizen.Network.Bluetooth.BluetoothGattRequestType">\r
2130             <summary>\r
2131             Enumeration for the remote device request types for attributes.\r
2132             </summary>\r
2133         </member>\r
2134         <member name="F:Tizen.Network.Bluetooth.BluetoothGattRequestType.Read">\r
2135             <summary>\r
2136             Read requested.\r
2137             </summary>\r
2138         </member>\r
2139         <member name="F:Tizen.Network.Bluetooth.BluetoothGattRequestType.Write">\r
2140             <summary>\r
2141             Write requested.\r
2142             </summary>\r
2143         </member>\r
2144         <member name="T:Tizen.Network.Bluetooth.BluetoothErrorFactory">\r
2145             <summary>\r
2146             A class which is used to Throw the Bluetooth Error exceptions.\r
2147             </summary>\r
2148         </member>\r
2149         <member name="M:Tizen.Network.Bluetooth.BluetoothErrorFactory.ThrowBluetoothException(System.Int32)">\r
2150             <summary>\r
2151             Exceptions for Bluetooth Errors.\r
2152             </summary>\r
2153             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth Error happens.</exception>\r
2154         </member>\r
2155         <member name="T:Tizen.Network.Bluetooth.StateChangedEventArgs">\r
2156             <summary>\r
2157             An extended EventArgs class contains the changed Bluetooth state.\r
2158             </summary>\r
2159         </member>\r
2160         <member name="P:Tizen.Network.Bluetooth.StateChangedEventArgs.BTState">\r
2161             <summary>\r
2162             The state of Bluetooth.\r
2163             </summary>\r
2164         </member>\r
2165         <member name="P:Tizen.Network.Bluetooth.StateChangedEventArgs.Result">\r
2166             <summary>\r
2167             The BluetoothError result.\r
2168             </summary>\r
2169         </member>\r
2170         <member name="T:Tizen.Network.Bluetooth.NameChangedEventArgs">\r
2171             <summary>\r
2172             An extended EventArgs class contains the changed Bluetooth name.\r
2173             </summary>\r
2174         </member>\r
2175         <member name="P:Tizen.Network.Bluetooth.NameChangedEventArgs.DeviceName">\r
2176             <summary>\r
2177             The name of the device.\r
2178             </summary>\r
2179         </member>\r
2180         <member name="T:Tizen.Network.Bluetooth.VisibilityModeChangedEventArgs">\r
2181             <summary>\r
2182             An extended EventArgs class contains the changed Bluetooth visibility mode.\r
2183             </summary>\r
2184         </member>\r
2185         <member name="P:Tizen.Network.Bluetooth.VisibilityModeChangedEventArgs.Visibility">\r
2186             <summary>\r
2187             The visibility mode.\r
2188             </summary>\r
2189         </member>\r
2190         <member name="P:Tizen.Network.Bluetooth.VisibilityModeChangedEventArgs.Result">\r
2191             <summary>\r
2192             The BluetoothError result.\r
2193             </summary>\r
2194         </member>\r
2195         <member name="T:Tizen.Network.Bluetooth.VisibilityDurationChangedEventArgs">\r
2196             <summary>\r
2197             An extended EventArgs class contains the duration until the visibility mode is changed from TimeLimitedDiscoverable to NonDiscoverable.\r
2198             </summary>\r
2199         </member>\r
2200         <member name="P:Tizen.Network.Bluetooth.VisibilityDurationChangedEventArgs.Duration">\r
2201             <summary>\r
2202             The duration.\r
2203             </summary>\r
2204         </member>\r
2205         <member name="T:Tizen.Network.Bluetooth.DiscoveryStateChangedEventArgs">\r
2206             <summary>\r
2207             An extended EventArgs class contains the changed Bluetooth device discovery state and the discovered device information.\r
2208             </summary>\r
2209         </member>\r
2210         <member name="P:Tizen.Network.Bluetooth.DiscoveryStateChangedEventArgs.Result">\r
2211             <summary>\r
2212             The BluetoothError result.\r
2213             </summary>\r
2214         </member>\r
2215         <member name="P:Tizen.Network.Bluetooth.DiscoveryStateChangedEventArgs.DiscoveryState">\r
2216             <summary>\r
2217             The state of the discovery.\r
2218             </summary>\r
2219         </member>\r
2220         <member name="P:Tizen.Network.Bluetooth.DiscoveryStateChangedEventArgs.DeviceFound">\r
2221             <summary>\r
2222             The remote device found.\r
2223             </summary>\r
2224         </member>\r
2225         <member name="T:Tizen.Network.Bluetooth.BondCreatedEventArgs">\r
2226             <summary>\r
2227             An extended EventArgs class contains the bonded device information.\r
2228             </summary>\r
2229         </member>\r
2230         <member name="P:Tizen.Network.Bluetooth.BondCreatedEventArgs.Result">\r
2231             <summary>\r
2232             The BluetoothError result.\r
2233             </summary>\r
2234         </member>\r
2235         <member name="P:Tizen.Network.Bluetooth.BondCreatedEventArgs.Device">\r
2236             <summary>\r
2237             The remote device.\r
2238             </summary>\r
2239         </member>\r
2240         <member name="T:Tizen.Network.Bluetooth.BondDestroyedEventArgs">\r
2241             <summary>\r
2242             An extended EventArgs class contains the address of the remote Bluetooth device to destroy bond with.\r
2243             </summary>\r
2244         </member>\r
2245         <member name="P:Tizen.Network.Bluetooth.BondDestroyedEventArgs.Result">\r
2246             <summary>\r
2247             The BluetoothError result.\r
2248             </summary>\r
2249         </member>\r
2250         <member name="P:Tizen.Network.Bluetooth.BondDestroyedEventArgs.DeviceAddress">\r
2251             <summary>\r
2252             The remote device address.\r
2253             </summary>\r
2254             <value>The device address.</value>\r
2255         </member>\r
2256         <member name="T:Tizen.Network.Bluetooth.AuthorizationChangedEventArgs">\r
2257             <summary>\r
2258             An extended EventArgs class contains the authorization state and the address of the remote Bluetooth device.\r
2259             </summary>\r
2260         </member>\r
2261         <member name="P:Tizen.Network.Bluetooth.AuthorizationChangedEventArgs.Authorization">\r
2262             <summary>\r
2263             The authorization.\r
2264             </summary>\r
2265         </member>\r
2266         <member name="P:Tizen.Network.Bluetooth.AuthorizationChangedEventArgs.DeviceAddress">\r
2267             <summary>\r
2268             The device address.\r
2269             </summary>\r
2270         </member>\r
2271         <member name="T:Tizen.Network.Bluetooth.ServiceSearchedEventArgs">\r
2272             <summary>\r
2273             An extended EventArgs class contains the service lists found on the remote Bluetooth device.\r
2274             </summary>\r
2275         </member>\r
2276         <member name="P:Tizen.Network.Bluetooth.ServiceSearchedEventArgs.Result">\r
2277             <summary>\r
2278             The BluetoothError result.\r
2279             </summary>\r
2280         </member>\r
2281         <member name="P:Tizen.Network.Bluetooth.ServiceSearchedEventArgs.SdpData">\r
2282             <summary>\r
2283             The sdp data.\r
2284             </summary>\r
2285         </member>\r
2286         <member name="T:Tizen.Network.Bluetooth.DeviceConnectionStateChangedEventArgs">\r
2287             <summary>\r
2288             An extended EventArgs class contains the connection state and the connection information of the remote device.\r
2289             </summary>\r
2290         </member>\r
2291         <member name="P:Tizen.Network.Bluetooth.DeviceConnectionStateChangedEventArgs.IsConnected">\r
2292             <summary>\r
2293             A value indicating whether the device is connected.\r
2294             </summary>\r
2295         </member>\r
2296         <member name="P:Tizen.Network.Bluetooth.DeviceConnectionStateChangedEventArgs.ConnectionData">\r
2297             <summary>\r
2298             The device connection data.\r
2299             </summary>\r
2300         </member>\r
2301         <member name="T:Tizen.Network.Bluetooth.SocketDataReceivedEventArgs">\r
2302             <summary>\r
2303             An extended EventArgs class contains the data received information.\r
2304             </summary>\r
2305         </member>\r
2306         <member name="P:Tizen.Network.Bluetooth.SocketDataReceivedEventArgs.Data">\r
2307             <summary>\r
2308             The socket data.\r
2309             </summary>\r
2310         </member>\r
2311         <member name="T:Tizen.Network.Bluetooth.SocketConnectionStateChangedEventArgs">\r
2312             <summary>\r
2313             An extended EventArgs class contains the changed connection state.\r
2314             </summary>\r
2315         </member>\r
2316         <member name="P:Tizen.Network.Bluetooth.SocketConnectionStateChangedEventArgs.Result">\r
2317             <summary>\r
2318             The BluetoothError result.\r
2319             </summary>\r
2320         </member>\r
2321         <member name="P:Tizen.Network.Bluetooth.SocketConnectionStateChangedEventArgs.State">\r
2322             <summary>\r
2323             The socket state.\r
2324             </summary>\r
2325         </member>\r
2326         <member name="P:Tizen.Network.Bluetooth.SocketConnectionStateChangedEventArgs.Connection">\r
2327             <summary>\r
2328             The socket connection.\r
2329             </summary>\r
2330         </member>\r
2331         <member name="P:Tizen.Network.Bluetooth.AcceptStateChangedEventArgs.Result">\r
2332             <summary>\r
2333             The BluetoothError result.\r
2334             </summary>\r
2335         </member>\r
2336         <member name="P:Tizen.Network.Bluetooth.AcceptStateChangedEventArgs.State">\r
2337             <summary>\r
2338             The socket state.\r
2339             </summary>\r
2340         </member>\r
2341         <member name="P:Tizen.Network.Bluetooth.AcceptStateChangedEventArgs.Connection">\r
2342             <summary>\r
2343             The socket connection.\r
2344             </summary>\r
2345         </member>\r
2346         <member name="P:Tizen.Network.Bluetooth.AcceptStateChangedEventArgs.Server">\r
2347             <summary>\r
2348             The server socket instance.\r
2349             </summary>\r
2350         </member>\r
2351         <member name="T:Tizen.Network.Bluetooth.AudioConnectionStateChangedEventArgs">\r
2352             <summary>\r
2353             An extended EventArgs class contains the connection state, remote address, and the type of audio profile.\r
2354             </summary>\r
2355         </member>\r
2356         <member name="P:Tizen.Network.Bluetooth.AudioConnectionStateChangedEventArgs.Result">\r
2357             <summary>\r
2358             The result.\r
2359             </summary>\r
2360         </member>\r
2361         <member name="P:Tizen.Network.Bluetooth.AudioConnectionStateChangedEventArgs.IsConnected">\r
2362             <summary>\r
2363             A value indicating whether this instance is connected.\r
2364             </summary>\r
2365         </member>\r
2366         <member name="P:Tizen.Network.Bluetooth.AudioConnectionStateChangedEventArgs.Address">\r
2367             <summary>\r
2368             The address.\r
2369             </summary>\r
2370         </member>\r
2371         <member name="P:Tizen.Network.Bluetooth.AudioConnectionStateChangedEventArgs.ProfileType">\r
2372             <summary>\r
2373             The type of the audio profile.\r
2374             </summary>\r
2375         </member>\r
2376         <member name="T:Tizen.Network.Bluetooth.HidConnectionStateChangedEventArgs">\r
2377             <summary>\r
2378             An extended EventArgs class contains the connection state and the address of the remote Bluetooth device.\r
2379             </summary>\r
2380         </member>\r
2381         <member name="P:Tizen.Network.Bluetooth.HidConnectionStateChangedEventArgs.Result">\r
2382             <summary>\r
2383             The result.\r
2384             </summary>\r
2385         </member>\r
2386         <member name="P:Tizen.Network.Bluetooth.HidConnectionStateChangedEventArgs.IsConnected">\r
2387             <summary>\r
2388             A value indicating whether this instance is connected.\r
2389             </summary>\r
2390         </member>\r
2391         <member name="P:Tizen.Network.Bluetooth.HidConnectionStateChangedEventArgs.Address">\r
2392             <summary>\r
2393             The address.\r
2394             </summary>\r
2395         </member>\r
2396         <member name="T:Tizen.Network.Bluetooth.EqualizerStateChangedEventArgs">\r
2397             <summary>\r
2398             An extended EventArgs class contains the changed equalizer state.\r
2399             </summary>\r
2400         </member>\r
2401         <member name="P:Tizen.Network.Bluetooth.EqualizerStateChangedEventArgs.State">\r
2402             <summary>\r
2403             The state of the equalizer.\r
2404             </summary>\r
2405         </member>\r
2406         <member name="T:Tizen.Network.Bluetooth.RepeatModeChangedEventArgs">\r
2407             <summary>\r
2408             An extended EventArgs class contains the changed repeat mode.\r
2409             </summary>\r
2410         </member>\r
2411         <member name="P:Tizen.Network.Bluetooth.RepeatModeChangedEventArgs.Mode">\r
2412             <summary>\r
2413             The repeat mode.\r
2414             </summary>\r
2415         </member>\r
2416         <member name="T:Tizen.Network.Bluetooth.ShuffleModeChangedeventArgs">\r
2417             <summary>\r
2418             An extended EventArgs class contains the changed shuffle mode.\r
2419             </summary>\r
2420         </member>\r
2421         <member name="P:Tizen.Network.Bluetooth.ShuffleModeChangedeventArgs.Mode">\r
2422             <summary>\r
2423             The shuffle mode.\r
2424             </summary>\r
2425         </member>\r
2426         <member name="T:Tizen.Network.Bluetooth.ScanModeChangedEventArgs">\r
2427             <summary>\r
2428             An extended EventArgs class contains the changed scan mode.\r
2429             </summary>\r
2430         </member>\r
2431         <member name="P:Tizen.Network.Bluetooth.ScanModeChangedEventArgs.Mode">\r
2432             <summary>\r
2433             The scan mode.\r
2434             </summary>\r
2435         </member>\r
2436         <member name="T:Tizen.Network.Bluetooth.TargetConnectionStateChangedEventArgs">\r
2437             <summary>\r
2438             An extended EventArgs class contains the connection state and the remote device address.\r
2439             </summary>\r
2440         </member>\r
2441         <member name="P:Tizen.Network.Bluetooth.TargetConnectionStateChangedEventArgs.IsConnected">\r
2442             <summary>\r
2443             A value indicating whether this instance is connected.\r
2444             </summary>\r
2445         </member>\r
2446         <member name="P:Tizen.Network.Bluetooth.TargetConnectionStateChangedEventArgs.Address">\r
2447             <summary>\r
2448             The address.\r
2449             </summary>\r
2450         </member>\r
2451         <member name="T:Tizen.Network.Bluetooth.AdvertisingStateChangedEventArgs">\r
2452             <summary>\r
2453             An extended EventArgs class contains the changed Bluetooth LE advertising state changed information.\r
2454             </summary>\r
2455         </member>\r
2456         <member name="P:Tizen.Network.Bluetooth.AdvertisingStateChangedEventArgs.Result">\r
2457             <summary>\r
2458             The result.\r
2459             </summary>\r
2460         </member>\r
2461         <member name="P:Tizen.Network.Bluetooth.AdvertisingStateChangedEventArgs.AdvertiserHandle">\r
2462             <summary>\r
2463             The advertiser handle.\r
2464             </summary>\r
2465         </member>\r
2466         <member name="P:Tizen.Network.Bluetooth.AdvertisingStateChangedEventArgs.State">\r
2467             <summary>\r
2468             The LE advertising state.\r
2469             </summary>\r
2470         </member>\r
2471         <member name="T:Tizen.Network.Bluetooth.AdapterLeScanResultChangedEventArgs">\r
2472             <summary>\r
2473             An extended EventArgs class contains the changed Bluetooth LE scan result information.\r
2474             </summary>\r
2475         </member>\r
2476         <member name="P:Tizen.Network.Bluetooth.AdapterLeScanResultChangedEventArgs.Result">\r
2477             <summary>\r
2478             The result.\r
2479             </summary>\r
2480         </member>\r
2481         <member name="P:Tizen.Network.Bluetooth.AdapterLeScanResultChangedEventArgs.DeviceData">\r
2482             <summary>\r
2483             The LE device data.\r
2484             </summary>\r
2485         </member>\r
2486         <member name="T:Tizen.Network.Bluetooth.GattConnectionStateChangedEventArgs">\r
2487             <summary>\r
2488             An extended EventArgs class contains the changed Bluetooth LE GATT connection state.\r
2489             </summary>\r
2490         </member>\r
2491         <member name="P:Tizen.Network.Bluetooth.GattConnectionStateChangedEventArgs.Result">\r
2492             <summary>\r
2493             The result.\r
2494             </summary>\r
2495         </member>\r
2496         <member name="P:Tizen.Network.Bluetooth.GattConnectionStateChangedEventArgs.IsConnected">\r
2497             <summary>\r
2498             A value indicating whether this instance is connected.\r
2499             </summary>\r
2500         </member>\r
2501         <member name="P:Tizen.Network.Bluetooth.GattConnectionStateChangedEventArgs.RemoteAddress">\r
2502             <summary>\r
2503             The remote address.\r
2504             </summary>\r
2505         </member>\r
2506         <member name="T:Tizen.Network.Bluetooth.ValueChangedEventArgs">\r
2507             <summary>\r
2508             An extended EventArgs class contains the changed attribute value.\r
2509             </summary>\r
2510         </member>\r
2511         <member name="P:Tizen.Network.Bluetooth.ValueChangedEventArgs.Value">\r
2512             <summary>\r
2513             The attribute value.\r
2514             </summary>\r
2515         </member>\r
2516         <member name="T:Tizen.Network.Bluetooth.ReadRequestedEventArgs">\r
2517             <summary>\r
2518             An extended EventArgs class contains the read value request data.\r
2519             </summary>\r
2520         </member>\r
2521         <member name="P:Tizen.Network.Bluetooth.ReadRequestedEventArgs.Server">\r
2522             <summary>\r
2523             The GATT server instance.\r
2524             </summary>\r
2525         </member>\r
2526         <member name="P:Tizen.Network.Bluetooth.ReadRequestedEventArgs.ClientAddress">\r
2527             <summary>\r
2528             The client address.\r
2529             </summary>\r
2530         </member>\r
2531         <member name="P:Tizen.Network.Bluetooth.ReadRequestedEventArgs.RequestId">\r
2532             <summary>\r
2533             The request identifier.\r
2534             </summary>\r
2535         </member>\r
2536         <member name="P:Tizen.Network.Bluetooth.ReadRequestedEventArgs.Offset">\r
2537             <summary>\r
2538             The offset.\r
2539             </summary>\r
2540         </member>\r
2541         <member name="T:Tizen.Network.Bluetooth.WriteRequestedEventArgs">\r
2542             <summary>\r
2543             An extended EventArgs class contains the read value request data.\r
2544             </summary>\r
2545         </member>\r
2546         <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.Server">\r
2547             <summary>\r
2548             The GATT server instance.\r
2549             </summary>\r
2550         </member>\r
2551         <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.ClientAddress">\r
2552             <summary>\r
2553             The client address.\r
2554             </summary>\r
2555         </member>\r
2556         <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.RequestId">\r
2557             <summary>\r
2558             The request identifier.\r
2559             </summary>\r
2560         </member>\r
2561         <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.Value">\r
2562             <summary>\r
2563             The read value.\r
2564             </summary>\r
2565         </member>\r
2566         <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.Offset">\r
2567             <summary>\r
2568             The offset.\r
2569             </summary>\r
2570         </member>\r
2571         <member name="P:Tizen.Network.Bluetooth.WriteRequestedEventArgs.Response_needed">\r
2572             <summary>\r
2573             Indicates whether a response is required by the remote device.\r
2574             </summary>\r
2575         </member>\r
2576         <member name="T:Tizen.Network.Bluetooth.NotificationStateChangedEventArg">\r
2577             <summary>\r
2578             An extended EventArgs class contains the client preference to enable or disable the Notification/Indication.\r
2579             </summary>\r
2580         </member>\r
2581         <member name="P:Tizen.Network.Bluetooth.NotificationStateChangedEventArg.Server">\r
2582             <summary>\r
2583             The GATT server instance.\r
2584             </summary>\r
2585         </member>\r
2586         <member name="P:Tizen.Network.Bluetooth.NotificationStateChangedEventArg.Value">\r
2587             <summary>\r
2588             A value indicating whether the notification is enabled.\r
2589             </summary>\r
2590         </member>\r
2591         <member name="T:Tizen.Network.Bluetooth.NotificationSentEventArg">\r
2592             <summary>\r
2593             An extended EventArgs class contains the read value request data.\r
2594             </summary>\r
2595         </member>\r
2596         <member name="P:Tizen.Network.Bluetooth.NotificationSentEventArg.Server">\r
2597             <summary>\r
2598             The GATT server instance.\r
2599             </summary>\r
2600         </member>\r
2601         <member name="P:Tizen.Network.Bluetooth.NotificationSentEventArg.ClientAddress">\r
2602             <summary>\r
2603             The client address.\r
2604             </summary>\r
2605         </member>\r
2606         <member name="P:Tizen.Network.Bluetooth.NotificationSentEventArg.Result">\r
2607             <summary>\r
2608             The result.\r
2609             </summary>\r
2610         </member>\r
2611         <member name="P:Tizen.Network.Bluetooth.NotificationSentEventArg.Completed">\r
2612             <summary>\r
2613             Gets a value indicating whether the notification sent is completed.\r
2614             </summary>\r
2615         </member>\r
2616         <member name="T:Tizen.Network.Bluetooth.ConnectionRequestedEventArgs">\r
2617             <summary>\r
2618             An extended EventArgs class which contains the connection state and address of the remote Bluetooth device.\r
2619             </summary>\r
2620         </member>\r
2621         <member name="P:Tizen.Network.Bluetooth.ConnectionRequestedEventArgs.Address">\r
2622             <summary>\r
2623             The address.\r
2624             </summary>\r
2625         </member>\r
2626         <member name="T:Tizen.Network.Bluetooth.TransferProgressEventArgs">\r
2627             <summary>\r
2628             An extended EventArgs class which contains the file transfer progress state, file transfer progress by percent.\r
2629             </summary>\r
2630         </member>\r
2631         <member name="P:Tizen.Network.Bluetooth.TransferProgressEventArgs.File">\r
2632             <summary>\r
2633             The File name.\r
2634             </summary>\r
2635         </member>\r
2636         <member name="P:Tizen.Network.Bluetooth.TransferProgressEventArgs.Size">\r
2637             <summary>\r
2638             The File size.\r
2639             </summary>\r
2640         </member>\r
2641         <member name="P:Tizen.Network.Bluetooth.TransferProgressEventArgs.Percent">\r
2642             <summary>\r
2643             The File transfer percent.\r
2644             </summary>\r
2645         </member>\r
2646         <member name="T:Tizen.Network.Bluetooth.TransferFinishedEventArgs">\r
2647             <summary>\r
2648             An extended EventArgs class which contains the file transfer finished state and file state.\r
2649             </summary>\r
2650         </member>\r
2651         <member name="P:Tizen.Network.Bluetooth.TransferFinishedEventArgs.File">\r
2652             <summary>\r
2653             The File name.\r
2654             </summary>\r
2655         </member>\r
2656         <member name="P:Tizen.Network.Bluetooth.TransferFinishedEventArgs.Size">\r
2657             <summary>\r
2658             The File size.\r
2659             </summary>\r
2660         </member>\r
2661         <member name="P:Tizen.Network.Bluetooth.TransferFinishedEventArgs.Result">\r
2662             <summary>\r
2663             The return value.\r
2664             </summary>\r
2665         </member>\r
2666         <member name="T:Tizen.Network.Bluetooth.PushRespondedEventArgs">\r
2667             <Summary>\r
2668             An extended EventArgs class which contains the Push Request respond state\r
2669             </Summary>\r
2670         </member>\r
2671         <member name="P:Tizen.Network.Bluetooth.PushRespondedEventArgs.Result">\r
2672             <summary>\r
2673             The return value.\r
2674             </summary>\r
2675         </member>\r
2676         <member name="P:Tizen.Network.Bluetooth.PushRespondedEventArgs.Address">\r
2677             <summary>\r
2678             The address.\r
2679             </summary>\r
2680         </member>\r
2681         <member name="T:Tizen.Network.Bluetooth.PushProgressEventArgs">\r
2682             <summary>\r
2683             An extended EventArgs class which contains the file push progress state, push progress by percent.\r
2684             </summary>\r
2685         </member>\r
2686         <member name="P:Tizen.Network.Bluetooth.PushProgressEventArgs.File">\r
2687             <summary>\r
2688             The File name.\r
2689             </summary>\r
2690         </member>\r
2691         <member name="P:Tizen.Network.Bluetooth.PushProgressEventArgs.Size">\r
2692             <summary>\r
2693             The File size.\r
2694             </summary>\r
2695         </member>\r
2696         <member name="P:Tizen.Network.Bluetooth.PushProgressEventArgs.Percent">\r
2697             <summary>\r
2698             The File transfer percent.\r
2699             </summary>\r
2700         </member>\r
2701         <member name="T:Tizen.Network.Bluetooth.PushFinishedEventArgs">\r
2702             <Summary>\r
2703             An extended EventArgs class which contains the Push Request respond state\r
2704             </Summary>\r
2705         </member>\r
2706         <member name="P:Tizen.Network.Bluetooth.PushFinishedEventArgs.Result">\r
2707             <summary>\r
2708             The return value.\r
2709             </summary>\r
2710         </member>\r
2711         <member name="P:Tizen.Network.Bluetooth.PushFinishedEventArgs.Address">\r
2712             <summary>\r
2713             The address.\r
2714             </summary>\r
2715         </member>\r
2716         <member name="T:Tizen.Network.Bluetooth.BluetoothGattServer">\r
2717             <summary>\r
2718             The Bluetooth GATT server.\r
2719             </summary>\r
2720         </member>\r
2721         <member name="E:Tizen.Network.Bluetooth.BluetoothGattServer.NotificationSent">\r
2722             <summary>\r
2723             (event) This event is called when the indication acknowledgement is received for each notified client.\r
2724             </summary>\r
2725         </member>\r
2726         <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.CreateServer">\r
2727             <summary>\r
2728             Creates the Bluetooth GATT server.\r
2729             </summary>\r
2730             <returns></returns>\r
2731             <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not supported.</exception>\r
2732             <exception cref="!:System.InvalidOperationException">Thrown when the create GATT server fails.</exception>\r
2733         </member>\r
2734         <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.Start">\r
2735             <summary>\r
2736             Registers the server along with the GATT services of the application it is hosting.\r
2737             </summary>\r
2738             <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not supported.</exception>\r
2739             <exception cref="!:System.InvalidOperationException">Thrown when the register server application fails.</exception>\r
2740         </member>\r
2741         <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.RegisterGattService(Tizen.Network.Bluetooth.BluetoothGattService)">\r
2742             <summary>\r
2743             Registers a specified service to this server.\r
2744             </summary>\r
2745             <param name="service">The service, which needs to be registered with this server.</param>\r
2746             <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not supported.</exception>\r
2747             <exception cref="!:System.InvalidOperationException">Thrown when the register service fails.</exception>\r
2748         </member>\r
2749         <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.UnregisterGattService(Tizen.Network.Bluetooth.BluetoothGattService)">\r
2750             <summary>\r
2751             Unregisters a specified service from this server.\r
2752             </summary>\r
2753             <param name="service">The service, which needs to be unregistered from this server.</param>\r
2754             <remarks>\r
2755             Once unregistered, the service object will become invalid and should not be used to access sevices or any children attribute's methods/members.\r
2756             </remarks>\r
2757             <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not supported.</exception>\r
2758             <exception cref="!:System.InvalidOperationException">Thrown when the unregister service fails.</exception>\r
2759         </member>\r
2760         <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.UnregisterGattServices">\r
2761             <summary>\r
2762             Unregisters all services from this server.\r
2763             </summary>\r
2764             <remarks>\r
2765             Once unregistered, servicees will become invalid and should not be used to access sevices or any children attribute's methods/members.\r
2766             </remarks>\r
2767             <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not supported.</exception>\r
2768             <exception cref="!:System.InvalidOperationException">Thrown when the unregister all services fail.</exception>\r
2769         </member>\r
2770         <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.GetService(System.String)">\r
2771             <summary>\r
2772             Gets service with given UUID that belongs to this server.\r
2773             </summary>\r
2774             <param name="uuid">The UUID for the service to get.</param>\r
2775             <returns>The Service with the given UUID if it exists, null otherwise.</returns>\r
2776         </member>\r
2777         <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.GetServices">\r
2778             <summary>\r
2779             Gets the list of services that belongs to this server.\r
2780             </summary>\r
2781             <returns>The list of services that belongs to this server.</returns>\r
2782         </member>\r
2783         <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.SendIndicationAsync(Tizen.Network.Bluetooth.BluetoothGattCharacteristic,System.String)">\r
2784             <summary>\r
2785             Sends indication for the value change of the characteristic to the remote devices.\r
2786             </summary>\r
2787             <param name="characteristic">The characteristic whose the value is changed.</param>\r
2788             <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
2789             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
2790             or when the remote device is disconnected, or when service is not registered, or when the CCCD is not enabled.</exception>\r
2791         </member>\r
2792         <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.SendNotification(Tizen.Network.Bluetooth.BluetoothGattCharacteristic,System.String)">\r
2793             <summary>\r
2794             Sends the notification for the value change of the characteristic to the remote devices.\r
2795             </summary>\r
2796             <param name="characteristic">The characteristic, which has a changed value.</param>\r
2797             <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
2798             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
2799             or when the remote device is disconnected, or when service is not registered, or when the CCCD is not enabled.</exception>\r
2800         </member>\r
2801         <member name="M:Tizen.Network.Bluetooth.BluetoothGattServer.SendResponse(System.Int32,Tizen.Network.Bluetooth.BluetoothGattRequestType,System.Int32,System.Byte[],System.Int32)">\r
2802             <summary>\r
2803             Sends a response to the remote device as a result of a read/write request.\r
2804             </summary>\r
2805             <param name="requestId">The identification of a read/write request.</param>\r
2806             <param name="type">The request type for read/write.</param>\r
2807             <param name="status">The error value in case of failure, 0 for success.</param>\r
2808             <param name="value">The value to be sent.</param>\r
2809             <param name="offset">The offset from where the value is read.</param>\r
2810             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
2811             or when the remote device is disconnected, or the send response procedure fails.</exception>\r
2812         </member>\r
2813         <member name="T:Tizen.Network.Bluetooth.BluetoothGattClient">\r
2814             <summary>\r
2815             The Bluetooth GATT client.\r
2816             </summary>\r
2817         </member>\r
2818         <member name="P:Tizen.Network.Bluetooth.BluetoothGattClient.RemoteAddress">\r
2819             <summary>\r
2820             The address of the remote device.\r
2821             </summary>\r
2822             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
2823             or when the remote device is disconnected.</exception>\r
2824         </member>\r
2825         <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.GetService(System.String)">\r
2826             <summary>\r
2827             Gets the service with the given UUID that belongs to the remote device.\r
2828             </summary>\r
2829             <param name="uuid">The UUID for the service to get.</param>\r
2830             <returns>The service with the given UUID if it exists, null otherwise.</returns>\r
2831             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
2832             or when the remote device is disconnected, or when the get service fails.</exception>\r
2833         </member>\r
2834         <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.GetServices">\r
2835             <summary>\r
2836             Gets list of services that belongs to the remote device.\r
2837             </summary>\r
2838             <returns>The list of services that belongs to the remote device.</returns>\r
2839             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
2840             or when the remote device is disconnected, or when the get service fails.</exception>\r
2841         </member>\r
2842         <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.ReadValueAsync(Tizen.Network.Bluetooth.BluetoothGattCharacteristic)">\r
2843             <summary>\r
2844             Reads the value of a given characteristic from the remote device asynchronously.\r
2845             </summary>\r
2846             <param name="characteristic">The characteristic to be read.</param>\r
2847             <returns>true on success, false otherwise.</returns>\r
2848             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
2849             or when the remote device is disconnected, or when the read attribute value fails.</exception>\r
2850         </member>\r
2851         <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.ReadValueAsync(Tizen.Network.Bluetooth.BluetoothGattDescriptor)">\r
2852             <summary>\r
2853             Reads the value of the given descriptor from the remote device asynchronously.\r
2854             </summary>\r
2855             <param name="descriptor">The descriptor to be read.</param>\r
2856             <returns>true on success, false otherwise.</returns>\r
2857             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
2858             or when the remote device is disconnected, or when the read attribute value fails.</exception>\r
2859         </member>\r
2860         <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.WriteValueAsync(Tizen.Network.Bluetooth.BluetoothGattCharacteristic)">\r
2861             <summary>\r
2862             Writes the value of a given characteristic to the remote device asynchronously.\r
2863             </summary>\r
2864             <param name="characteristic">The characteristic to be written.</param>\r
2865             <returns>true on success, false otherwise.</returns>\r
2866             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
2867             or when the remote device is disconnected or when the write attribute value fails.</exception>\r
2868         </member>\r
2869         <member name="M:Tizen.Network.Bluetooth.BluetoothGattClient.WriteValueAsync(Tizen.Network.Bluetooth.BluetoothGattDescriptor)">\r
2870             <summary>\r
2871             Writes the value of the given descriptor to the remote device asynchronously.\r
2872             </summary>\r
2873             <param name="descriptor">The descriptor to be written.</param>\r
2874             <returns>true on success, false otherwise.</returns>\r
2875             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not enabled\r
2876             or when the remote device is disconnected, or when the write attribute value fails.</exception>\r
2877         </member>\r
2878         <member name="T:Tizen.Network.Bluetooth.BluetoothGattService">\r
2879             <summary>\r
2880             The Bluetooth GATT service.\r
2881             </summary>\r
2882         </member>\r
2883         <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.#ctor(System.String,Tizen.Network.Bluetooth.BluetoothGattServiceType)">\r
2884             <summary>\r
2885             The constructor.\r
2886             </summary>\r
2887             <param name="uuid">The UUID of the service.</param>\r
2888             <param name="type">The type of service.</param>\r
2889             <exception cref="!:System.InvalidOperationException">Thrown when the create GATT service procedure fails.</exception>\r
2890         </member>\r
2891         <member name="P:Tizen.Network.Bluetooth.BluetoothGattService.Uuid">\r
2892             <summary>\r
2893             Specification name from the UUID.\r
2894             </summary>\r
2895         </member>\r
2896         <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.AddCharacteristic(Tizen.Network.Bluetooth.BluetoothGattCharacteristic)">\r
2897             <summary>\r
2898             Adds a characteristic to this service.\r
2899             </summary>\r
2900             <param name="characteristic">The characteristic to be added.</param>\r
2901             <returns>true on success, false otherwise.</returns>\r
2902             <exception cref="!:System.InvalidOperationException">Thrown when the add GATT characteristic procedure fails.</exception>\r
2903         </member>\r
2904         <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetCharacteristic(System.String)">\r
2905             <summary>\r
2906             Gets the characteristic with the given UUID that belongs to this service.\r
2907             </summary>\r
2908             <param name="uuid">The UUID for the characteristic to get.</param>\r
2909             <returns>The characteristic with a given UUID if it exists, null otherwise.</returns>\r
2910         </member>\r
2911         <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetCharacteristics">\r
2912             <summary>\r
2913             Gets list of the characteristic that belongs to this service.\r
2914             </summary>\r
2915             <returns>The list of the characteristic that belongs to this service.</returns>\r
2916         </member>\r
2917         <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.AddService(Tizen.Network.Bluetooth.BluetoothGattService)">\r
2918             <summary>\r
2919             Includes a service to this service.\r
2920             </summary>\r
2921             <param name="service">The service to be included.</param>\r
2922             <returns>true on success, false otherwise</returns>\r
2923             <exception cref="!:System.InvalidOperationException">Thrown when the add GATT service procedure fails.</exception>/// \r
2924         </member>\r
2925         <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetIncludeService(System.String)">\r
2926             <summary>\r
2927             Gets the included service.\r
2928             </summary>\r
2929             <param name="uuid">The UUID for the service to get.</param>\r
2930             <returns>The service with a given UUID if it exists, null otherwise.</returns>\r
2931         </member>\r
2932         <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetIncludeServices">\r
2933             <summary>\r
2934             Gets the included service list of this service.\r
2935             </summary>\r
2936             <returns>The included service list of this service.</returns>\r
2937         </member>\r
2938         <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetGattServer">\r
2939             <summary>\r
2940             Gets the server instance which the specified service belongs to.\r
2941             </summary>\r
2942             <returns>The server instance which the specified service belongs to.</returns>\r
2943         </member>\r
2944         <member name="M:Tizen.Network.Bluetooth.BluetoothGattService.GetGattClient">\r
2945             <summary>\r
2946             Gets the client instance which the specified service belongs to.\r
2947             </summary>\r
2948             <returns>The client instance which the specified service belongs to.</returns>\r
2949         </member>\r
2950         <member name="T:Tizen.Network.Bluetooth.BluetoothGattCharacteristic">\r
2951             <summary>\r
2952             The Bluetooth GATT characteristic.\r
2953             </summary>\r
2954         </member>\r
2955         <!-- "M:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.#ctor(System.String,Tizen.Network.Bluetooth.BluetoothGattPermission,Tizen.Network.Bluetooth.BluetoothGattProperty,System.Byte[])" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
2956         <member name="E:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.ValueChanged">\r
2957             <summary>\r
2958             The CharacteristicValueChanged event is raised when the server notifies for change in this characteristic value.\r
2959             </summary>\r
2960             <remarks>\r
2961             Adding the event handle on characteristic on the server side will not have any effect.\r
2962             </remarks>\r
2963         </member>\r
2964         <member name="E:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.NotificationStateChanged">\r
2965             <summary>\r
2966             The NotificationStateChanged event is called when the client enables or disables the Notification/Indication for particular characteristics.\r
2967             </summary>\r
2968             <remarks>\r
2969             Adding event handle on the characteristic on the client side will not have any effect.\r
2970             </remarks>\r
2971         </member>\r
2972         <member name="P:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.Properties">\r
2973             <summary>\r
2974             The property for this characteristic.\r
2975             </summary>\r
2976         </member>\r
2977         <member name="P:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.WriteType">\r
2978             <summary>\r
2979             The write type to be used for write operations.\r
2980             </summary>\r
2981         </member>\r
2982         <member name="M:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.AddDescriptor(Tizen.Network.Bluetooth.BluetoothGattDescriptor)">\r
2983             <summary>\r
2984             Adds a descriptor to this characteristic.\r
2985             </summary>\r
2986             <param name="descriptor">The descriptor to be added.</param>\r
2987             <returns>true on success, false otherwise.</returns>\r
2988             <exception cref="!:System.InvalidOperationException">Thrown when the add GATT descriptor procedure fails.</exception>\r
2989         </member>\r
2990         <member name="M:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.GetDescriptor(System.String)">\r
2991             <summary>\r
2992             Gets the descriptor with the given UUID that belongs to this characteristic.\r
2993             </summary>\r
2994             <param name="uuid">The UUID for the descriptor to get.</param>\r
2995             <returns>The descriptor with a given UUID if it exists, null otherwise.</returns>\r
2996         </member>\r
2997         <member name="M:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.GetDescriptors">\r
2998             <summary>\r
2999             Gets the list of descriptors that belongs to this characteristic.\r
3000             </summary>\r
3001             <returns>The list of descriptors that belongs to this characteristic.</returns>\r
3002         </member>\r
3003         <member name="M:Tizen.Network.Bluetooth.BluetoothGattCharacteristic.GetService">\r
3004             <summary>\r
3005             Gets the service instance, which the specified characterstic belongs to.\r
3006             </summary>\r
3007             <returns>The characteristic instance, the specified characterstic belongs to.</returns>\r
3008         </member>\r
3009         <member name="T:Tizen.Network.Bluetooth.BluetoothGattDescriptor">\r
3010             <summary>\r
3011             The Bluetooth GATT descriptor.\r
3012             </summary>\r
3013         </member>\r
3014         <member name="M:Tizen.Network.Bluetooth.BluetoothGattDescriptor.#ctor(System.String,Tizen.Network.Bluetooth.BluetoothGattPermission,System.Byte[])">\r
3015             <summary>\r
3016             The constructor.\r
3017             </summary>\r
3018             <param name="uuid">The UUID of the descriptor.</param>\r
3019             <param name="permisions">Permissions for the descriptor.</param>\r
3020             <param name="value">The value associated with the descriptor.</param>\r
3021             <remarks>throws in case of internal error.</remarks>\r
3022             <exception cref="!:System.InvalidOperationException">Thrown when the create GATT descriptor procedure fails.</exception>\r
3023         </member>\r
3024         <member name="M:Tizen.Network.Bluetooth.BluetoothGattDescriptor.GetCharacteristic">\r
3025             <summary>\r
3026             Gets the characteristic instance, which the specified descriptor belongs to.\r
3027             </summary>\r
3028             <returns>The characteristic instance, the specified descriptor belongs to.</returns>\r
3029         </member>\r
3030         <member name="T:Tizen.Network.Bluetooth.BluetoothGattAttribute">\r
3031             <summary>\r
3032             The Bluetooth GATT attribute.\r
3033             </summary>\r
3034         </member>\r
3035         <member name="E:Tizen.Network.Bluetooth.BluetoothGattAttribute.ReadRequested">\r
3036             <summary>\r
3037             This event is called when the client request to read the value of a characteristic or a descriptor.\r
3038             </summary>\r
3039             <exception cref="!:System.InvalidOperationException">Thrown when the set read value requested callback procedure fails.</exception>\r
3040         </member>\r
3041         <member name="E:Tizen.Network.Bluetooth.BluetoothGattAttribute.WriteRequested">\r
3042             <summary>\r
3043             This event is called when a value of a characteristic or a descriptor has been changed by a client.\r
3044             </summary>\r
3045             <exception cref="!:System.InvalidOperationException">Thrown when the set write value requested callback procedure fails.</exception>\r
3046         </member>\r
3047         <member name="P:Tizen.Network.Bluetooth.BluetoothGattAttribute.Uuid">\r
3048             <summary>\r
3049             The attribute's UUID.\r
3050             </summary>\r
3051         </member>\r
3052         <member name="P:Tizen.Network.Bluetooth.BluetoothGattAttribute.Permissions">\r
3053             <summary>\r
3054             Permissions for this attribute.\r
3055             </summary>\r
3056         </member>\r
3057         <member name="P:Tizen.Network.Bluetooth.BluetoothGattAttribute.Value">\r
3058             <summary>\r
3059             The value of this descriptor.\r
3060             </summary>\r
3061         </member>\r
3062         <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.GetValue(System.Int32)">\r
3063             <summary>\r
3064             Returns a string value at the specified offset.\r
3065             </summary>\r
3066             <param name="offset"></param>\r
3067             <returns>The string value at specified offset.</returns>\r
3068         </member>\r
3069         <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.SetValue(System.String)">\r
3070             <summary>\r
3071             Sets the string value as a specified offset.\r
3072             </summary>\r
3073             <param name="value">value to set</param>\r
3074             <exception cref="T:System.InvalidOperationException">Throws exception if the value is null.</exception>\r
3075         </member>\r
3076         <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.GetValue(Tizen.Network.Bluetooth.IntDataType,System.Int32)">\r
3077             <summary>\r
3078             Returns a value at specified offset as the int value of the specified type.\r
3079             </summary>\r
3080             <param name="type">The type of the int value.</param>\r
3081             <param name="An offsetoffset">An offset in the attribute value buffer.</param>\r
3082             <returns>The int value at given offset.</returns>\r
3083             <exception cref="T:System.InvalidOperationException">Throws exception if (offset + size of int value) is greater than the length of the value buffer.</exception>\r
3084         </member>\r
3085         <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.SetValue(Tizen.Network.Bluetooth.IntDataType,System.Int32,System.Int32)">\r
3086             <summary>\r
3087             Updates a value at the specified offset by the int value of the specified type.\r
3088             </summary>\r
3089             <param name="type">The type of the int value.</param>\r
3090             <param name="value">The value to set.</param>\r
3091             <param name="offset">An offset in the attribute value buffer.</param>\r
3092             <exception cref="T:System.InvalidOperationException">Throws exception if (offset + size of int value) is greater than the length of the value buffer.</exception>\r
3093         </member>\r
3094         <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.GetValue(Tizen.Network.Bluetooth.FloatDataType,System.Int32)">\r
3095             <summary>\r
3096             Returns a value at the specified offset as the float value of the specified type.\r
3097             </summary>\r
3098             <param name="type">The type of the float value.</param>\r
3099             <param name="offset">An offset in the attribute value buffer.</param>\r
3100             <returns>The float value at given offset.</returns>\r
3101             <exception cref="T:System.InvalidOperationException">Throws exception if (offset + size of float value) is greater than the length of the value buffer.</exception>\r
3102         </member>\r
3103         <member name="M:Tizen.Network.Bluetooth.BluetoothGattAttribute.SetValue(Tizen.Network.Bluetooth.FloatDataType,System.Int32,System.Int32,System.Int32)">\r
3104             <summary>\r
3105             Updates the value at the specified offset by the float value of the specified type.\r
3106             </summary>\r
3107             <param name="type">The type of the float value.</param>\r
3108             <param name="mantissa">The mantissa of the float value.</param>\r
3109             <param name="exponent">An exponent of the float value.</param>\r
3110             <param name="offset">An offset in the attribute value buffer.</param>\r
3111             <exception cref="T:System.InvalidOperationException">Throws exception if (offset + size of float value) is greater than the length of the value buffer.</exception>\r
3112         </member>\r
3113         <member name="T:Tizen.Network.Bluetooth.BluetoothHid">\r
3114             <summary>\r
3115             A class which is used to handle the connection to Bluetooth HID like keyboards and mouse.\r
3116             </summary>\r
3117             <privilege> http://tizen.org/privilege/bluetooth </privilege>\r
3118         </member>\r
3119         <member name="E:Tizen.Network.Bluetooth.BluetoothHid.HidConnectionStateChanged">\r
3120             <summary>\r
3121             The HidConnectionStateChanged event is called when the HID host connection state is changed.\r
3122             </summary>\r
3123         </member>\r
3124         <member name="M:Tizen.Network.Bluetooth.BluetoothHid.Connect">\r
3125             <summary>\r
3126             Connects the remote device with the HID service.\r
3127             </summary>\r
3128             <remarks>\r
3129             The device must be bonded with the remote device by CreateBond().\r
3130             If connection request succeeds, the HidConnectionStateChanged event will be invoked.\r
3131             </remarks>\r
3132             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
3133             or when the connection attempt to the remote device fails.</exception>\r
3134         </member>\r
3135         <member name="M:Tizen.Network.Bluetooth.BluetoothHid.Disconnect">\r
3136             <summary>\r
3137             Disconnects the remote device with the HID service.\r
3138             </summary>\r
3139             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
3140             or when the disconnection attempt to the remote device fails.</exception>\r
3141         </member>\r
3142         <member name="T:Tizen.Network.Bluetooth.BluetoothLeAdvertiser">\r
3143             <summary>\r
3144             This is the BluetoothLeAdvertiser class. It handles the LE advertising operation amd callback.\r
3145             </summary>\r
3146         </member>\r
3147         <member name="E:Tizen.Network.Bluetooth.BluetoothLeAdvertiser.AdvertisingStateChanged">\r
3148             <summary>\r
3149             This event is called when the LE advertising state changes.\r
3150             </summary>\r
3151         </member>\r
3152         <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiser.StartAdvertising(Tizen.Network.Bluetooth.BluetoothLeAdvertiseData)">\r
3153             <summary>\r
3154             Starts advertising using the advertise data object.\r
3155             </summary>\r
3156             <remarks>\r
3157             The Bluetooth must be enabled.\r
3158             </remarks>\r
3159             <param name="advertiseData">The advertiser object carrying information of the advertising.</param>\r
3160             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3161             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>\r
3162         </member>\r
3163         <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiser.StopAdvertising(Tizen.Network.Bluetooth.BluetoothLeAdvertiseData)">\r
3164             <summary>\r
3165             Stops the advertising.\r
3166             </summary>\r
3167             <remarks>\r
3168             The Bluetooth must be enabled.\r
3169             </remarks>\r
3170             <param name="advertiseData">The advertiser object carrying information of the advertising.</param>\r
3171             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3172             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>\r
3173         </member>\r
3174         <member name="T:Tizen.Network.Bluetooth.BluetoothLeDevice">\r
3175             <summary>\r
3176             This is the BluetoothLeDevice class.\r
3177             It handles the LE device operations like getting data from the scan result information.\r
3178             </summary>\r
3179         </member>\r
3180         <member name="E:Tizen.Network.Bluetooth.BluetoothLeDevice.GattConnectionStateChanged">\r
3181             <summary>\r
3182             This event is called when the GATT client connects/disconnects with the server.\r
3183             </summary>\r
3184         </member>\r
3185         <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.RemoteAddress">\r
3186             <summary>\r
3187             The remote address.\r
3188             </summary>\r
3189         </member>\r
3190         <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.AddressType">\r
3191             <summary>\r
3192             The type of the address.\r
3193             </summary>\r
3194         </member>\r
3195         <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.Rssi">\r
3196             <summary>\r
3197             The rssi value.\r
3198             </summary>\r
3199         </member>\r
3200         <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.AdvertsingDataInformation">\r
3201             <summary>\r
3202             The advertsing data information.\r
3203             </summary>\r
3204         </member>\r
3205         <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.ScanDataInformation">\r
3206             <summary>\r
3207             The scan data information.\r
3208             </summary>\r
3209         </member>\r
3210         <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.PacketType">\r
3211             <summary>\r
3212             The type of the packet.\r
3213             </summary>\r
3214         </member>\r
3215         <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.ServiceUuid">\r
3216             <summary>\r
3217             Gets the service UUIDs list from the LE scan result information.\r
3218             </summary>\r
3219             <value> Gets the list of the string service UUIDs.</value>\r
3220             <remarks>\r
3221             The Bluetooth must be enabled.\r
3222             </remarks>\r
3223             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3224             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>\r
3225         </member>\r
3226         <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.DeviceName">\r
3227             <summary>\r
3228             Gets the device name from the LE scan result information.\r
3229             </summary>\r
3230             <value> Gets the device name.</value>\r
3231             <remarks>\r
3232             The Bluetooth must be enabled.\r
3233             </remarks>\r
3234             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3235             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>\r
3236         </member>\r
3237         <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.TxPowerLevel">\r
3238             <summary>\r
3239             Gets the transmission power level from the LE scan result information.\r
3240             </summary>\r
3241             <value> Gets the transmission power level in dB.</value>\r
3242             <remarks>\r
3243             The Bluetooth must be enabled.\r
3244             </remarks>\r
3245             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3246             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>\r
3247         </member>\r
3248         <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.ServiceSolictationUuid">\r
3249             <summary>\r
3250             Gets the service solicitation UUID list from the scan result information.\r
3251             </summary>\r
3252             <value> Gets the list of the service solicitation UUIDs.</value>\r
3253             <remarks>\r
3254             The Bluetooth must be enabled.\r
3255             </remarks>\r
3256             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3257             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>\r
3258         </member>\r
3259         <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.Appearance">\r
3260             <summary>\r
3261             Gets the manufacturer data from the scan result information.\r
3262             </summary>\r
3263             <value> Gets the appearance value.</value>\r
3264             <remarks>\r
3265             The Bluetooth must be enabled.\r
3266             </remarks>\r
3267             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3268             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>\r
3269         </member>\r
3270         <member name="P:Tizen.Network.Bluetooth.BluetoothLeDevice.ManufacturerData">\r
3271             <summary>\r
3272             Gets the manufacturer data from the scan result information.\r
3273             </summary>\r
3274             <value> Gets the manufacturer data containing the manucturer data and ID information.</value>\r
3275             <remarks>\r
3276             The Bluetooth must be enabled.\r
3277             </remarks>\r
3278             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3279             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>/// \r
3280         </member>\r
3281         <member name="M:Tizen.Network.Bluetooth.BluetoothLeDevice.GetServiceDataList">\r
3282             <summary>\r
3283             Gets the service data list from the scan result information.\r
3284             </summary>\r
3285             <remarks>\r
3286             The Bluetooth must be enabled.\r
3287             </remarks>\r
3288             <returns> Returns the service data list.</returns>\r
3289             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3290             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled.</exception>\r
3291         </member>\r
3292         <member name="M:Tizen.Network.Bluetooth.BluetoothLeDevice.GattConnect(System.Boolean)">\r
3293             <summary>\r
3294             Creates a GATT connection with the remote device.\r
3295             </summary>\r
3296             <remarks>\r
3297             The Bluetooth must be enabled.\r
3298             </remarks>\r
3299             <param name="autoConnect"> The auto connect flag.</param>\r
3300             <returns>client instance</returns>\r
3301             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3302             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
3303             or when the gatt connection attempt to remote device fails.</exception>\r
3304         </member>\r
3305         <member name="M:Tizen.Network.Bluetooth.BluetoothLeDevice.GattDisconnect">\r
3306             <summary>\r
3307             Disconnects a GATT connection with the remote device.\r
3308             </summary>\r
3309             <remarks>\r
3310             The Bluetooth must be enabled.\r
3311             </remarks>\r
3312             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3313             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
3314             or when the GATT disconnection attempt to remote device fails.</exception>\r
3315         </member>\r
3316         <member name="T:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData">\r
3317             <summary>\r
3318             Bluetooth LE advertise data. Handles the data advertising.\r
3319             </summary>\r
3320         </member>\r
3321         <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.#ctor">\r
3322             <summary>\r
3323             The default constructor initializes an object of the BluetoothLeAdvertiseData.\r
3324             </summary>\r
3325             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3326             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
3327             or when create advertiser fails.</exception>\r
3328         </member>\r
3329         <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AdvertisingMode">\r
3330             <summary>\r
3331             The advertising mode to control the advertising power and latency.\r
3332             </summary>\r
3333             <remarks>\r
3334             The Bluetooth must be enabled.\r
3335             </remarks>\r
3336             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3337             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
3338             or when the set advertising mode fails.</exception>\r
3339         </member>\r
3340         <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AdvertisingConnectable">\r
3341             <summary>\r
3342             The advertising connectable type.\r
3343             </summary>\r
3344             <remarks>\r
3345             The Bluetooth must be enabled.\r
3346             </remarks>\r
3347             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3348             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
3349             or when the set advertising connectable mode fails.</exception>\r
3350         </member>\r
3351         <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.PacketType">\r
3352             <summary>\r
3353             The type of the packet.\r
3354             </summary>\r
3355         </member>\r
3356         <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.Appearance">\r
3357             <summary>\r
3358             Sets the external appearance of this device to the advertise or the scan response data.\r
3359             Please refer to the adopted Bluetooth specification for the appearance.\r
3360             </summary>\r
3361             <remarks>\r
3362             The Bluetooth must be enabled.\r
3363             </remarks>\r
3364             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3365             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
3366             or when the set appearance fails.</exception>\r
3367         </member>\r
3368         <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.IncludeDeviceName">\r
3369             <summary>\r
3370             Sets whether the device name has to be included in the advertise or the scan response data.\r
3371             The maximum advertised or responded data size is 31 bytes including the data type and the system wide data.\r
3372             </summary>\r
3373             <remarks>\r
3374             The Bluetooth must be enabled.\r
3375             </remarks>\r
3376             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3377             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
3378             or when the set advertising device name fails.</exception>\r
3379         </member>\r
3380         <member name="P:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.IncludeTxPowerLevel">\r
3381             <summary>\r
3382             Sets whether the transmission power level should be included in the advertise or the scan response data.\r
3383             The maximum advertised or responded data size is 31 bytes including the data type and the system wide data.\r
3384             </summary>\r
3385             <remarks>\r
3386             The Bluetooth must be enabled.\r
3387             </remarks>\r
3388             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3389             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
3390             or when the set advertising TC power level fails.</exception>\r
3391         </member>\r
3392         <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AddAdvertisingServiceUuid(Tizen.Network.Bluetooth.BluetoothLePacketType,System.String)">\r
3393             <summary>\r
3394             Adds a service UUID to the advertise or the scan response data.\r
3395             The maximum advertised or responded data size is 31 bytes\r
3396             including the data type and the system wide data.\r
3397             </summary>\r
3398             <remarks>\r
3399             The Bluetooth must be enabled.\r
3400             </remarks>\r
3401             <param name="packetType">The packet type.</param>\r
3402             <param name="serviceUuid"> The service UUID to add to advertise data.</param>\r
3403             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3404             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
3405             or when the add advertising service UUID procedure fails.</exception>\r
3406         </member>\r
3407         <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AddAdvertisingServiceSolicitationUuid(Tizen.Network.Bluetooth.BluetoothLePacketType,System.String)">\r
3408             <summary>\r
3409             Adds a service solicitation UUID to advertise or scan the response data.\r
3410             The maximum advertised or responded data size is 31 bytes\r
3411             including the data type and the system wide data.\r
3412             </summary>\r
3413             <remarks>\r
3414             The Bluetooth must be enabled.\r
3415             </remarks>\r
3416             <param name="packetType">The packet type.</param>\r
3417             <param name="serviceSolicitationUuid"> The service solicitation UUID to add to advertise data.</param>\r
3418             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3419             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
3420             or when the add advertising service solicitation UUID procedure fails.</exception>\r
3421         </member>\r
3422         <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AddAdvertisingServiceData(Tizen.Network.Bluetooth.BluetoothLePacketType,Tizen.Network.Bluetooth.BluetoothServiceData)">\r
3423             <summary>\r
3424             Adds a service data to the advertise or the scan response data.\r
3425             The maximum advertised or responded data size is 31 bytes\r
3426             including data type and system wide data.\r
3427             </summary>\r
3428             <remarks>\r
3429             The Bluetooth must be enabled.\r
3430             </remarks>\r
3431             <param name="packetType">The packet type.</param>\r
3432             <param name="data"> The service data to be added to advertising.</param>\r
3433             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3434             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
3435             or when the add advertising data procedure fails.</exception>\r
3436         </member>\r
3437         <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.AddAdvertisingManufacturerData(Tizen.Network.Bluetooth.BluetoothLePacketType,Tizen.Network.Bluetooth.ManufacturerData)">\r
3438             <summary>\r
3439             Adds the manufacturer specific data to the advertise or the scan response data.\r
3440             Please refer to the adopted Bluetooth specification for the the appearance.\r
3441             </summary>\r
3442             <remarks>\r
3443             The Bluetooth must be enabled.\r
3444             </remarks>\r
3445             <param name="packetType">The packet type.</param>\r
3446             <param name="manufacturerData"> The manufacturer specific data.</param>\r
3447             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3448             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
3449             or when the add advertising manufacturer data procedure fails.</exception>\r
3450         </member>\r
3451         <member name="M:Tizen.Network.Bluetooth.BluetoothLeAdvertiseData.ClearAdvertisingData(Tizen.Network.Bluetooth.BluetoothLePacketType)">\r
3452             <summary>\r
3453             Clears all data to be advertised or responded to the scan request from the LE scanning device.\r
3454             </summary>\r
3455             <remarks>\r
3456             The Bluetooth must be enabled.\r
3457             </remarks>\r
3458             <param name="packetType">The packet type to be cleared.</param>\r
3459             <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>\r
3460             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled\r
3461             or when the clear advertising data procedure fails.</exception>\r
3462         </member>\r
3463         <member name="T:Tizen.Network.Bluetooth.BluetoothOppServer">\r
3464             <summary>\r
3465             A class which is used to handle the connection and send and receive the object over Opp profile.\r
3466             </summary>\r
3467             <privilege> http://tizen.org/privilege/bluetooth </privilege>\r
3468         </member>\r
3469         <member name="E:Tizen.Network.Bluetooth.BluetoothOppServer.ConnectionRequested">\r
3470             <summary>\r
3471             (event) ConnectionRequested is called when OPP client requests for connection.\r
3472             </summary>\r
3473         </member>\r
3474         <member name="E:Tizen.Network.Bluetooth.BluetoothOppServer.TransferProgress">\r
3475             <summary>\r
3476             (event) TransferProgress is called when the file transfer state is changed.\r
3477             </summary>\r
3478         </member>\r
3479         <member name="E:Tizen.Network.Bluetooth.BluetoothOppServer.TransferFinished">\r
3480             <summary>\r
3481             (event) TransferFinished is called when the file tranfser is completed.\r
3482             </summary>\r
3483         </member>\r
3484         <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.StartServer(System.String)">\r
3485             <summary>\r
3486             Register the Opp Server with the Opp service.\r
3487             </summary>\r
3488             <remarks>\r
3489             The device must be bonded with remote device by CreateBond().\r
3490             If connection request is received from OPP Client, ConnectionRequested event will be invoked.\r
3491             </remarks>\r
3492             <param name="FilePath"> Path to store the files.</param>\r
3493             <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
3494             <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
3495             <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
3496             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
3497         </member>\r
3498         <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.StopServer">\r
3499             <summary>\r
3500             Stops the Opp Server.\r
3501             </summary>\r
3502             <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
3503             <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
3504             <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
3505             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
3506         </member>\r
3507         <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.AcceptPush(System.String)">\r
3508             <summary>\r
3509             Accept File Push request.\r
3510             </summary>\r
3511             <param name="FileName"> File name to accept.</param>\r
3512             <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
3513             <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
3514             <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
3515             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
3516         </member>\r
3517         <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.RejectPush">\r
3518             <summary>\r
3519             Reject File Push request.\r
3520             </summary>\r
3521             <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
3522             <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
3523             <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
3524             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
3525         </member>\r
3526         <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.CancelTransfer(System.Int32)">\r
3527             <summary>\r
3528             Cancel the ongoing transfer session.\r
3529             </summary>\r
3530             <param name="TransferId"> tranfer ID.</param>\r
3531             <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
3532             <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
3533             <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
3534             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
3535         </member>\r
3536         <member name="M:Tizen.Network.Bluetooth.BluetoothOppServer.SetDestinationPath(System.String)">\r
3537             <summary>\r
3538             Cancel the ongoing transfer session.\r
3539             </summary>\r
3540             <param name="FilePath"> Path to store the files.</param>\r
3541             <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
3542             <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
3543             <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
3544             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
3545         </member>\r
3546         <member name="T:Tizen.Network.Bluetooth.BluetoothOppClient">\r
3547             <summary>\r
3548             A class which is used to handle the connection and send and receive the object over Opp profile.\r
3549             </summary>\r
3550             <privilege> http://tizen.org/privilege/bluetooth </privilege>\r
3551         </member>\r
3552         <member name="E:Tizen.Network.Bluetooth.BluetoothOppClient.PushResponded">\r
3553             <summary>\r
3554             (event) PushResponded is called when remote OPP Server responds to a File push request.\r
3555             </summary>\r
3556         </member>\r
3557         <member name="E:Tizen.Network.Bluetooth.BluetoothOppClient.PushProgress">\r
3558             <summary>\r
3559             (event) PushProgress is called when the file transfer state is changed.\r
3560             </summary>\r
3561         </member>\r
3562         <member name="E:Tizen.Network.Bluetooth.BluetoothOppClient.PushFinished">\r
3563             <summary>\r
3564             (event) PushFinished is called when the file tranfser is completed.\r
3565             </summary>\r
3566         </member>\r
3567         <member name="M:Tizen.Network.Bluetooth.BluetoothOppClient.AddFile(System.String)">\r
3568             <summary>\r
3569             Add File path to be pushed.\r
3570             </summary>\r
3571             <param name="FilePath"> file for sending.</param>\r
3572             <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
3573             <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
3574             <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
3575             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
3576         </member>\r
3577         <member name="M:Tizen.Network.Bluetooth.BluetoothOppClient.ClearFiles">\r
3578             <summary>\r
3579             Clears all the File paths.\r
3580             </summary>\r
3581             <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
3582             <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
3583             <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
3584             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
3585         </member>\r
3586         <member name="M:Tizen.Network.Bluetooth.BluetoothOppClient.CancelPush">\r
3587             <summary>\r
3588             Cancels the ongoing push session.\r
3589             </summary>\r
3590             <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
3591             <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
3592             <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
3593             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
3594         </member>\r
3595         <member name="M:Tizen.Network.Bluetooth.BluetoothOppClient.PushFile(System.String)">\r
3596             <summary>\r
3597             Pushes the file set through AddFile.\r
3598             </summary>\r
3599             <param name="Destination"> destination device address.</param>\r
3600             <feature>http://tizen.org/feature/network.bluetooth.opp</feature>\r
3601             <exception cref="!:System.NotSupportedException">Thrown when the required feature is not Supported.</exception>\r
3602             <exception cref="!:System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>\r
3603             <exception cref="!:System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled or Other Bluetooth Errors.</exception>\r
3604         </member>\r
3605         <!-- "T:Tizen.Network.Bluetooth.BluetoothProfile" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
3606         <member name="T:Tizen.Network.Bluetooth.BluetoothServerSocket">\r
3607             <summary>\r
3608             The BluetoothSocket provides functions for managing connections to other devices and exchanging data.\r
3609             </summary>\r
3610         </member>\r
3611         <member name="E:Tizen.Network.Bluetooth.BluetoothServerSocket.AcceptStateChanged">\r
3612             <summary>\r
3613             The AcceptStateChanged event is raised when the socket connection state is changed.\r
3614             </summary>\r
3615             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
3616             or when the register accpet state changed callback fails.</exception>\r
3617         </member>\r
3618         <member name="M:Tizen.Network.Bluetooth.BluetoothServerSocket.Listen">\r
3619             <summary>\r
3620             Starts listening on the passed RFCOMM socket and accepts connection requests.\r
3621             </summary>\r
3622             <remarks>\r
3623             The socket must be created with CreateServerSocket(). This API invokes the ConnectionStateChanged event.\r
3624             </remarks>\r
3625             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
3626             or when the listen on socket procedure fails.</exception>\r
3627         </member>\r
3628         <member name="T:Tizen.Network.Bluetooth.IBluetoothServerSocket">\r
3629             <summary>\r
3630             The IBluetoothServerSocket interface handles the server socket operations.\r
3631             </summary>\r
3632         </member>\r
3633         <member name="T:Tizen.Network.Bluetooth.IBluetoothClientSocket">\r
3634             <summary>\r
3635             The IBluetoothClientSocket interface handles the client socket operations.\r
3636             </summary>\r
3637         </member>\r
3638         <member name="E:Tizen.Network.Bluetooth.BluetoothSocket.DataReceived">\r
3639             <summary>\r
3640             This event occurs when the socket server receives data from the client.\r
3641             </summary>\r
3642             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
3643             or when the register data received callback fails.</exception>\r
3644         </member>\r
3645         <member name="E:Tizen.Network.Bluetooth.BluetoothSocket.ConnectionStateChanged">\r
3646             <summary>\r
3647             This event occurs when the connection state between two devices is changed.\r
3648             </summary>\r
3649             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
3650             or when the register connection changed callback fails.</exception>\r
3651         </member>\r
3652         <member name="M:Tizen.Network.Bluetooth.BluetoothSocket.Tizen#Network#Bluetooth#IBluetoothClientSocket#Connect">\r
3653             <summary>\r
3654             Connects to a specific RFCOMM based service on a remote Bluetooth device UUID.\r
3655             </summary>\r
3656             <remarks>\r
3657             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
3658             </remarks>\r
3659             <param name="address">The address of the remote Bluetooth device.</param>\r
3660             <param name="serviceUuid">The UUID of the service provided by the remote Bluetooth device.</param>\r
3661             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
3662             or when the connect socket attempt to remote device fails, or when the service UUID is not supported by the remote device.</exception>\r
3663         </member>\r
3664         <member name="M:Tizen.Network.Bluetooth.BluetoothSocket.Tizen#Network#Bluetooth#IBluetoothClientSocket#Disconnect">\r
3665             <summary>\r
3666             Disconnects the RFCOMM connection with the given file descriptor of the conneted socket.\r
3667             </summary>\r
3668             <remarks>\r
3669             The connection must be established.\r
3670             </remarks>\r
3671             <param name="socketFd">The file descriptor of the socket to close.</param>\r
3672             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
3673             or when the socket disconnect to remote device fails.</exception>\r
3674         </member>\r
3675         <member name="M:Tizen.Network.Bluetooth.BluetoothSocket.SendData(System.String)">\r
3676             <summary>\r
3677             Sends data to the connected device.\r
3678             </summary>\r
3679             <returns>The number of bytes written (zero indicates nothing was written).</returns>\r
3680             <remarks>\r
3681             The connection must be established.\r
3682             </remarks>\r
3683             <param name="socketFd">The file descriptor of the connected socket.</param>\r
3684             <param name="data">The data to be sent.</param>\r
3685             <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled\r
3686             or when the remote device is not connected, or the send data procedure fails.</exception>\r
3687         </member>\r
3688         <member name="T:Tizen.Network.Bluetooth.BluetoothClassStruct">\r
3689             <summary>\r
3690             The structure of the device class type and service.\r
3691             </summary>\r
3692         </member>\r
3693         <member name="F:Tizen.Network.Bluetooth.BluetoothClassStruct.MajorDeviceClassType">\r
3694             <summary>\r
3695             The type of the major device class.\r
3696             </summary>\r
3697         </member>\r
3698         <member name="F:Tizen.Network.Bluetooth.BluetoothClassStruct.MinorDeviceClassType">\r
3699             <summary>\r
3700             The type of the minor device class.\r
3701             </summary>\r
3702         </member>\r
3703         <member name="F:Tizen.Network.Bluetooth.BluetoothClassStruct.MajorServiceClassMask">\r
3704             <summary>\r
3705             The major service class mask.\r
3706             </summary>\r
3707         </member>\r
3708         <member name="T:Tizen.Network.Bluetooth.BluetoothDeviceStruct">\r
3709             <summary>\r
3710             This structure contains the information of the Bluetooth device.\r
3711             </summary>\r
3712         </member>\r
3713         <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.Address">\r
3714             <summary>\r
3715             The address of the device.\r
3716             </summary>\r
3717         </member>\r
3718         <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.Name">\r
3719             <summary>\r
3720             The name of the device.\r
3721             </summary>\r
3722         </member>\r
3723         <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.Class">\r
3724             <summary>\r
3725             The class of the device.\r
3726             </summary>\r
3727         </member>\r
3728         <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.ServiceUuidList">\r
3729             <summary>\r
3730             The service UUID list of the device.\r
3731             </summary>\r
3732         </member>\r
3733         <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.ServiceCount">\r
3734             <summary>\r
3735             The service count of the device.\r
3736             </summary>\r
3737         </member>\r
3738         <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.IsPaired">\r
3739             <summary>\r
3740             The paired state of the device.\r
3741             </summary>\r
3742         </member>\r
3743         <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.IsConnected">\r
3744             <summary>\r
3745             The connection state of the device.\r
3746             </summary>\r
3747         </member>\r
3748         <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.IsAuthorized">\r
3749             <summary>\r
3750             The authorization state of the device.\r
3751             </summary>\r
3752         </member>\r
3753         <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.ManufacturerDataLength">\r
3754             <summary>\r
3755             The length of the manufacturer the data.\r
3756             </summary>\r
3757         </member>\r
3758         <member name="F:Tizen.Network.Bluetooth.BluetoothDeviceStruct.ManufacturerData">\r
3759             <summary>\r
3760             The manufacturer data.\r
3761             </summary>\r
3762         </member>\r
3763         <!-- "T:Tizen.Network.Bluetooth.BluetoothLeScanDataStruct" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
3764         <member name="F:Tizen.Network.Bluetooth.BluetoothLeServiceDataStruct.ServiceUuid">\r
3765             <summary>\r
3766             The Bluetooth LE service UUID.\r
3767             </summary>\r
3768         </member>\r
3769         <member name="F:Tizen.Network.Bluetooth.BluetoothLeServiceDataStruct.ServiceData">\r
3770             <summary>\r
3771             The Bluetooth LE service data.\r
3772             </summary>\r
3773         </member>\r
3774     </members>\r
3775 </doc>\r