PXP: Add base code for Proximity Profile Monitor Role.
[platform/core/connectivity/bluetooth-frwk.git] / include / bluetooth-api.h
1 /*
2  * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *              http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16  */
17
18 #ifndef _BLUETOOTH_API_H_
19 #define _BLUETOOTH_API_H_
20
21 #include <stdlib.h>
22 #include <unistd.h>
23 #include <glib.h>
24
25 #ifdef __cplusplus
26 extern "C" {
27 #endif                          /* __cplusplus */
28
29 /**
30  * @defgroup BLUETOOTHFW BluetoothFW
31  *
32  * A base library for bluetooth framework
33  *
34  * @addtogroup BLUETOOTHFW
35  * @{
36  */
37
38 #define BLUETOOTH_ADDRESS_LENGTH                6 /**< This specifies bluetooth device address length */
39 #define BLUETOOTH_VERSION_LENGTH_MAX            30 /**< This specifies bluetooth device version length */
40 #define BLUETOOTH_INTERFACE_NAME_LENGTH         16
41 #define BLUETOOTH_DEVICE_NAME_LENGTH_MAX        248 /**< This specifies maximum device name length */
42 #define BLUETOOTH_DEVICE_PASSKEY_LENGTH_MAX       50 /**< This specifies maximum length of the passkey */
43 #define BLUETOOTH_ADVERTISING_DATA_LENGTH_MAX   31 /**< This specifies maximum AD data length */
44 #define BLUETOOTH_SCAN_RESP_DATA_LENGTH_MAX     31 /**< This specifies maximum LE Scan response data length */
45 #define BLUETOOTH_MANUFACTURER_DATA_LENGTH_MAX  240 /**< This specifies maximum manufacturer data length */
46
47 #define BLUETOOTH_MAX_SERVICES_FOR_DEVICE       40  /**< This specifies maximum number of services
48                                                         a device can support */
49
50 #define BLUETOOTH_MAX_ATT_MTU   512             /**< This specifies the maximum  ATT MTU Value*/
51
52 #define BLUETOOTH_UUID_STRING_MAX 50
53 #define BLUETOOTH_PATH_STRING 50
54
55 #define BLUETOOTH_OOB_DATA_LENGTH 16
56
57 #define BLUETOOTH_PIN_CODE_MAX_LENGTH 16
58
59 /**
60  * This is Bluetooth Connected event role
61  */
62 #define RFCOMM_ROLE_SERVER 1
63 #define RFCOMM_ROLE_CLIENT 2
64
65 /**
66  * This is RFCOMM default Channel Value
67  */
68 #define RFCOMM_DEFAULT_PROFILE_CHANNEL 0
69
70 /**
71  * This is maximum length for search value string for PBAP Phonebook Search
72  */
73 #define BLUETOOTH_PBAP_MAX_SEARCH_VALUE_LENGTH 100
74
75
76 #define BLUETOOTH_MAX_DPM_LIST 20       /**< This specifies maximum number of devices/uuids
77                                                         dpm shall store */
78
79 /**
80  * This is Bluetooth error code
81  */
82 #define BLUETOOTH_ERROR_BASE                   ((int)0)         /**< Error code base */
83
84 #define BLUETOOTH_ERROR_NONE                   ((int)0)         /**< No error #0 */
85 #define BLUETOOTH_ERROR_CANCEL                 ((int)BLUETOOTH_ERROR_BASE - 0x01)
86                                                                 /**< cancelled */
87 #define BLUETOOTH_ERROR_INVALID_CALLBACK       ((int)BLUETOOTH_ERROR_BASE - 0x02)
88                                                                 /**< Callback error */
89 #define BLUETOOTH_ERROR_INVALID_PARAM          ((int)BLUETOOTH_ERROR_BASE - 0x03)
90                                                                 /**< invalid paramerror */
91 #define BLUETOOTH_ERROR_INVALID_DATA           ((int)BLUETOOTH_ERROR_BASE - 0x04)
92                                                                 /**< invalid data error */
93 #define BLUETOOTH_ERROR_MEMORY_ALLOCATION      ((int)BLUETOOTH_ERROR_BASE - 0x05)
94                                                                 /**< Memory allocation error */
95 #define BLUETOOTH_ERROR_OUT_OF_MEMORY          ((int)BLUETOOTH_ERROR_BASE - 0x06)
96                                                                 /**< out of memory error */
97 #define BLUETOOTH_ERROR_TIMEOUT                ((int)BLUETOOTH_ERROR_BASE - 0x07)
98                                                                 /**< timeout error */
99 #define BLUETOOTH_ERROR_NO_RESOURCES           ((int)BLUETOOTH_ERROR_BASE - 0x08)
100                                                                 /**< No resource error */
101 #define BLUETOOTH_ERROR_INTERNAL               ((int)BLUETOOTH_ERROR_BASE - 0x09)
102                                                                 /**< internal error */
103 #define BLUETOOTH_ERROR_NOT_SUPPORT            ((int)BLUETOOTH_ERROR_BASE - 0x0a)
104                                                                 /**< Not supported error */
105 #define BLUETOOTH_ERROR_DEVICE_NOT_ENABLED     ((int)BLUETOOTH_ERROR_BASE - 0x0b)
106                                                                 /**< Operation is failed because
107                                                                 of not enabled BT Adapter */
108 #define BLUETOOTH_ERROR_DEVICE_ALREADY_ENABLED  ((int)BLUETOOTH_ERROR_BASE - 0x0c)
109                                                                 /**< Enabling is failed because of
110                                                                 already enabled BT Adapter */
111 #define BLUETOOTH_ERROR_DEVICE_BUSY            ((int)BLUETOOTH_ERROR_BASE - 0x0d)
112                                                                 /**< Operation is failed because of
113                                                                 other on going operation */
114 #define BLUETOOTH_ERROR_ACCESS_DENIED          ((int)BLUETOOTH_ERROR_BASE - 0x0e)
115                                                                 /**< access denied error */
116 #define BLUETOOTH_ERROR_MAX_CLIENT             ((int)BLUETOOTH_ERROR_BASE - 0x0f)
117                                                                 /**< max client error */
118 #define BLUETOOTH_ERROR_NOT_FOUND              ((int)BLUETOOTH_ERROR_BASE - 0x10)
119                                                                 /**< not found error */
120 #define BLUETOOTH_ERROR_SERVICE_SEARCH_ERROR   ((int)BLUETOOTH_ERROR_BASE - 0x11)
121                                                                 /**< service search fail */
122 #define BLUETOOTH_ERROR_PARING_FAILED          ((int)BLUETOOTH_ERROR_BASE - 0x12)
123                                                                 /**< pairing failed error */
124 #define BLUETOOTH_ERROR_NOT_PAIRED             ((int)BLUETOOTH_ERROR_BASE - 0x13)
125                                                                 /**< Not paired error */
126 #define BLUETOOTH_ERROR_SERVICE_NOT_FOUND      ((int)BLUETOOTH_ERROR_BASE - 0x14)
127                                                                 /**< no service error */
128 #define BLUETOOTH_ERROR_NOT_CONNECTED          ((int)BLUETOOTH_ERROR_BASE - 0x15)
129                                                                 /**< no connection error */
130 #define BLUETOOTH_ERROR_ALREADY_CONNECT        ((int)BLUETOOTH_ERROR_BASE - 0x16)
131                                                                 /**< alread connected error */
132 #define BLUETOOTH_ERROR_CONNECTION_BUSY        ((int)BLUETOOTH_ERROR_BASE - 0x17)
133                                                                 /**< connection busy error */
134 #define BLUETOOTH_ERROR_CONNECTION_ERROR       ((int)BLUETOOTH_ERROR_BASE - 0x18)
135                                                                 /**< connection error */
136 #define BLUETOOTH_ERROR_MAX_CONNECTION         ((int)BLUETOOTH_ERROR_BASE - 0x19)
137                                                                 /**< max connection error*/
138 #define BLUETOOTH_ERROR_NOT_IN_OPERATION       ((int)BLUETOOTH_ERROR_BASE - 0x1a)
139                                                                 /**< Not in operation */
140 #define BLUETOOTH_ERROR_CANCEL_BY_USER         ((int)BLUETOOTH_ERROR_BASE - 0x1b)
141                                                                 /**< Cancelled by user */
142 #define BLUETOOTH_ERROR_REGISTRATION_FAILED    ((int)BLUETOOTH_ERROR_BASE - 0x1c)
143                                                                 /**< Service record registration failed */
144 #define BLUETOOTH_ERROR_IN_PROGRESS            ((int)BLUETOOTH_ERROR_BASE - 0x1d)
145                                                                 /**< Operation in progress */
146 #define BLUETOOTH_ERROR_AUTHENTICATION_FAILED  ((int)BLUETOOTH_ERROR_BASE - 0x1e)
147                                                                 /**< authentication failed error when paring*/
148 #define BLUETOOTH_ERROR_HOST_DOWN              ((int)BLUETOOTH_ERROR_BASE - 0x1f)
149                                                                 /**< Remote host is down */
150 #define BLUETOOTH_ERROR_END_OF_DEVICE_LIST     ((int)BLUETOOTH_ERROR_BASE - 0x20)
151                                                                 /**< End of device list */
152
153 #define BLUETOOTH_ERROR_AGENT_ALREADY_EXIST      ((int)BLUETOOTH_ERROR_BASE - 0x21)
154                                                                 /**< Obex agent already exists */
155 #define BLUETOOTH_ERROR_AGENT_DOES_NOT_EXIST    ((int)BLUETOOTH_ERROR_BASE - 0x22)
156                                                                 /**< Obex agent does not exist */
157
158 #define BLUETOOTH_ERROR_ALREADY_INITIALIZED    ((int)BLUETOOTH_ERROR_BASE - 0x23)
159                                                                 /**< Already initialized */
160
161 #define BLUETOOTH_ERROR_PERMISSION_DEINED    ((int)BLUETOOTH_ERROR_BASE - 0x24)
162                                                                 /**< Permission deined */
163
164 #define BLUETOOTH_ERROR_ALREADY_DEACTIVATED    ((int)BLUETOOTH_ERROR_BASE - 0x25)
165                                                                 /**< Nap already done */
166
167 #define BLUETOOTH_ERROR_NOT_INITIALIZED    ((int)BLUETOOTH_ERROR_BASE - 0x26)
168                                                                 /**< Not initialized */
169
170 #define BLUETOOTH_ERROR_AUTHENTICATION_REJECTED ((int)BLUETOOTH_ERROR_BASE - 0x27)
171                                                                 /**< Authentication rejected */
172
173 #define BLUETOOTH_ERROR_DEVICE_POLICY_RESTRICTION    ((int)BLUETOOTH_ERROR_BASE - 0x28)
174                                                                 /**< Device Policy Restricted */
175
176 /**
177  * Device disconnection reasons; received from stack
178  */
179 #define BLUETOOTH_ERROR_PAGE_TIMEOUT    0x04
180 #define BLUETOOTH_ERROR_AUTH_FAILURE    0x05
181 #define BLUETOOTH_ERROR_PIN_OR_KEY_MISSING      0x06
182 #define BLUETOOTH_ERROR_CONNECTION_TIMEOUT      0x08
183 #define BLUETOOTH_ERROR_REMOTE_USER_TERM        0x13
184 #define BLUETOOTH_ERROR_REMOTE_LOW_RESOURCES    0x14
185 #define BLUETOOTH_ERROR_REMOTE_POWER_OFF        0x15
186 #define BLUETOOTH_ERROR_LOCAL_HOST_TERM 0x16
187 #define BLUETOOTH_ERROR_REPEATED_ATTEMPTS       0x17
188 #define BLUETOOTH_ERROR_LMP_RESPONSE_TIMEOUT 0x22
189 #define BLUETOOTH_ERROR_CONNECTION_FAILED_TO_BE_ESTABLISHED     0x3e
190
191
192
193 /**
194 * Device disconnect reason
195 */
196 typedef enum {
197         BLUETOOTH_DEVICE_DISCONNECT_UNKNOWN,
198         BLUETOOTH_DEVICE_DISCONNECT_TIMEOUT,
199         BLUETOOTH_DEVICE_DISCONNECT_LOCAL_HOST,
200         BLUETOOTH_DEVICE_DISCONNECT_REMOTE,
201 } bluetooth_device_disconnect_reason_t;
202
203 /**
204  * This is Bluetooth device address type, fixed to 6 bytes ##:##:##:##:##:##
205  */
206 typedef struct {
207         unsigned char addr[BLUETOOTH_ADDRESS_LENGTH];
208 } bluetooth_device_address_t;
209
210 /**
211  * This is Bluetooth device address type
212  */
213 typedef enum {
214         BLUETOOTH_DEVICE_PUBLIC_ADDRESS = 0x00,
215         BLUETOOTH_DEVICE_RANDOM_ADDRESS
216 } bluetooth_device_address_type_t;
217
218 /**
219  * This is Bluetooth version
220  */
221 typedef struct {
222         char version[BLUETOOTH_VERSION_LENGTH_MAX + 1];
223 } bluetooth_version_t;
224
225 /**
226  * This is Bluetooth device name type, maximum size of Bluetooth device name is 248 bytes
227  */
228 typedef struct {
229         char name[BLUETOOTH_DEVICE_NAME_LENGTH_MAX + 1];
230 } bluetooth_device_name_t;
231
232 /**
233  * This is Bluetooth manufacturer specific data, maximum size of data is 240 bytes
234  */
235 typedef struct {
236         int data_len;           /**< manafacturer specific data length */
237         char data[BLUETOOTH_MANUFACTURER_DATA_LENGTH_MAX];
238 } bluetooth_manufacturer_data_t;
239
240 typedef struct {
241         char pin_code[BLUETOOTH_PIN_CODE_MAX_LENGTH + 1];
242 } bluetooth_device_pin_code_t;
243
244 /**
245  * Adapter state
246  */
247 typedef enum {
248         BLUETOOTH_ADAPTER_DISABLED,         /**< Bluetooth adapter is disabled */
249         BLUETOOTH_ADAPTER_ENABLED,          /**< Bluetooth adapter is enabled */
250         BLUETOOTH_ADAPTER_CHANGING_ENABLE,  /**< Bluetooth adapter is currently enabling */
251         BLUETOOTH_ADAPTER_CHANGING_DISABLE, /**< Bluetooth adapter is currently disabling */
252 } bluetooth_adapter_state_t;
253
254 /**
255  * Adapter state
256  */
257 typedef enum {
258         BLUETOOTH_ADAPTER_LE_DISABLED,      /**< Bluetooth adapter le is disabled */
259         BLUETOOTH_ADAPTER_LE_ENABLED,       /**< Bluetooth adapter le is enabled */
260         BLUETOOTH_ADAPTER_LE_CHANGING_ENABLE,  /**< Bluetooth adapter le is currently enabling */
261         BLUETOOTH_ADAPTER_LE_CHANGING_DISABLE, /**< Bluetooth adapter le is currently disabling */
262 } bluetooth_adapter_le_state_t;
263
264 /**
265  * Discoverable mode
266  */
267 typedef enum {
268         BLUETOOTH_DISCOVERABLE_MODE_CONNECTABLE,         /**< Non discoverable mode */
269         /*Changed the order to make it compatable with old method */
270         BLUETOOTH_DISCOVERABLE_MODE_GENERAL_DISCOVERABLE,/**< Discoverable mode */
271         BLUETOOTH_DISCOVERABLE_MODE_TIME_LIMITED_DISCOVERABLE,
272                                                          /**< Discoverable mode with time limit
273                                                         After specific timeout, it is changed
274                                                                 to non discoverable mode */
275 } bluetooth_discoverable_mode_t;
276
277 /**
278  * Network connect mode
279  */
280 typedef enum {
281         BLUETOOTH_NETWORK_PANU_ROLE,
282                                  /**< PAN user */
283         BLUETOOTH_NETWORK_NAP_ROLE,/**< Network Access Point */
284         BLUETOOTH_NETWORK_GN_ROLE,  /**< Group ad-hoc Network */
285         BLUETOOTH_NETWORK_CUSTOM_UUID, /**< Custom role */
286 } bluetooth_network_role_t;
287
288 /**
289  * Service type
290  */
291 typedef enum {
292         BLUETOOTH_RFCOMM_SERVICE = 0x01,
293         BLUETOOTH_A2DP_SERVICE = 0x02,
294         BLUETOOTH_HSP_SERVICE = 0x04,
295         BLUETOOTH_HID_SERVICE = 0x08,
296         BLUETOOTH_NAP_SERVICE = 0x10,
297         BLUETOOTH_HFG_SERVICE = 0x20,
298         BLUETOOTH_GATT_SERVICE = 0x40,
299         BLUETOOTH_NAP_SERVER_SERVICE = 0x80,
300         BLUETOOTH_A2DP_SINK_SERVICE = 0x100,
301         BLUETOOTH_PBAP_SERVICE = 0x200,
302 } bluetooth_service_type_t;
303
304 /**
305  * Service type
306  */
307 typedef enum {
308         BLUETOOTH_DEV_CONN_DEFAULT = 0xFF,
309         /* represents that connection
310          * type can both BR/EDR and LE */
311         BLUETOOTH_DEV_CONN_BREDR = 0x00,
312         BLUETOOTH_DEV_CONN_LE = 0x01,
313 } bluetooth_conn_type_t;
314
315 /**
316  * Service type
317  */
318 typedef enum {
319         BLUETOOTH_CODEC_ID_CVSD = 0x01,
320         BLUETOOTH_CODEC_ID_MSBC = 0x02,
321 } bluetooth_codec_type_t;
322
323 /**
324  * Service type
325  */
326 typedef enum {
327         BLUETOOTH_HF_AUDIO_DISCONNECTED = 0x00,
328         BLUETOOTH_HF_AUDIO_CONNECTED = 0x01,
329 } bluetooth_hf_audio_connected_type_t;
330
331 /**
332  * Advertising data
333  */
334 typedef struct {
335         guint8 data[BLUETOOTH_ADVERTISING_DATA_LENGTH_MAX];
336 } bluetooth_advertising_data_t;
337
338 /**
339  * Scan response data
340  */
341 typedef struct {
342         guint8 data[BLUETOOTH_SCAN_RESP_DATA_LENGTH_MAX];
343 } bluetooth_scan_resp_data_t;
344
345 /**
346  * Advertising filter policy
347  */
348 typedef enum {
349         BLUETOOTH_ALLOW_SCAN_CONN_ALL = 0x00,
350         BLUETOOTH_ALLOW_CONN_ALL_SCAN_WHITE_LIST = 0x01,
351         BLUETOOTH_ALLOW_SCAN_ALL_CONN_WHITE_LIST = 0x02,
352         BLUETOOTH_ALLOW_SCAN_CONN_WHITE_LIST = 0x03,
353 } bluetooth_advertising_filter_policy_t;
354
355 /**
356  * Advertising type
357  */
358 typedef enum {
359         BLUETOOTH_ADV_CONNECTABLE = 0x00, /* ADV_IND */
360         BLUETOOTH_ADV_CONNECTABLE_DIRECT_HIGH = 0x01, /* ADV_DIRECT_IND, high duty cycle */
361         BLUETOOTH_ADV_SCANNABLE = 0x02, /* ADV_SCAN_IND */
362         BLUETOOTH_ADV_NON_CONNECTABLE = 0x03, /* ADV_NONCOND_IND */
363         BLUETOOTH_ADV_CONNECTABLE_DIRECT_LOW = 0x04, /* ADV_DIRECT_IND, low duty cycle */
364 } bluetooth_advertising_type_t;
365
366 typedef enum {
367         BLUETOOTH_GATT_SERVICE_CHANGE_TYPE_ADD = 0x01,
368         BLUETOOTH_GATT_SERVICE_CHANGE_TYPE_REMOVE = 0x02,
369 } bluetooth_gatt_service_change_type_t;
370
371 typedef enum {
372         BLUETOOTH_GATT_PERMISSION_READ = 0x01,
373         BLUETOOTH_GATT_PERMISSION_WRITE = 0x02,
374         BLUETOOTH_GATT_PERMISSION_ENCRYPT_READ = 0x04,
375         BLUETOOTH_GATT_PERMISSION_ENCRYPT_WRITE = 0x08,
376         BLUETOOTH_GATT_PERMISSION_ENCRYPT_AUTHENTICATED_READ = 0x10,
377         BLUETOOTH_GATT_PERMISSION_ENCRYPT_AUTHENTICATED_WRITE = 0x20,
378 } bt_gatt_permission_t;
379
380 typedef enum {
381         BLUETOOTH_GATT_CHARACTERISTIC_PROPERTY_BROADCAST = 0x01,
382         BLUETOOTH_GATT_CHARACTERISTIC_PROPERTY_READ = 0x02,
383         BLUETOOTH_GATT_CHARACTERISTIC_PROPERTY_WRITE_NO_RESPONSE = 0x04,
384         BLUETOOTH_GATT_CHARACTERISTIC_PROPERTY_WRITE = 0x08,
385         BLUETOOTH_GATT_CHARACTERISTIC_PROPERTY_NOTIFY = 0x10,
386         BLUETOOTH_GATT_CHARACTERISTIC_PROPERTY_INDICATE = 0x20,
387         BLUETOOTH_GATT_CHARACTERISTIC_PROPERTY_SIGNED_WRITE = 0x40,
388         BLUETOOTH_GATT_CHARACTERISTIC_PROPERTY_RELIABLE_WRITE = 0x80,
389         BLUETOOTH_GATT_CHARACTERISTIC_PROPERTY_WRITABLE_AUXILIARIES = 0x100,
390         BLUETOOTH_GATT_CHARACTERISTIC_PROPERTY_ENCRYPT_READ = 0x200,
391         BLUETOOTH_GATT_CHARACTERISTIC_PROPERTY_ENCRYPT_WRITE = 0x400,
392         BLUETOOTH_GATT_CHARACTERISTIC_PROPERTY_ENCRYPT_AUTHENTICATED_READ = 0x800,
393         BLUETOOTH_GATT_CHARACTERISTIC_PROPERTY_ENCRYPT_AUTHENTICATED_WRITE = 0x1000,
394         BLUETOOTH_GATT_CHARACTERISTIC_PROPERTY_EXTENDED_PROPS = 0xffff,
395 } bt_gatt_characteristic_property_t;
396
397 /**
398 * Remote device request types for attributes
399 */
400 typedef enum {
401         BLUETOOTH_GATT_ATT_REQUEST_TYPE_READ = 0x00, /* Read Requested*/
402         BLUETOOTH_GATT_ATT_REQUEST_TYPE_WRITE = 0x01, /* Write Requested*/
403 } bluetooth_gatt_att_request_tyep_t;
404
405 /**
406  * Proximity Property Type
407  */
408 typedef enum {
409                 BLUETOOTH_PXP_PROPERTY_LLS = 0x01,      /* Link Loss Alert Proeprty */
410                 BLUETOOTH_PXP_PROPERTY_IAS = 0x02,      /* Immediate Alert Proeprty */
411                 BLUETOOTH_PXP_PROPERTY_TX_POWER = 0x04, /* TX Power */
412 } bluetooth_pxp_poperty_t;
413
414 /**
415 * Advertising parameters
416 */
417 typedef struct {
418         float interval_min;
419         float interval_max;
420         guint8 filter_policy;
421         guint8 type;
422 } bluetooth_advertising_params_t;
423
424 /**
425 * LE Scan parameters
426 */
427 typedef struct {
428         int type;  /**< passive 0, active 1 */
429         float interval;  /**< LE scan interval */
430         float window;  /**< LE scan window */
431 } bluetooth_le_scan_params_t;
432
433 /*
434         LE Connection Update
435  */
436 typedef struct {
437         float interval_min;
438         float interval_max;
439         guint16 latency;
440         guint16 timeout;
441 } bluetooth_le_connection_param_t;
442
443 /*
444         LE Read Maximum Data Length
445  */
446 typedef struct {
447         guint16 max_tx_octets;
448         guint16 max_tx_time;
449         guint16 max_rx_octets;
450         guint16 max_rx_time;
451 } bluetooth_le_read_maximum_data_length_t;
452
453 /*
454         LE Read Host suggested default Data Length
455  */
456 typedef struct {
457         guint16 def_tx_octets;
458         guint16 def_tx_time;
459 } bluetooth_le_read_host_suggested_data_length_t;
460
461 /**
462  * Samsung XSAT Vendor dependent command
463  */
464 typedef struct {
465         gint app_id;
466         char *message;
467 } bluetooth_vendor_dep_at_cmd_t;
468
469 /**
470  * Transfer Types
471  */
472 typedef enum {
473         BLUETOOTH_TRANSFER_INBOUND,         /**< Inbound Transfer Type */
474         BLUETOOTH_TRANSFER_OUTBOUND,        /**< Outbound Transfer Type */
475 } bluetooth_opp_transfer_type_t;
476
477 typedef struct {
478         gint event;
479         gint value;
480 } bluetooth_hf_ciev_device_event_t;
481
482 #define BLUETOOTH_EVENT_BASE            ((int)(0x0000))         /**< No event */
483 #define BLUETOOTH_EVENT_GAP_BASE        ((int)(BLUETOOTH_EVENT_BASE + 0x0010))
484                                                                 /**< Base ID for GAP Event */
485 #define BLUETOOTH_EVENT_SDP_BASE        ((int)(BLUETOOTH_EVENT_GAP_BASE + 0x0020))
486                                                                 /**< Base ID for SDP events */
487 #define BLUETOOTH_EVENT_RFCOMM_BASE     ((int)(BLUETOOTH_EVENT_SDP_BASE + 0x0020))
488                                                                 /**< Base ID for RFCOMM events */
489 #define BLUETOOTH_EVENT_NETWORK_BASE     ((int)(BLUETOOTH_EVENT_RFCOMM_BASE + 0x0020))
490                                                                 /**< Base ID for NETWORK events */
491 #define BLUETOOTH_EVENT_HDP_BASE     ((int)(BLUETOOTH_EVENT_NETWORK_BASE + 0x0020))
492                                                                 /**< Base ID for HDP events */
493 #define BLUETOOTH_EVENT_OPC_BASE  ((int)(BLUETOOTH_EVENT_HDP_BASE + 0x0020))
494                                                                 /**< Base ID for OPC events */
495 #define BLUETOOTH_EVENT_OBEX_SERVER_BASE ((int)(BLUETOOTH_EVENT_OPC_BASE + 0x0020))
496                                                                 /**< Base ID for Obex Server events */
497 #define BLUETOOTH_EVENT_GATT_BASE ((int)(BLUETOOTH_EVENT_OBEX_SERVER_BASE + 0x0020))
498                                                                 /**< Base ID for GATT events */
499
500 #define BLUETOOTH_EVENT_AUDIO_BASE ((int)(BLUETOOTH_EVENT_GATT_BASE + 0x0020))
501                                                                 /**< Base ID for Audio events */
502 #define BLUETOOTH_EVENT_HID_BASE ((int)(BLUETOOTH_EVENT_AUDIO_BASE + 0x0030))
503                                                                 /**< Base ID for HID events */
504 #define BLUETOOTH_EVENT_ADVERTISING_BASE ((int)(BLUETOOTH_EVENT_HID_BASE + 0x0020))
505                                                                 /**< Base ID for Advertising events */
506 #define BLUETOOTH_EVENT_PBAP_CLIENT_BASE ((int)(BLUETOOTH_EVENT_ADVERTISING_BASE + 0x0020))
507                                                                 /**< Base ID for PBAP Client events */
508 #define BLUETOOTH_EVENT_AVRCP_CONTROL_BASE ((int)(BLUETOOTH_EVENT_PBAP_CLIENT_BASE + 0x0020))
509                                                                 /**< Base ID for AVRCP events */
510 #define BLUETOOTH_EVENT_IPSP_BASE ((int)(BLUETOOTH_EVENT_AVRCP_CONTROL_BASE + 0x0020))
511                                                                 /**< Base ID for IPSP events */
512
513 /**
514  * Bluetooth event type
515  */
516 typedef enum {
517         BLUETOOTH_EVENT_NONE = BLUETOOTH_EVENT_BASE,/**< No event */
518
519         BLUETOOTH_EVENT_ENABLED,                    /**< Bluetooth event adpater enabled */
520         BLUETOOTH_EVENT_DISABLED,                   /**< Bluetooth event adpater disabled */
521         BLUETOOTH_EVENT_LE_ENABLED,                 /**< Bluetooth event adpater enabled */
522         BLUETOOTH_EVENT_LE_DISABLED,                /**< Bluetooth event adpater disabled */
523         BLUETOOTH_EVENT_LOCAL_NAME_CHANGED,         /**< Bluetooth event local name changed*/
524         BLUETOOTH_EVENT_DISCOVERABLE_TIMEOUT_REQUESTED,
525                                         /**< Bluetooth event Discoverable timeout requested*/
526         BLUETOOTH_EVENT_DISCOVERABLE_MODE_CHANGED,  /**< Bluetooth event mode changed */
527         BLUETOOTH_EVENT_DISCOVERY_OPTION_REQUESTED, /**< Bluetooth event discovery option */
528         BLUETOOTH_EVENT_DISCOVERY_STARTED,          /**< Bluetooth event discovery started */
529         BLUETOOTH_EVENT_DISCOVERY_FINISHED,         /**< Bluetooth event discovery finished */
530         BLUETOOTH_EVENT_REMOTE_DEVICE_FOUND,        /**< Bluetooth event remote deice found */
531         BLUETOOTH_EVENT_LE_DISCOVERY_STARTED,           /**< Bluetooth event LE discovery started */
532         BLUETOOTH_EVENT_LE_DISCOVERY_FINISHED,  /**< Bluetooth event LE discovery finished */
533         BLUETOOTH_EVENT_REMOTE_LE_DEVICE_FOUND,     /**< Bluetooth event remote deice found (LE dev) */
534         BLUETOOTH_EVENT_REMOTE_IBEACON_DEVICE_FOUND,    /**< Bluetooth event remote ibeacon device found (iBeacon LE dev) */
535         BLUETOOTH_EVENT_REMOTE_DEVICE_NAME_UPDATED,/**< Bluetooth event remote device name updated*/
536         BLUETOOTH_EVENT_BONDING_FINISHED,           /**< Bluetooth event bonding completed */
537         BLUETOOTH_EVENT_BONDED_DEVICE_REMOVED,      /**< Bluetooth event bonding removed */
538         BLUETOOTH_EVENT_BONDED_DEVICE_FOUND,        /**< Bluetooth event paired device found */
539         BLUETOOTH_EVENT_REMOTE_DEVICE_READ,         /**< Bluetooth event read remote device */
540         BLUETOOTH_EVENT_DEVICE_AUTHORIZED,          /**< Bluetooth event authorize device */
541         BLUETOOTH_EVENT_DEVICE_UNAUTHORIZED,        /**< Bluetooth event unauthorize device */
542         BLUETOOTH_EVENT_DISCOVERABLE_TIMEOUT_CHANGED,  /**< Bluetooth event mode changed */
543         BLUETOOTH_EVENT_KEYBOARD_PASSKEY_DISPLAY,       /**Bluetooth event for displaying keyboard  passkey to user*/
544         BLUETOOTH_EVENT_PIN_REQUEST,    /**Bluetooth event for PIN input by user*/
545         BLUETOOTH_EVENT_PASSKEY_REQUEST,        /**Bluetooth event for entering Passkey by user*/
546         BLUETOOTH_EVENT_PASSKEY_CONFIRM_REQUEST,        /**Bluetooth event for Passkey confirmation by user*/
547         BLUETOOTH_EVENT_CONNECTABLE_CHANGED,        /**< Bluetooth event connectable changed */
548
549         BLUETOOTH_EVENT_RSSI_ENABLED,           /**< Bluetooth event RSSI monitoring enabled */
550         BLUETOOTH_EVENT_RSSI_ALERT,                             /**< Bluetooth event RSSI Alert */
551         BLUETOOTH_EVENT_RAW_RSSI,                               /**< Bluetooth event Raw RSSI */
552         BLUETOOTH_EVENT_SUPPORTED_PROFILE_TRUSTED,      /**< Bluetooth event Supported Profile Trusted */
553         BLUETOOTH_EVENT_PASSKEY_NOTIFICATION,       /**< Bluetooth event passkey notification */
554
555         BLUETOOTH_EVENT_SERVICE_SEARCHED = BLUETOOTH_EVENT_SDP_BASE,
556                                                     /**< Bluetooth event serice search base id */
557         BLUETOOTH_EVENT_SERVICE_SEARCH_CANCELLED,   /**< Bluetooth event service search cancelled */
558         BLUETOOTH_EVENT_RFCOMM_DATA_RECEIVED = BLUETOOTH_EVENT_RFCOMM_BASE,
559                                                         /**< RFCOMM data receive event */
560         BLUETOOTH_EVENT_RFCOMM_CONNECTED,               /**< Rfcomm server incomming connection */
561         BLUETOOTH_EVENT_RFCOMM_DISCONNECTED,            /**< Rfcomm server/client disconnect */
562
563         BLUETOOTH_EVENT_RFCOMM_AUTHORIZE,
564
565         BLUETOOTH_EVENT_DEVICE_CONNECTED,           /**< Bluetooth event device connected */
566         BLUETOOTH_EVENT_DEVICE_DISCONNECTED,        /**< Bluetooth event device disconnected */
567
568         BLUETOOTH_EVENT_RFCOMM_SERVER_REMOVED,
569
570         BLUETOOTH_EVENT_NETWORK_SERVER_ACTIVATED = BLUETOOTH_EVENT_NETWORK_BASE,
571                                                                 /**< Bluetooth Network event */
572         BLUETOOTH_EVENT_NETWORK_SERVER_DEACTIVATED, /**< Network server deactivated */
573         BLUETOOTH_EVENT_NETWORK_SERVER_CONNECTED,     /**< Network connected event in server */
574         BLUETOOTH_EVENT_NETWORK_SERVER_DISCONNECTED,
575                                                    /**< Network disconnected evnet in server */
576
577         BLUETOOTH_EVENT_NETWORK_CONNECTED,              /**< Network connected event in client*/
578         BLUETOOTH_EVENT_NETWORK_DISCONNECTED,           /**< Network disconnected evnet in client*/
579
580         BLUETOOTH_EVENT_HDP_CONNECTED
581                         = BLUETOOTH_EVENT_HDP_BASE,                /**<HDP Connect>*/
582         BLUETOOTH_EVENT_HDP_DISCONNECTED,          /**<HDP Disconnect>*/
583         BLUETOOTH_EVENT_HDP_DATA_RECEIVED,         /**<HDP Data Indication>*/
584
585         BLUETOOTH_EVENT_OPC_CONNECTED = BLUETOOTH_EVENT_OPC_BASE,
586                                                                 /* OPC Connected event */
587         BLUETOOTH_EVENT_OPC_DISCONNECTED,               /* OPC Disonnected event */
588         BLUETOOTH_EVENT_OPC_TRANSFER_STARTED,   /* OPC Transfer started event */
589         BLUETOOTH_EVENT_OPC_TRANSFER_PROGRESS,  /* OPC Transfer progress event */
590         BLUETOOTH_EVENT_OPC_TRANSFER_COMPLETE,  /* OPC Transfer Complete event */
591
592         BLUETOOTH_EVENT_OBEX_SERVER_TRANSFER_AUTHORIZE = BLUETOOTH_EVENT_OBEX_SERVER_BASE,
593                                                                 /* Obex server authorize event*/
594         BLUETOOTH_EVENT_OBEX_SERVER_TRANSFER_STARTED,   /* Obex Server transfer started event*/
595         BLUETOOTH_EVENT_OBEX_SERVER_TRANSFER_PROGRESS,/* Obex Server transfer progress event*/
596         BLUETOOTH_EVENT_OBEX_SERVER_TRANSFER_COMPLETED,/* Obex Server transfer complete event*/
597         BLUETOOTH_EVENT_OBEX_SERVER_CONNECTION_AUTHORIZE,
598         BLUETOOTH_EVENT_OBEX_SERVER_TRANSFER_CONNECTED, /* Obex Transfer connected event */
599         BLUETOOTH_EVENT_OBEX_SERVER_TRANSFER_DISCONNECTED, /* Obex Transfer disconnected event */
600
601         BLUETOOTH_EVENT_GATT_SVC_CHAR_DISCOVERED = BLUETOOTH_EVENT_GATT_BASE,
602                                 /**<Discovered GATT service characteristics event*/
603         BLUETOOTH_EVENT_GATT_CHAR_VAL_CHANGED,
604                                 /**<Remote GATT charateristic value changed event*/
605         BLUETOOTH_EVENT_GATT_GET_CHAR_FROM_UUID,
606         BLUETOOTH_EVENT_GATT_READ_CHAR, /**<Gatt Read Characteristic Value */
607         BLUETOOTH_EVENT_GATT_WRITE_CHAR, /**<Gatt Write Characteristic Value */
608         BLUETOOTH_EVENT_GATT_READ_DESC, /**<Gatt Read Characteristic Descriptor Value */
609         BLUETOOTH_EVENT_GATT_WRITE_DESC, /**<Gatt Write Characteristic Descriptor Value */
610         BLUETOOTH_EVENT_GATT_SVC_CHAR_DESC_DISCOVERED, /**<Gatt Char Descriptors Discovered Event*/
611         BLUETOOTH_EVENT_GATT_CONNECTED,/**<Gatt connected event */
612         BLUETOOTH_EVENT_GATT_DISCONNECTED, /**<Gatt Disconnected event */
613         BLUETOOTH_EVENT_GATT_ATT_MTU_CHANGED, /**<Attribute protocol MTU changed event */
614         BLUETOOTH_EVENT_GATT_SERVER_CHARACTERISTIC_VALUE_CHANGED, /**<Gatt Char write callback event */
615         BLUETOOTH_EVENT_GATT_SERVER_READ_REQUESTED, /** <GATT Characteristic/Descriptor Read Request event */
616         BLUETOOTH_EVENT_GATT_SERVER_VALUE_CHANGED, /** <GATT Characteristic/Descriptor Value change event */
617         BLUETOOTH_EVENT_GATT_SERVER_NOTIFICATION_STATE_CHANGED, /** <GATT Characteristic Notification change event */
618         BLUETOOTH_EVENT_GATT_SERVER_NOTIFICATION_COMPLETED, /** <GATT Characteristic Notification or Indication completed event */
619         BLUETOOTH_EVENT_GATT_CLIENT_SERVICE_CHANGED, /** <GATT Client service change event */
620
621         BLUETOOTH_EVENT_AG_CONNECTED = BLUETOOTH_EVENT_AUDIO_BASE, /**<AG service connected event*/
622         BLUETOOTH_EVENT_AG_DISCONNECTED, /**<AG service disconnected event*/
623         BLUETOOTH_EVENT_AG_SPEAKER_GAIN, /**<Speaker gain request event*/
624         BLUETOOTH_EVENT_AG_MIC_GAIN, /**<Mic gain request event*/
625         BLUETOOTH_EVENT_AG_AUDIO_CONNECTED, /**<AV & AG service connected event*/
626         BLUETOOTH_EVENT_AG_AUDIO_DISCONNECTED,  /**<AV & AG service disconnected event*/
627         BLUETOOTH_EVENT_AV_CONNECTED, /**<AV service connected event*/
628         BLUETOOTH_EVENT_AV_DISCONNECTED, /**<AV service disconnected event*/
629         BLUETOOTH_EVENT_AV_SOURCE_CONNECTED, /**<AV Source device connected event */
630         BLUETOOTH_EVENT_AV_SOURCE_DISCONNECTED, /**<AV Source device disconnected event */
631         BLUETOOTH_EVENT_AVRCP_CONNECTED, /**<AVRCP service connected event*/
632         BLUETOOTH_EVENT_AVRCP_DISCONNECTED, /**<AVRCP service disconnected event*/
633         BLUETOOTH_EVENT_AVRCP_SETTING_SHUFFLE_STATUS, /**<AVRCP service player suffle  status event*/
634         BLUETOOTH_EVENT_AVRCP_SETTING_EQUALIZER_STATUS, /**<AVRCP service player equalizer status event*/
635         BLUETOOTH_EVENT_AVRCP_SETTING_REPEAT_STATUS, /**<AVRCP service player repeat status event*/
636         BLUETOOTH_EVENT_AVRCP_SETTING_SCAN_STATUS, /**<AVRCP service player scan status event*/
637         BLUETOOTH_EVENT_HF_CONNECTED,
638         BLUETOOTH_EVENT_HF_DISCONNECTED,
639         BLUETOOTH_EVENT_HF_AUDIO_CONNECTED,
640         BLUETOOTH_EVENT_HF_AUDIO_DISCONNECTED,
641         BLUETOOTH_EVENT_HF_RING_INDICATOR,
642         BLUETOOTH_EVENT_HF_CALL_WAITING,
643         BLUETOOTH_EVENT_HF_CALL_TERMINATED,
644         BLUETOOTH_EVENT_HF_CALL_STARTED,
645         BLUETOOTH_EVENT_HF_CALL_ENDED,
646         BLUETOOTH_EVENT_HF_CALL_UNHOLD,
647         BLUETOOTH_EVENT_HF_CALL_SWAPPED,
648         BLUETOOTH_EVENT_HF_CALL_ON_HOLD,
649         BLUETOOTH_EVENT_HF_CALL_STATUS,
650         BLUETOOTH_EVENT_HF_VOICE_RECOGNITION_ENABLED,
651         BLUETOOTH_EVENT_HF_VOICE_RECOGNITION_DISABLED,
652         BLUETOOTH_EVENT_HF_VOLUME_SPEAKER,
653         BLUETOOTH_EVENT_HF_VENDOR_DEP_CMD,
654         BLUETOOTH_EVENT_HF_CALLSETUP_INCOMING,
655         BLUETOOTH_EVENT_HF_CALL_FAILED_TO_DIAL,
656         BLUETOOTH_EVENT_HF_CALL_IDLE,
657         BLUETOOTH_EVENT_HF_CALLSETUP_DIALING,
658         BLUETOOTH_EVENT_HF_CALLSETUP_ALERTING,
659         BLUETOOTH_EVENT_HF_CIEV_DEVICE_STATUS_CHANGED,
660
661         BLUETOOTH_HID_CONNECTED = BLUETOOTH_EVENT_HID_BASE, /**< Input connectd event*/
662         BLUETOOTH_HID_DISCONNECTED, /**< Input disconnectd event*/
663         BLUETOOTH_HID_DEVICE_CONNECTED, /**< HID Device connected event*/
664         BLUETOOTH_HID_DEVICE_DISCONNECTED, /**< HID Device disconnected event*/
665         BLUETOOTH_HID_DEVICE_DATA_RECEIVED, /**< HID Device data received event*/
666
667         BLUETOOTH_EVENT_ADVERTISING_STARTED = BLUETOOTH_EVENT_ADVERTISING_BASE, /**< Advertising started event */
668         BLUETOOTH_EVENT_ADVERTISING_STOPPED, /**< Advertising stopped event */
669         BLUETOOTH_EVENT_ADVERTISING_MANUFACTURER_DATA_CHANGED, /**< Advertising manufacturer data changed event */
670         BLUETOOTH_EVENT_SCAN_RESPONSE_MANUFACTURER_DATA_CHANGED, /**< Scan response manufacturer data changed event */
671         BLUETOOTH_EVENT_MANUFACTURER_DATA_CHANGED, /**< Manufacturer data changed event */
672         BLUETOOTH_EVENT_DEVICE_ERROR, /**< Hardware error */
673         BLUETOOTH_EVENT_TX_TIMEOUT_ERROR, /** TX Timeout Error*/
674         BLUETOOTH_EVENT_MAX, /**< Bluetooth event Max value */
675
676         BLUETOOTH_PBAP_CONNECTED = BLUETOOTH_EVENT_PBAP_CLIENT_BASE, /**< PBAP connected event*/
677         BLUETOOTH_PBAP_DISCONNECTED, /**< PBAP disconnectd event*/
678         BLUETOOTH_PBAP_PHONEBOOK_SIZE, /**< PBAP Phonebook Size event*/
679         BLUETOOTH_PBAP_PHONEBOOK_PULL, /**< PBAP Phonebook Pull event*/
680         BLUETOOTH_PBAP_VCARD_LIST, /**< PBAP vCard List event*/
681         BLUETOOTH_PBAP_VCARD_PULL, /**< PBAP vCard Pull event*/
682         BLUETOOTH_PBAP_PHONEBOOK_SEARCH, /**< PBAP Phonebook Search event*/
683
684         BLUETOOTH_EVENT_AVRCP_CONTROL_CONNECTED = BLUETOOTH_EVENT_AVRCP_CONTROL_BASE, /**<AVRCP service connected event*/
685         BLUETOOTH_EVENT_AVRCP_CONTROL_DISCONNECTED, /**<AVRCP service disconnected event*/
686         BLUETOOTH_EVENT_AVRCP_CONTROL_SHUFFLE_STATUS, /**<AVRCP control suffle  status event*/
687         BLUETOOTH_EVENT_AVRCP_CONTROL_EQUALIZER_STATUS, /**<AVRCP control equalizer status event*/
688         BLUETOOTH_EVENT_AVRCP_CONTROL_REPEAT_STATUS, /**<AVRCP control repeat status event*/
689         BLUETOOTH_EVENT_AVRCP_CONTROL_SCAN_STATUS, /**<AVRCP control scan status event*/
690         BLUETOOTH_EVENT_AVRCP_SONG_POSITION_STATUS, /**<AVRCP control play Postion status event*/
691         BLUETOOTH_EVENT_AVRCP_PLAY_STATUS_CHANGED, /**<AVRCP control play status event*/
692         BLUETOOTH_EVENT_AVRCP_TRACK_CHANGED, /**<AVRCP control song metadata event*/
693
694         BLUETOOTH_EVENT_IPSP_INIT_STATE_CHANGED = BLUETOOTH_EVENT_IPSP_BASE, /**<IPSP init event*/
695         BLUETOOTH_EVENT_IPSP_CONNECTED, /**< IPSP connected event  */
696         BLUETOOTH_EVENT_IPSP_DISCONNECTED, /**< IPSP Disconnected event */
697         BLUETOOTH_EVENT_IPSP_INTERFACE_INFO, /** IPSP BT Interface Info after connection */
698         BLUETOOTH_EVENT_LE_DATA_LENGTH_CHANGED,  /** LE data length values changed */
699 } bluetooth_event_type_t;
700
701  /**
702  * This bt_service_uuid_list_t  enum  indicates service uuid list .
703  * This values is stored the service_list_array in bt_sdp_info_t and bluetooth_device_info_t.
704  */
705
706 typedef enum {
707         BLUETOOTH_SPP_PROFILE_UUID = ((unsigned short)0x1101),                  /**<SPP*/
708         BLUETOOTH_LAP_PROFILE_UUID = ((unsigned short)0x1102),                  /**<LAP*/
709         BLUETOOTH_DUN_PROFILE_UUID = ((unsigned short)0x1103),                  /**<DUN*/
710         BLUETOOTH_OBEX_IR_MC_SYNC_SERVICE_UUID = ((unsigned short)0x1104),      /**<OBEX IR MC SYNC*/
711         BLUETOOTH_OBEX_OBJECT_PUSH_SERVICE_UUID = ((unsigned short)0x1105),     /**<OPP*/
712         BLUETOOTH_OBEX_FILE_TRANSFER_UUID = ((unsigned short)0x1106),           /**<FTP*/
713         BLUETOOTH_IRMC_SYNC_COMMAND_UUID = ((unsigned short)0x1107),            /**<IRMC SYNC COMMAND*/
714         BLUETOOTH_HS_PROFILE_UUID = ((unsigned short)0x1108),                   /**<HS*/
715         BLUETOOTH_CTP_PROFILE_UUID = ((unsigned short)0x1109),                  /**<CTP*/
716         BLUETOOTH_AUDIO_SOURCE_UUID = ((unsigned short)0x110A),                 /**<AUDIO SOURCE*/
717         BLUETOOTH_AUDIO_SINK_UUID = ((unsigned short)0x110B),                   /**<AUDIO SINK*/
718         BLUETOOTH_AV_REMOTE_CONTROL_TARGET_UUID = ((unsigned short)0x110C),     /**<AV REMOTE CONTROL
719                                                                                 TARGET*/
720         BLUETOOTH_ADVANCED_AUDIO_PROFILE_UUID = ((unsigned short)0x110D),       /**<A2DP*/
721         BLUETOOTH_AV_REMOTE_CONTROL_UUID = ((unsigned short)0x110E),            /**<AV REMOTE CONTROL UUID*/
722         BLUETOOTH_AV_REMOTE_CONTROL_CONTROLLER_UUID = ((unsigned short)0x110F), /**<AV REMOTE CONTROLLER UUID*/
723         BLUETOOTH_ICP_PROFILE_UUID = ((unsigned short)0x1110),                  /**<ICP*/
724         BLUETOOTH_FAX_PROFILE_UUID = ((unsigned short)0x1111),                  /**<FAX*/
725         BLUETOOTH_HEADSET_AG_SERVICE_UUID = ((unsigned short)0x1112),           /**<HS AG */
726         BLUETOOTH_PAN_PANU_PROFILE_UUID = ((unsigned short)0x1115),             /**<PAN*/
727         BLUETOOTH_PAN_NAP_PROFILE_UUID = ((unsigned short)0x1116),              /**<PAN*/
728         BLUETOOTH_PAN_GN_PROFILE_UUID = ((unsigned short)0x1117),               /**<PAN*/
729         BLUETOOTH_DIRECT_PRINTING = ((unsigned short)0x1118),
730         BLUETOOTH_OBEX_BPPS_PROFILE_UUID = ((unsigned short)0x1118),            /**<OBEX BPPS*/ /* Will be removed */
731         BLUETOOTH_REFERENCE_PRINTING = ((unsigned short)0x1119),
732         BLUETOOTH_OBEX_IMAGING_UUID = ((unsigned short)0x111A),                 /**<OBEX_IMAGING*/
733         BLUETOOTH_OBEX_IMAGING_RESPONDER_UUID = ((unsigned short)0x111B),       /**<OBEX_IMAGING
734                                                                                 RESPONDER*/
735         BLUETOOTH_IMAGING_AUTOMATIC_ARCHIVE_UUID = ((unsigned short)0x111C),    /**<IMAGING AUTOMATIC ARCHIVE*/
736         BLUETOOTH_IMAGING_REFERENCED_OBJECTS_UUID = ((unsigned short)0x111D),   /**<IMAGING REFERENCED OBJECTS*/
737         BLUETOOTH_HF_PROFILE_UUID = ((unsigned short)0x111E),                   /**<HF*/
738         BLUETOOTH_HFG_PROFILE_UUID = ((unsigned short)0x111F),                  /**<HFG*/
739         BLUETOOTH_DIRECT_PRINTING_REFERENCE_OBJ_UUID = ((unsigned short)0x1120),
740                                                                         /**<DIRECT PRINTING*/
741         BLUETOOTH_REFLECTED_UI = ((unsigned short)0x1121),              /**<REFLECTED UI*/
742         BLUETOOTH_BASIC_PRINTING = ((unsigned short)0x1122),            /**<BASIC PRINTING*/
743         BLUETOOTH_PRINTING_STATUS = ((unsigned short)0x1123),           /**<PRINTING  STATUS*/
744         BLUETOOTH_OBEX_PRINTING_STATUS_UUID = ((unsigned short)0x1123), /**<OBEX PRINTING STATUS*/ /* Will be removed */
745         BLUETOOTH_HID_PROFILE_UUID = ((unsigned short)0x1124),          /**<HID*/
746         BLUETOOTH_HCR_PROFILE_UUID = ((unsigned short)0x1125),          /**<HCRP*/
747         BLUETOOTH_HCR_PRINT_UUID = ((unsigned short)0x1126),            /**<HCR PRINT*/
748         BLUETOOTH_HCR_SCAN_UUID = ((unsigned short)0x1127),             /**<HCR SCAN*/
749         BLUETOOTH_SIM_ACCESS_PROFILE_UUID = ((unsigned short)0x112D),   /**<SIM ACCESS PROFILE*/
750         BLUETOOTH_PBAP_PCE_UUID = ((unsigned short)0x112E),             /**<PBAP - PCE*/
751         BLUETOOTH_PBAP_PSE_UUID = ((unsigned short)0x112F),             /**<OBEX PBA*/
752         BLUETOOTH_OBEX_PBA_PROFILE_UUID = ((unsigned short)0x112F),     /**<OBEX PBA*/ /* Will be removed */
753         BLUETOOTH_OBEX_PBAP_UUID = ((unsigned short)0x1130),            /**<OBEX PBA*/
754         BLUETOOTH_HEADSET_HS_UUID = ((unsigned short)0x1131),           /**<HEADSET HS*/
755         BLUETOOTH_MESSAGE_ACCESS_SERVER_UUID = ((unsigned short)0x1132),/**<MESSAGE ACCESS SERVER*/
756         BLUETOOTH_MESSAGE_NOTIFICATION_SERVER_UUID = ((unsigned short)0x1133),/**<MESSAGE NOTIFICATION SERVER*/
757         BLUETOOTH_MESSAGE_ACCESS_PROFILE_UUID = ((unsigned short)0x1134),/**<MESSAGE ACCESS PROFILE*/
758         BLUETOOTH_PNP_INFORMATION_UUID = ((unsigned short)0x1200),      /**<PNP*/
759         BLUETOOTH_GENERIC_NETWORKING_UUID = ((unsigned short)0x1201),   /**<GENERIC NETWORKING*/
760         BLUETOOTH_GENERIC_FILE_TRANSFER_UUID = ((unsigned short)0x1202),/**<GENERIC FILE TRANSFER*/
761         BLUETOOTH_GENERIC_AUDIO_UUID = ((unsigned short)0x1203),        /**<GENERIC AUDIO*/
762         BLUETOOTH_GENERIC_TELEPHONY_UUID = ((unsigned short)0x1204),    /**<GENERIC TELEPHONY*/
763         BLUETOOTH_VIDEO_SOURCE_UUID = ((unsigned short)0x1303), /**<VEDIO SOURCE*/
764         BLUETOOTH_VIDEO_SINK_UUID = ((unsigned short)0x1304),           /**<VEDIO SINK*/
765         BLUETOOTH_VIDEO_DISTRIBUTION_UUID = ((unsigned short)0x1305),   /**<VEDIO DISTRIBUTION*/
766         BLUETOOTH_HDP_UUID = ((unsigned short)0x1400),                  /**<HDP*/
767         BLUETOOTH_HDP_SOURCE_UUID = ((unsigned short)0x1401),           /**<HDP SOURCE*/
768         BLUETOOTH_HDP_SINK_UUID = ((unsigned short)0x1402),             /**<HDP SINK*/
769         BLUETOOTH_OBEX_SYNCML_TRANSFER_UUID = ((unsigned short)0x0000)  /**<OBEX_SYNC*/ /* Will be removed */
770 } bluetooth_service_uuid_list_t;
771
772 /**
773 * Service class part of class of device returned from device discovery
774 */
775 typedef enum {
776         BLUETOOTH_DEVICE_SERVICE_CLASS_LIMITED_DISCOVERABLE_MODE = 0x002000,
777         BLUETOOTH_DEVICE_SERVICE_CLASS_POSITIONING = 0x010000,                  /**<  */
778         BLUETOOTH_DEVICE_SERVICE_CLASS_NETWORKING = 0x020000,                   /**<  */
779         BLUETOOTH_DEVICE_SERVICE_CLASS_RENDERING = 0x040000,                    /**<  */
780         BLUETOOTH_DEVICE_SERVICE_CLASS_CAPTURING = 0x080000,                    /**<  */
781         BLUETOOTH_DEVICE_SERVICE_CLASS_OBJECT_TRANSFER = 0x100000,              /**<  */
782         BLUETOOTH_DEVICE_SERVICE_CLASS_AUDIO = 0x200000,                        /**<  */
783         BLUETOOTH_DEVICE_SERVICE_CLASS_TELEPHONY = 0x400000,                    /**<  */
784         BLUETOOTH_DEVICE_SERVICE_CLASS_INFORMATION = 0x800000,                  /**<  */
785 } bluetooth_device_service_class_t;
786
787
788 /**
789  * Major device mask (For device discovery)
790  */
791 typedef enum {
792         BLUETOOTH_DEVICE_MAJOR_MASK_MISC = 0x00,
793         BLUETOOTH_DEVICE_MAJOR_MASK_COMPUTER = 0x0001,
794         BLUETOOTH_DEVICE_MAJOR_MASK_PHONE = 0x0002,
795         BLUETOOTH_DEVICE_MAJOR_MASK_LAN_ACCESS_POINT = 0x0004,
796         BLUETOOTH_DEVICE_MAJOR_MASK_AUDIO = 0x0008,
797         BLUETOOTH_DEVICE_MAJOR_MASK_PERIPHERAL = 0x0010,
798         BLUETOOTH_DEVICE_MAJOR_MASK_IMAGING = 0x0020,
799         BLUETOOTH_DEVICE_MAJOR_MASK_WEARABLE = 0x0040,
800         BLUETOOTH_DEVICE_MAJOR_MASK_TOY = 0x0080,
801         BLUETOOTH_DEVICE_MAJOR_MASK_HEALTH = 0x0100,
802 } bluetooth_device_major_mask_t;
803
804
805 /**
806  * Major device class (part of Class of Device)
807  */
808 typedef enum {
809         BLUETOOTH_DEVICE_MAJOR_CLASS_MISC = 0x00,       /**< Miscellaneous major device class*/
810         BLUETOOTH_DEVICE_MAJOR_CLASS_COMPUTER = 0x01,           /**< Computer major device class*/
811         BLUETOOTH_DEVICE_MAJOR_CLASS_PHONE = 0x02,              /**< Phone major device class*/
812         BLUETOOTH_DEVICE_MAJOR_CLASS_LAN_ACCESS_POINT = 0x03,   /**< LAN major device class*/
813         BLUETOOTH_DEVICE_MAJOR_CLASS_AUDIO = 0x04,              /**< AUDIO major device class*/
814         BLUETOOTH_DEVICE_MAJOR_CLASS_PERIPHERAL = 0x05,         /**< Peripheral major device class*/
815         BLUETOOTH_DEVICE_MAJOR_CLASS_IMAGING = 0x06,            /**< Imaging major device class*/
816         BLUETOOTH_DEVICE_MAJOR_CLASS_WEARABLE = 0x07,           /**< Wearable device class*/
817         BLUETOOTH_DEVICE_MAJOR_CLASS_TOY = 0x08,                /**< Toy device class*/
818         BLUETOOTH_DEVICE_MAJOR_CLASS_HEALTH = 0x09,             /**< Health device class*/
819         BLUETOOTH_DEVICE_MAJOR_CLASS_UNCLASSIFIED = 0x1F        /**< Unknown major device class*/
820 } bluetooth_device_major_class_t;
821
822 typedef enum {
823         BLUETOOTH_DEVICE_MINOR_CLASS_UNCLASSIFIED = 0x00,       /**< unclassified minor class */
824
825         /* About Computer Major class */
826         BLUETOOTH_DEVICE_MINOR_CLASS_DESKTOP_WORKSTATION = 0x04,        /**< desktop workstation
827                                                                         minor class */
828         BLUETOOTH_DEVICE_MINOR_CLASS_SERVER_CLASS_COMPUTER = 0x08,      /**< server minor class */
829         BLUETOOTH_DEVICE_MINOR_CLASS_LAPTOP = 0x0C,                     /**< laptop minor class */
830         BLUETOOTH_DEVICE_MINOR_CLASS_HANDHELD_PC_OR_PDA = 0x10,         /**< PDA minor class */
831         BLUETOOTH_DEVICE_MINOR_CLASS_PALM_SIZED_PC_OR_PDA = 0x14,       /**< PALM minor class */
832         BLUETOOTH_DEVICE_MINOR_CLASS_WEARABLE_COMPUTER = 0x18,  /**< Wearable PC minor class */
833
834         /* About Phone Major class */
835         BLUETOOTH_DEVICE_MINOR_CLASS_CELLULAR = 0x04,                   /**< Cellular minor class */
836         BLUETOOTH_DEVICE_MINOR_CLASS_CORDLESS = 0x08,                   /**< cordless minor class */
837         BLUETOOTH_DEVICE_MINOR_CLASS_SMART_PHONE = 0x0C,        /**< smart phone minor class */
838         BLUETOOTH_DEVICE_MINOR_CLASS_WIRED_MODEM_OR_VOICE_GATEWAY = 0x10,
839                                                                 /**< voice gateway minor class */
840         BLUETOOTH_DEVICE_MINOR_CLASS_COMMON_ISDN_ACCESS = 0x14,         /**< ISDN minor class */
841
842         /* About LAN/Network Access Point Major class */
843         BLUETOOTH_DEVICE_MINOR_CLASS_FULLY_AVAILABLE = 0x04,            /**< Fully available minor class */
844         BLUETOOTH_DEVICE_MINOR_CLASS_1_TO_17_PERCENT_UTILIZED = 0x20,   /**< 1-17% utilized minor class */
845         BLUETOOTH_DEVICE_MINOR_CLASS_17_TO_33_PERCENT_UTILIZED = 0x40,  /**< 17-33% utilized minor class */
846         BLUETOOTH_DEVICE_MINOR_CLASS_33_TO_50_PERCENT_UTILIZED = 0x60,  /**< 33-50% utilized minor class */
847         BLUETOOTH_DEVICE_MINOR_CLASS_50_to_67_PERCENT_UTILIZED = 0x80,  /**< 50-67% utilized minor class */
848         BLUETOOTH_DEVICE_MINOR_CLASS_67_TO_83_PERCENT_UTILIZED = 0xA0,  /**< 67-83% utilized minor class */
849         BLUETOOTH_DEVICE_MINOR_CLASS_83_TO_99_PERCENT_UTILIZED = 0xC0,  /**< 83-99% utilized minor class */
850         BLUETOOTH_DEVICE_MINOR_CLASS_NO_SERVICE_AVAILABLE = 0xE0,               /**< No service available minor class */
851
852         /* About Audio/Video Major class */
853         BLUETOOTH_DEVICE_MINOR_CLASS_HEADSET_PROFILE = 0x04,            /**< Headset minor class */
854         BLUETOOTH_DEVICE_MINOR_CLASS_HANDSFREE = 0x08,                  /**< Handsfree minor class*/
855
856         BLUETOOTH_DEVICE_MINOR_CLASS_MICROPHONE = 0x10,         /**< Microphone minor class */
857         BLUETOOTH_DEVICE_MINOR_CLASS_LOUD_SPEAKER = 0x14,       /**< Loud Speaker minor class */
858         BLUETOOTH_DEVICE_MINOR_CLASS_HEADPHONES = 0x18,         /**< Headphones minor class */
859         BLUETOOTH_DEVICE_MINOR_CLASS_PORTABLE_AUDIO = 0x1C,     /**< Portable Audio minor class */
860         BLUETOOTH_DEVICE_MINOR_CLASS_CAR_AUDIO = 0x20,           /**< Car Audio minor class */
861         BLUETOOTH_DEVICE_MINOR_CLASS_SET_TOP_BOX = 0x24,        /**< Set top box minor class */
862         BLUETOOTH_DEVICE_MINOR_CLASS_HIFI_AUDIO_DEVICE = 0x28,  /**< Hifi minor class */
863         BLUETOOTH_DEVICE_MINOR_CLASS_VCR = 0x2C,                /**< VCR minor class */
864         BLUETOOTH_DEVICE_MINOR_CLASS_VIDEO_CAMERA = 0x30,       /**< Video Camera minor class */
865         BLUETOOTH_DEVICE_MINOR_CLASS_CAM_CORDER = 0x34,         /**< CAM Corder minor class */
866         BLUETOOTH_DEVICE_MINOR_CLASS_VIDEO_MONITOR = 0x38,      /**<Video Monitor minor class */
867         BLUETOOTH_DEVICE_MINOR_CLASS_VIDEO_DISPLAY_AND_LOUD_SPEAKER = 0x3C,
868                                                                         /**< Video Display and Loud
869                                                                         Speaker minor class */
870         BLUETOOTH_DEVICE_MINOR_CLASS_VIDEO_CONFERENCING = 0x40, /**< Video Conferencing minor
871                                                                 class */
872
873         BLUETOOTH_DEVICE_MINOR_CLASS_GAMING_OR_TOY = 0x48,      /**< Gaming or toy minor class */
874
875         /* About Peripheral Major class */
876         BLUETOOTH_DEVICE_MINOR_CLASS_KEY_BOARD = 0x40,          /**< Key board minor class */
877         BLUETOOTH_DEVICE_MINOR_CLASS_POINTING_DEVICE = 0x80,    /**< Pointing Device minor class */
878         BLUETOOTH_DEVICE_MINOR_CLASS_COMBO_KEYBOARD_OR_POINTING_DEVICE = 0xC0,
879                                                                 /**< Combo Keyboard or pointing
880                                                                 device minorclass */
881
882         BLUETOOTH_DEVICE_MINOR_CLASS_JOYSTICK = 0x04,           /**< JoyStick minor class */
883         BLUETOOTH_DEVICE_MINOR_CLASS_GAME_PAD = 0x08,           /**< Game Pad minor class */
884         BLUETOOTH_DEVICE_MINOR_CLASS_REMOTE_CONTROL = 0x0C,     /**< Remote Control minor class */
885         BLUETOOTH_DEVICE_MINOR_CLASS_SENSING_DEVICE = 0x10,     /**< Sensing Device minor class */
886         BLUETOOTH_DEVICE_MINOR_CLASS_DIGITIZER_TABLET = 0x14,   /**< Digitizer minor class */
887         BLUETOOTH_DEVICE_MINOR_CLASS_CARD_READER = 0x18,        /**< Card Reader minor class */
888         BLUETOOTH_DEVICE_MINOR_CLASS_DIGITAL_PEN = 0x1C,        /**< Digital pen minor class */
889         BLUETOOTH_DEVICE_MINOR_CLASS_HANDHELD_SCANNER = 0x20,   /**< Handheld scanner for bar-codes, RFID minor class */
890         BLUETOOTH_DEVICE_MINOR_CLASS_HANDHELD_GESTURAL_INPUT_DEVICE = 0x24,     /**< Handheld gestural input device minor class */
891
892         /* About Imaging Major class */
893         BLUETOOTH_DEVICE_MINOR_CLASS_DISPLAY = 0x10,            /**< Display minor class */
894         BLUETOOTH_DEVICE_MINOR_CLASS_CAMERA = 0x20,             /**< Camera minor class */
895         BLUETOOTH_DEVICE_MINOR_CLASS_SCANNER = 0x40,            /**< Scanner minor class */
896         BLUETOOTH_DEVICE_MINOR_CLASS_PRINTER = 0x80,            /**< Printer minor class */
897
898         /* About Wearable Major class */
899         BLUETOOTH_DEVICE_MINOR_CLASS_WRIST_WATCH = 0x04,        /**< Wrist watch minor class */
900         BLUETOOTH_DEVICE_MINOR_CLASS_PAGER = 0x08,              /**< Pager minor class */
901         BLUETOOTH_DEVICE_MINOR_CLASS_JACKET = 0x0C,             /**< Jacket minor class */
902         BLUETOOTH_DEVICE_MINOR_CLASS_HELMET = 0x10,             /**< Helmet minor class */
903         BLUETOOTH_DEVICE_MINOR_CLASS_GLASSES = 0x14,            /**< Glasses minor class */
904
905         /* About Toy Major class */
906         BLUETOOTH_DEVICE_MINOR_CLASS_ROBOT = 0x04,              /**< Robot minor class */
907         BLUETOOTH_DEVICE_MINOR_CLASS_VEHICLE = 0x08,            /**< Vehicle minor class */
908         BLUETOOTH_DEVICE_MINOR_CLASS_DOLL_OR_ACTION = 0x0C,     /**< Doll or Action minor class */
909         BLUETOOTH_DEVICE_MINOR_CLASS_CONTROLLER = 0x10,         /**< Controller minor class */
910         BLUETOOTH_DEVICE_MINOR_CLASS_GAME = 0x14,               /**< Game minor class */
911
912         /* About Health Major class */
913         BLUETOOTH_DEVICE_MINOR_CLASS_BLOOD_PRESSURE_MONITOR = 0x04,     /**< Blood Pressure minor class */
914         BLUETOOTH_DEVICE_MINOR_CLASS_THERMOMETER = 0x08,                /**< Thermometer minor class */
915         BLUETOOTH_DEVICE_MINOR_CLASS_WEIGHING_SCALE = 0x0C,             /**< Weighing Scale minor class */
916         BLUETOOTH_DEVICE_MINOR_CLASS_GLUCOSE_METER = 0x10,              /**< Glucose minor class */
917         BLUETOOTH_DEVICE_MINOR_CLASS_PULSE_OXIMETER = 0x14,             /**< Pulse Oximeter minor class */
918         BLUETOOTH_DEVICE_MINOR_CLASS_HEART_OR_PULSE_RATE_MONITOR = 0x18,/**< Heart or pulse rate monitor minor class */
919         BLUETOOTH_DEVICE_MINOR_CLASS_MEDICAL_DATA_DISPLAY = 0x1C,       /**< Medical minor class */
920         BLUETOOTH_DEVICE_MINOR_CLASS_STEP_COUNTER = 0x20,               /**< Step Counter minor class */
921         BLUETOOTH_DEVICE_MINOR_CLASS_BODY_COMPOSITION_ANALYZER = 0x24,  /**< Body composition analyzer minor class */
922         BLUETOOTH_DEVICE_MINOR_CLASS_PEAK_FLOW_MONITOR = 0x28,  /**< Peak flow monitor minor class */
923         BLUETOOTH_DEVICE_MINOR_CLASS_MEDICATION_MONITOR = 0x2C, /**< Medication monitor minor class */
924         BLUETOOTH_DEVICE_MINOR_CLASS_KNEE_PROSTHESIS = 0x30,    /**< Knee prosthesis minor class */
925         BLUETOOTH_DEVICE_MINOR_CLASS_ANKLE_PROSTHESIS = 0x34,   /**< Ankle prosthesis minor class */
926 } bluetooth_device_minor_class_t;
927
928 /**
929  * structure to hold the device information
930  */
931 typedef struct {
932         bluetooth_device_major_class_t major_class; /**< major device class */
933         bluetooth_device_minor_class_t minor_class; /**< minor device class */
934         bluetooth_device_service_class_t service_class;
935                                                     /**< service device class */
936 } bluetooth_device_class_t;
937
938 /**
939  * Discovery Role types
940  */
941 typedef enum {
942         DISCOVERY_ROLE_BREDR = 0x1,
943         DISCOVERY_ROLE_LE,
944         DISCOVERY_ROLE_LE_BREDR
945 } bt_discovery_role_type_t;
946
947 /**
948  * Connected state types
949  */
950 typedef enum {
951         BLUETOOTH_CONNECTED_LINK_NONE = 0x00,
952         BLUETOOTH_CONNECTED_LINK_BREDR = 0x01,
953         BLUETOOTH_CONNECTED_LINK_LE = 0x02,
954         BLUETOOTH_CONNECTED_LINK_BREDR_LE = 0x03,
955 } bluetooth_connected_link_t;
956
957 /**
958 * Scan filter entry
959 */
960 typedef enum {
961         BLUETOOTH_LE_SCAN_FILTER_FEATURE_DEVICE_ADDRESS = 0x01,                 /**< device address */
962         BLUETOOTH_LE_SCAN_FILTER_FEATURE_SERVICE_UUID = 0x04,                   /**< service uuid */
963         BLUETOOTH_LE_SCAN_FILTER_FEATURE_SERVICE_SOLICITATION_UUID = 0x08,      /**< service solicitation uuid */
964         BLUETOOTH_LE_SCAN_FILTER_FEATURE_DEVICE_NAME = 0x10,                    /**< device name */
965         BLUETOOTH_LE_SCAN_FILTER_FEATURE_MANUFACTURER_DATA = 0x20,              /**< manufacturer data */
966         BLUETOOTH_LE_SCAN_FILTER_FEATURE_SERVICE_DATA = 0x40,                   /**< service data */
967 } bluetooth_le_scan_filter_feature_t;
968
969 /**
970  * LE connection mode
971  */
972 typedef enum {
973         BLUETOOTH_LE_CONNECTION_MODE_BALANCED,
974         BLUETOOTH_LE_CONNECTION_MODE_LOW_LATENCY,
975         BLUETOOTH_LE_CONNECTION_MODE_LOW_POWER
976 } bluetooth_le_connection_mode_t;
977
978 /**
979 * structure to hold the device information
980 */
981 typedef struct {
982         bluetooth_device_address_t device_address;      /**< device address */
983         bluetooth_device_name_t device_name;    /**< device name */
984         bluetooth_device_class_t device_class;  /**< device class */
985         char uuids[BLUETOOTH_MAX_SERVICES_FOR_DEVICE][BLUETOOTH_UUID_STRING_MAX];
986         unsigned int service_list_array[BLUETOOTH_MAX_SERVICES_FOR_DEVICE]; /**< Use enum values in bt_service_uuid_list_t */
987         int service_index;
988         int rssi;                               /**< received strength signal*/
989         gboolean paired;                        /**< paired flag */
990         bluetooth_connected_link_t connected;   /**< connected link type */
991         gboolean trust;                         /**< trust flag */
992         gboolean is_alias_set;          /** is device alias set flag**/
993         bluetooth_manufacturer_data_t manufacturer_data;        /**< manafacturer specific class */
994 } bluetooth_device_info_t;
995
996 /**
997 * structure to hold the LE device information
998 */
999 typedef struct {
1000         int data_len;           /**< manafacturer specific data length */
1001         bluetooth_advertising_data_t data;              /**< manafacturer specific data */
1002 } bluetooth_le_advertising_data_t;
1003
1004 typedef struct {
1005         bluetooth_device_address_t device_address;      /**< device address */
1006         int addr_type;                  /**< address type*/
1007         int rssi;                       /**< received strength signal*/
1008         bluetooth_le_advertising_data_t adv_ind_data;
1009         bluetooth_le_advertising_data_t scan_resp_data;
1010 } bluetooth_le_device_info_t;
1011
1012 typedef struct {
1013         bluetooth_device_address_t device_address;      /**< device address */
1014         int addr_type;                  /**< address type*/
1015         int rssi;                       /**< received strength signal*/
1016         int adv_type;
1017         int company_id;         /** <Company ID> */
1018         int ibeacon_type;       /** <iBeacon type> */
1019         int major_id;           /** <Major ID> */
1020         int minor_id;           /** <Minor ID> */
1021         int measured_power; /** <Measured Power value for proximity> */
1022         int uuid_len;           /** <uuid string len> */
1023         char uuid[BLUETOOTH_UUID_STRING_MAX];   /** <customr/specific UUID> */
1024 } bluetooth_ibeacon_device_info_t;
1025
1026 typedef struct {
1027         int slot_id;
1028         bluetooth_le_scan_filter_feature_t added_features;              /**< added features */
1029         bluetooth_device_address_t device_address;                      /**< device address */
1030         char device_name[BLUETOOTH_ADVERTISING_DATA_LENGTH_MAX];        /**< device name */
1031         bluetooth_le_advertising_data_t service_uuid;                   /**< service uuid */
1032         bluetooth_le_advertising_data_t service_uuid_mask;              /**< service uuid mask */
1033         bluetooth_le_advertising_data_t service_solicitation_uuid;      /**< service solicitation uuid */
1034         bluetooth_le_advertising_data_t service_solicitation_uuid_mask; /**< service solicitation uuid mask */
1035         bluetooth_le_advertising_data_t service_data;                   /**< service data */
1036         bluetooth_le_advertising_data_t service_data_mask;              /**< service data mask */
1037         int manufacturer_id;                                            /**< manufacturer ID */
1038         bluetooth_le_advertising_data_t manufacturer_data;              /**< manufacturer data */
1039         bluetooth_le_advertising_data_t manufacturer_data_mask;         /**< manufacturer data mask */
1040 } bluetooth_le_scan_filter_t;
1041
1042 typedef struct {
1043         bluetooth_device_address_t device_address;      /**< device address */
1044         unsigned int mtu;       /** < MTU set for the ATT connection */
1045         unsigned int status; /** < status of the MTU exchange */
1046 } bluetooth_le_att_mtu_info_t;
1047
1048 /**
1049  * structure to hold the paired device information
1050  */
1051 typedef struct {
1052         bluetooth_device_address_t device_address;  /**< paired device address */
1053         bluetooth_device_name_t device_name;        /**< device name */
1054         bluetooth_device_class_t device_class;      /**< device class */
1055 } bluetooth_paired_device_info_t;
1056
1057 /**
1058 * structure to hold the paired device information
1059 */
1060 typedef struct {
1061         bluetooth_device_address_t device_address;
1062                                                /**< device address */
1063         char interface_name[BLUETOOTH_INTERFACE_NAME_LENGTH + 1];
1064                                                           /**< network interface name */
1065 } bluetooth_network_device_info_t;
1066
1067 /**
1068  * Authentication event types
1069  */
1070
1071 typedef enum {
1072         BLUETOOTH_AUTH_KEYBOARD_PASSKEY_REQUEST = 0,
1073         BLUETOOTH_AUTH_PIN_REQUEST,
1074         BLUETOOTH_AUTH_PASSKEY_REQUEST,
1075         BLUETOOTH_AUTH_PASSKEY_CONFIRM_REQUEST,
1076 } bluetooth_auth_type_t;
1077
1078 /**
1079 * structure to hold the pincode/pass-key req informations
1080 */
1081 typedef struct {
1082         bluetooth_device_address_t device_address;  /**< remote device address */
1083         bluetooth_device_name_t device_name;        /**< device name */
1084         char str_passkey[BLUETOOTH_DEVICE_PASSKEY_LENGTH_MAX]; /**< pass-key string */
1085 } bluetooth_authentication_request_info_t;
1086
1087 /**
1088 * Stucture to hold discovery option
1089 */
1090 typedef struct {
1091         unsigned short max_response;    /**< the number of maximum response */
1092         unsigned short discovery_duration;
1093                                         /**< duration of discovery (seconds) */
1094         unsigned int classOfDeviceMask; /**<  mask for values of class of device. to be used with
1095                                         classOfDevice variable */
1096 } bluetooth_discovery_option_t;
1097
1098 /**
1099  * Stucture to hold event information
1100  */
1101 typedef struct {
1102         int event;      /**< event type */
1103         int result;     /**< Success or error value */
1104         void *param_data;
1105                         /**<parameter data pointer */
1106         void *user_data;
1107 } bluetooth_event_param_t;
1108
1109 typedef struct {
1110         bluetooth_device_address_t device_addr;
1111         char uuids[BLUETOOTH_MAX_SERVICES_FOR_DEVICE][BLUETOOTH_UUID_STRING_MAX];
1112         unsigned int service_list_array[BLUETOOTH_MAX_SERVICES_FOR_DEVICE]; /**< Use enum values in bt_service_uuid_list_t */
1113         unsigned int service_name_array[BLUETOOTH_MAX_SERVICES_FOR_DEVICE];
1114         int service_index;
1115 } bt_sdp_info_t;
1116
1117 typedef struct {
1118         bluetooth_device_address_t device_addr;
1119         unsigned char addr_type;
1120         int disc_reason;
1121 } bt_connection_info_t;
1122
1123 /**
1124  * Stucture to rfcomm receive data
1125  */
1126
1127 typedef struct {
1128         int socket_fd;
1129                 /**< the socket fd */
1130         int buffer_size;/**< the length of the receive buffer */
1131         char *buffer;
1132                 /**< the receive data buffer */
1133 } bluetooth_rfcomm_received_data_t;
1134
1135 /**
1136  * HID Header type
1137  */
1138 typedef enum {
1139         HTYPE_TRANS_HANDSHAKE,
1140         HTYPE_TRANS_HID_CONTROL,
1141         HTYPE_TRANS_GET_REPORT,
1142         HTYPE_TRANS_SET_REPORT,
1143         HTYPE_TRANS_GET_PROTOCOL,
1144         HTYPE_TRANS_SET_PROTOCOL,
1145         HTYPE_TRANS_DATA,
1146         HTYPE_TRANS_UNKNOWN
1147 } bt_hid_header_type_t;
1148
1149 /**
1150  * HID Param type
1151  */
1152 typedef enum {
1153         PTYPE_DATA_RTYPE_INPUT,
1154         PTYPE_DATA_RTYPE_OUTPUT
1155 } bt_hid_param_type_t;
1156
1157 /**
1158  * Stucture to hid receive data
1159  */
1160 typedef struct {
1161         const char *address;
1162         bt_hid_header_type_t type;
1163                 /**< Header type containing */
1164         bt_hid_param_type_t param;
1165                 /**< Param type in header like INPUT Report or OutPut Report */
1166         int buffer_size;/**< the length of the receive buffer */
1167         char *buffer;
1168                 /**< the receive data buffer */
1169 } bluetooth_hid_received_data_t;
1170
1171 /**
1172 * Stucture to rfcomm connection
1173 */
1174
1175 typedef struct {
1176         int socket_fd; /**< the socket fd */
1177         int server_id; /* Server id */
1178         int device_role; /** < Device role - RFCOMM_ROLE_SERVER or RFCOMM_ROLE_CLIENT */
1179         bluetooth_device_address_t device_addr;
1180                                               /**< device address */
1181         char uuid[BLUETOOTH_UUID_STRING_MAX];
1182 } bluetooth_rfcomm_connection_t;
1183
1184 /**
1185  * Stucture to rfcomm disconnection
1186  */
1187 typedef struct {
1188         int socket_fd;
1189                 /**< the socket fd */
1190         int device_role;/** < Device role - RFCOMM_ROLE_SERVER or RFCOMM_ROLE_CLIENT */
1191         bluetooth_device_address_t device_addr;
1192                                               /**< device address */
1193         char uuid[BLUETOOTH_UUID_STRING_MAX];
1194 } bluetooth_rfcomm_disconnection_t;
1195
1196 typedef struct {
1197         int socket_fd;
1198                 /**< the socket fd */
1199         bluetooth_device_address_t device_addr;
1200                                               /**< device address */
1201 } bluetooth_rfcomm_connection_request_t;
1202
1203 typedef struct {
1204         int socket_fd;
1205                 /**< the socket fd */
1206         bluetooth_device_address_t device_addr;
1207                                               /**< device address */
1208 } bluetooth_hid_request_t;
1209
1210 /**
1211  * HDP QOS types
1212  */
1213 typedef enum {
1214         HDP_QOS_RELIABLE,
1215         HDP_QOS_STREAMING,
1216         HDP_QOS_ANY
1217 } bt_hdp_qos_type_t;
1218
1219 /**
1220  * HDP Role types
1221  */
1222 typedef enum {
1223         HDP_ROLE_SOURCE = 0x0,
1224         HDP_ROLE_SINK
1225 } bt_hdp_role_type_t;
1226
1227
1228 /**
1229  * Stucture to HDP connected
1230  */
1231 typedef struct {
1232         const char *app_handle; /**< the application handle */
1233         unsigned int channel_id;        /**< the channel id */
1234         bt_hdp_qos_type_t type; /**< the QOS type */
1235         bluetooth_device_address_t device_address; /**< the remote address */
1236 } bt_hdp_connected_t;
1237
1238 /**
1239  * Stucture to HDP disconnected
1240  */
1241 typedef struct {
1242         unsigned int channel_id; /**< the channel id */
1243         bluetooth_device_address_t device_address; /**< the remote address */
1244 } bt_hdp_disconnected_t;
1245
1246 /**
1247  * Stucture to HDP data indication
1248  */
1249 typedef struct {
1250         unsigned int channel_id;         /**< the channel id */
1251         const char *buffer;      /**< the RX data buffer */
1252         unsigned int size;       /**< the RX data size */
1253 } bt_hdp_data_ind_t;
1254
1255 /**
1256  * Stucture to OPP client transfer information
1257  */
1258 typedef struct {
1259         char *device_addr;
1260         char *filename;
1261         unsigned long size;
1262         int percentage;
1263 } bt_opc_transfer_info_t;
1264
1265 /* Obex Server transfer type */
1266 #define TRANSFER_PUT "PUT"
1267 #define TRANSFER_GET "GET"
1268 /**
1269  * Stucture to OPP/FTP Server authorize information
1270  */
1271 typedef struct {
1272         char *filename;
1273         int length;
1274         char *address;
1275         char *name;
1276 } bt_obex_server_authorize_into_t;
1277
1278 /**
1279  * Server type
1280  */
1281 typedef enum {
1282         OPP_SERVER = 0x0,
1283         FTP_SERVER
1284 } bt_obex_server_type_t;
1285
1286 /**
1287  * Stucture to OPP/FTP server transfer information
1288  */
1289 typedef struct {
1290         char *filename;
1291         char *device_name;
1292         char *file_path;
1293         char *type;
1294         int transfer_id;
1295         unsigned long file_size;
1296         int percentage;
1297         bt_obex_server_type_t server_type;
1298         char *address;
1299         unsigned char *contact_auth_info;
1300 } bt_obex_server_transfer_info_t;
1301
1302 /**
1303  * Stucture to OPP/FTP server connection/disconnection information
1304  */
1305 typedef struct {
1306         char *address;
1307         char *device_name;
1308         int transfer_id;
1309 } bt_obex_server_connection_info_t;
1310
1311
1312 /**
1313  * Stucture to OOB data
1314  */
1315
1316 typedef struct {
1317         unsigned char hash[BLUETOOTH_OOB_DATA_LENGTH];
1318         unsigned char randomizer[BLUETOOTH_OOB_DATA_LENGTH];
1319         unsigned int hash_len;
1320         unsigned int randomizer_len;
1321
1322         unsigned char hash256[BLUETOOTH_OOB_DATA_LENGTH];
1323         unsigned char randomizer256[BLUETOOTH_OOB_DATA_LENGTH];
1324         unsigned int hash256_len;
1325         unsigned int randomizer256_len;
1326 } bt_oob_data_t;
1327
1328 /**
1329  * Structure to GATT attribute handle data
1330  */
1331
1332 typedef struct {
1333         int count;
1334         char **handle;
1335 } bt_gatt_handle_info_t;
1336
1337 /**
1338  * Structure to GATT Remote service data
1339  */
1340
1341 typedef struct {
1342         char *uuid;
1343         char *handle;
1344         gboolean primary;
1345         bt_gatt_handle_info_t include_handles;
1346         bt_gatt_handle_info_t char_handle;
1347 } bt_gatt_service_property_t;
1348
1349 /**
1350  * Structure to GATT Remote characteristic data
1351  */
1352
1353 typedef struct {
1354         char *service_handle;
1355         bt_gatt_handle_info_t handle_info;
1356 } bt_gatt_discovered_char_t;
1357
1358 /**
1359  * Structure to format of GATT Characteristic Value
1360  */
1361
1362 typedef struct {
1363         unsigned char format;
1364         unsigned char exponent;
1365         unsigned short unit;
1366         unsigned char name_space;
1367         unsigned short description;
1368 } bt_gatt_char_format_t;
1369
1370 /**
1371  * Structure to GATT Characteristic property
1372  */
1373
1374 typedef struct {
1375         char *handle;
1376         char *uuid;
1377         char *name;
1378         char *description;
1379         bt_gatt_char_format_t format;
1380         unsigned char *val;
1381         unsigned int val_len;
1382         unsigned int permission;
1383         char *representation;
1384         bt_gatt_handle_info_t char_desc_handle;
1385 } bt_gatt_char_property_t;
1386
1387 /**
1388  * Structure to GATT Characteristic descriptor property
1389  */
1390
1391 typedef struct {
1392         char *handle;
1393         char *uuid;
1394         unsigned char *val;
1395         unsigned int val_len;
1396 } bt_gatt_char_descriptor_property_t;
1397
1398 /**
1399  * Structure to GATT Characteristic value
1400  */
1401
1402 typedef struct {
1403         char *char_handle;
1404         guint8 *char_value;
1405         guint32 val_len;
1406 } bt_gatt_char_value_t;
1407
1408 /**
1409  * Structure to GATT Read Request
1410  */
1411 typedef struct {
1412         char *att_handle;
1413         char *service_handle;
1414         char *address;
1415         guint16 offset;
1416         guint8 req_id;
1417 } bt_gatt_read_req_t;
1418
1419 /**
1420  * Structure to GATT Value change
1421  */
1422 typedef struct {
1423         char *att_handle;
1424         char *service_handle;
1425         char *address;
1426         guint8 req_id;
1427         guint16 offset;
1428         guint8 *att_value;
1429         guint32 val_len;
1430 } bt_gatt_value_change_t;
1431
1432 typedef struct {
1433         bluetooth_device_address_t device_addr;
1434         char *svc_path;
1435         bluetooth_gatt_service_change_type_t change_type;
1436 } bt_gatt_service_change_t;
1437
1438 /**
1439  * Structure to GATT characteristc Notification change
1440  */
1441 typedef struct {
1442         char *att_handle;
1443         char *service_handle;
1444         gboolean att_notify;
1445 } bt_gatt_char_notify_change_t;
1446
1447 /**
1448  * Structure to Indication confirmation
1449  */
1450 typedef struct {
1451         char *att_handle;
1452         char *service_handle;
1453         char *address;
1454         gboolean complete;
1455 } bt_gatt_indicate_confirm_t;
1456
1457 /**
1458  * Structure to RSSI Signal Strength Alert
1459  */
1460
1461 typedef struct {
1462         char *address;
1463         int link_type;
1464         int alert_type;
1465         int rssi_dbm;
1466 } bt_rssi_alert_t;
1467
1468 /**
1469  * Structure to RSSI Signal Strength
1470  */
1471
1472 typedef struct {
1473         char *address;
1474         int link_type;
1475         int rssi_dbm;
1476 } bt_raw_rssi_t;
1477
1478 /**
1479  * Structure for RSSI Enabled or Disabled
1480  */
1481
1482 typedef struct {
1483         char *address;
1484         int link_type;
1485         gboolean rssi_enabled;
1486 } bt_rssi_enabled_t;
1487
1488 /**
1489  * Structure for RSSI Threshold
1490  */
1491
1492 typedef struct {
1493         int low_threshold;
1494         int in_range_threshold;
1495         int high_threshold;
1496 } bt_rssi_threshold_t;
1497
1498
1499 /**
1500  * Structure for Suppoted Profiles and Trusted Profiles
1501  */
1502 typedef struct {
1503         char *address;
1504         int profile;
1505         gboolean supported;
1506         gboolean trusted;
1507 } bt_supported_profile_trusted_t;
1508
1509 /**
1510  * Structure for PBAP Folder Parameters
1511  */
1512 typedef struct {
1513         unsigned char addressbook;
1514         unsigned char folder_type;
1515 } bt_pbap_folder_t;
1516
1517 /**
1518  * Structure for PBAP Pull application Parameters
1519  */
1520 typedef struct {
1521         unsigned char format;
1522         unsigned char order;
1523         unsigned short offset;
1524         unsigned short maxlist;
1525         long long unsigned fields;
1526 } bt_pbap_pull_parameters_t;
1527
1528 /**
1529  * Structure for PBAP List application Parameters
1530  */
1531 typedef struct {
1532         unsigned char order;
1533         unsigned short offset;
1534         unsigned short maxlist;
1535 } bt_pbap_list_parameters_t;
1536
1537 /**
1538  * Structure for PBAP Pull vCard application Parameters
1539  */
1540 typedef struct {
1541         unsigned char format;
1542         long long unsigned fields;
1543         int index;
1544 } bt_pbap_pull_vcard_parameters_t;
1545
1546 /**
1547  * Structure for PBAP Search application Parameters
1548  */
1549 typedef struct {
1550         unsigned char order;
1551         unsigned short offset;
1552         unsigned short maxlist;
1553         unsigned char search_attribute;
1554         char search_value[BLUETOOTH_PBAP_MAX_SEARCH_VALUE_LENGTH];
1555 } bt_pbap_search_parameters_t;
1556
1557 /**
1558  * Structure for PBAP Connection Status
1559  */
1560 typedef struct {
1561         bluetooth_device_address_t btaddr;
1562         int connected;
1563 } bt_pbap_connected_t;
1564
1565 /**
1566  * Structure for PBAP Phonebook Size
1567  */
1568 typedef struct {
1569         bluetooth_device_address_t btaddr;
1570         int size;
1571 } bt_pbap_phonebook_size_t;
1572
1573 /**
1574  * Structure for PBAP Phonebook Pull
1575  */
1576 typedef struct {
1577         bluetooth_device_address_t btaddr;
1578         char *vcf_file;
1579         int success;
1580 } bt_pbap_phonebook_pull_t;
1581
1582 /**
1583  * Structure for PBAP vCard List
1584  */
1585 typedef struct {
1586         bluetooth_device_address_t btaddr;
1587         char **vcards;
1588         int length;
1589         int success;
1590 } bt_pbap_vcard_list_t;
1591
1592 /**
1593  * Structure for PBAP vCard Pull
1594  */
1595 typedef struct {
1596         bluetooth_device_address_t btaddr;
1597         char *vcf_file;
1598         int success;
1599 } bt_pbap_vcard_pull_t;
1600
1601 /**
1602  * Structure for PBAP Phonebook search List
1603  */
1604 typedef struct {
1605         bluetooth_device_address_t btaddr;
1606         char **vcards;
1607         int length;
1608         int success;
1609 } bt_pbap_phonebook_search_list_t;
1610
1611 /**
1612  * Stucture to HF Call status information
1613  */
1614
1615 typedef struct {
1616         char *number; /*Phone Number */
1617         int direction; /*Direction :Incoming(1), Outgoing(0)*/
1618         int status; /* Call Status :Active(0), Held(1), Waiting(5), Dailing(2)*/
1619         int mpart; /*Multiparty/conf call: Yes(1), No(0) */
1620         int idx; /*Call index/ID */
1621 } bt_hf_call_status_info_t;
1622
1623 typedef struct {
1624         GList *list;
1625         int count;
1626 } bt_hf_call_list_s;
1627
1628 /**
1629  * Profile types
1630  */
1631 typedef enum {
1632         TRUSTED_PROFILE_PBAP = 1,
1633         TRUSTED_PROFILE_MAP,
1634         TRUSTED_PROFILE_SAP,
1635         TRUSTED_PROFILE_ALL = 0xFFFFFFFF,
1636 } bluetooth_trusted_profile_t;
1637
1638 /**
1639  * Restricted Profile types
1640  */
1641 typedef enum {
1642         RESTRICTED_PROFILE_HFP_HS = 1,
1643         RESTRICTED_PROFILE_A2DP,
1644 } bluetooth_restricted_profile_t;
1645
1646 /**
1647  * Structure for LE data length change params
1648  */
1649 typedef struct {
1650         bluetooth_device_address_t device_address;
1651         guint16 max_tx_octets;
1652         guint16 max_tx_time;
1653         guint16 max_rx_octets;
1654         guint16 max_rx_time;
1655 } bt_le_data_length_params_t;
1656
1657
1658  /**
1659  * @brief DPM BT allowance state
1660  * @see
1661  */
1662 typedef enum {
1663         BLUETOOTH_DPM_ERROR      = -1,   /**< bluetooth allowance error */
1664         BLUETOOTH_DPM_BT_ALLOWED,                /**< bluetooth allowance allowed */
1665         BLUETOOTH_DPM_HANDSFREE_ONLY,  /**< bluetooth allowance handsfree only */
1666         BLUETOOTH_DPM_BT_RESTRICTED,  /**< bluetooth allowance restricted */
1667 } bt_dpm_allow_t;
1668
1669  /**
1670  * @brief DPM API result
1671  * @see
1672  */
1673 typedef enum {
1674         BLUETOOTH_DPM_RESULT_SERVICE_NOT_ENABLED = -5,  /**< DPM API result service not enabled. */
1675         BLUETOOTH_DPM_RESULT_ACCESS_DENIED = -4,                        /**< DPM API result access denied. */
1676         BLUETOOTH_DPM_RESULT_INVALID_PARAM = -3,                        /**< DPM API result invalid parameter. */
1677         BLUETOOTH_DPM_RESULT_NOT_SUPPORTED = -2,                        /**< DPM API result not supported. */
1678         BLUETOOTH_DPM_RESULT_FAIL        = -1,                          /**< DPM API result fail. */
1679         BLUETOOTH_DPM_RESULT_SUCCESS     = 0,                           /**< DPM API result success. */
1680 } bt_dpm_result_t;
1681
1682 /**
1683  * @brief DPM Policy status
1684  * @see
1685  */
1686 typedef enum {
1687         BLUETOOTH_DPM_STATUS_ERROR      = -1,
1688
1689         BLUETOOTH_DPM_ALLOWED           = 0,    /**< DPM Policy status allowed. */
1690         BLUETOOTH_DPM_RESTRICTED                = 1,    /**< DPM Policy status restricted. */
1691
1692         BLUETOOTH_DPM_ENABLE                    = 1,    /**< DPM Policy status enabled. */
1693         BLUETOOTH_DPM_DISABLE   = 0,    /**< DPM Policy status disabled. */
1694
1695         BLUETOOTH_DPM_FALSE                     = 0,    /**< DPM Policy status false. */
1696         BLUETOOTH_DPM_TRUE                      = 1,    /**< DPM Policy status true. */
1697 } bt_dpm_status_t;
1698
1699 typedef enum {
1700         /* policy-group : BLUETOOTH */
1701         BLUETOOTH_DPM_POLICY_ALLOW,
1702         BLUETOOTH_DPM_POLICY_DEVICE_RESTRICTION,
1703         BLUETOOTH_DPM_POLICY_UUID_RESTRICTION,
1704         BLUETOOTH_DPM_POLICY_DEVICES_WHITELIST,
1705         BLUETOOTH_DPM_POLICY_DEVICES_BLACKLIST,
1706         BLUETOOTH_DPM_POLICY_UUIDS_WHITELIST,
1707         BLUETOOTH_DPM_POLICY_UUIDS_BLACKLIST,
1708         BLUETOOTH_DPM_POLICY_ALLOW_OUTGOING_CALL,
1709         BLUETOOTH_DPM_POLICY_PAIRING_STATE,
1710         BLUETOOTH_DPM_POLICY_DESKTOP_CONNECTIVITY_STATE,
1711         BLUETOOTH_DPM_POLICY_DISCOVERABLE_STATE,
1712         BLUETOOTH_DPM_POLICY_LIMITED_DISCOVERABLE_STATE,
1713         BLUETOOTH_DPM_POLICY_DATA_TRANSFER_STATE,
1714         BLUETOOTH_DPM_POLICY_END,
1715 } bt_dpm_policy_cmd_t;
1716
1717
1718 struct bt_dpm_policy {
1719         union {
1720                 int value;
1721                 GSList *list;
1722         };
1723 };
1724 typedef struct bt_dpm_policy bt_dpm_policy_t;
1725
1726 typedef enum {
1727         BLUETOOTH_DPM_POLICY_A2DP_PROFILE_STATE,
1728         BLUETOOTH_DPM_POLICY_AVRCP_PROFILE_STATE,
1729         BLUETOOTH_DPM_POLICY_BPP_PROFILE_STATE,
1730         BLUETOOTH_DPM_POLICY_DUN_PROFILE_STATE,
1731         BLUETOOTH_DPM_POLICY_FTP_PROFILE_STATE,
1732         BLUETOOTH_DPM_POLICY_HFP_PROFILE_STATE,
1733         BLUETOOTH_DPM_POLICY_HSP_PROFILE_STATE,
1734         BLUETOOTH_DPM_POLICY_PBAP_PROFILE_STATE,
1735         BLUETOOTH_DPM_POLICY_SAP_PROFILE_STATE,
1736         BLUETOOTH_DPM_POLICY_SPP_PROFILE_STATE,
1737         BLUETOOTH_DPM_PROFILE_NONE,
1738 } bt_dpm_profile_t;
1739
1740 struct bt_dpm_profile_val {
1741                 int value; /* tells whether the profile is enabled or disabled */
1742 };
1743 typedef struct dpm_profile_val dpm_profile_state_t;
1744
1745 /**
1746  * Structure to DPM device list
1747  */
1748 typedef struct {
1749         int count;
1750         bluetooth_device_address_t addresses[BLUETOOTH_MAX_DPM_LIST];
1751 } bt_dpm_device_list_t;
1752
1753 /**
1754  * Structure to DPM uuid list
1755  */
1756 typedef struct {
1757         int count;
1758         char uuids[BLUETOOTH_MAX_DPM_LIST][BLUETOOTH_UUID_STRING_MAX];
1759 } bt_dpm_uuids_list_t;
1760
1761 /**
1762  * Structure for IPSP Interface Info
1763  */
1764 typedef struct {
1765         bluetooth_device_address_t btaddr;
1766         char if_name[16];
1767 } bt_ipsp_connection_info_t;
1768
1769 /**
1770  * Callback pointer type
1771  */
1772 typedef void (*bluetooth_cb_func_ptr) (int, bluetooth_event_param_t *, void *);
1773
1774 /**
1775  * @fn int bluetooth_register_callback(bluetooth_cb_func_ptr callback_ptr, void *user_data)
1776  * @brief Set the callback function pointer for bluetooth event
1777  *
1778  *
1779  * This API will register the callback function, when any response and event are received from
1780  * bluetooth framework. @n
1781  * this registered callback function will be get called with appropriate event and data structures.
1782  * This function is a synchronous call. An application developer can call
1783  * bluetooth_register_callback() function to register a callback function of bluetooth_cb_func_ptr
1784  * type. This registered function will receive events of bluetooth_event_type_t type along with
1785  * data any.
1786  *
1787  *
1788  * @param[in]   callback_ptr    A pointer to the callback function
1789  * @param[in]   user_data    A pointer to user data
1790  * @return      BLUETOOTH_ERROR_NONE - Success
1791  * @remark      None
1792  * @see         None
1793 @code
1794 void bt_event_callback(int event, bluetooth_event_param_t *param, void *user_data)
1795 {
1796         GMainLoop *main_loop = (GMainLoop*) user_data;
1797
1798         switch(event)
1799         {
1800                 // Code for each event
1801                 default:
1802                         g_main_loop_quit(main_loop);
1803                         break;
1804         }
1805 }
1806
1807 int main()
1808 {
1809         GMainLoop *main_loop = NULL;
1810         int ret = 0;
1811         g_type_init();
1812         main_loop = g_main_loop_new(NULL, FALSE);
1813         ret = bluetooth_register_callback(bt_event_callback, (void*)main_loop);
1814         if (ret >= BLUETOOTH_ERROR_NONE)
1815         {
1816                 // bluetooth_register_callback returned Success
1817         }
1818         else
1819         {
1820                 // bluetooth_register_callback returned failiure
1821         }
1822         g_main_loop_run(main_loop);
1823 }
1824 @endcode
1825  */
1826 int bluetooth_register_callback(bluetooth_cb_func_ptr callback_ptr, void *user_data);
1827
1828 /**
1829  * @fn int bluetooth_le_register_callback(bluetooth_cb_func_ptr callback_ptr, void *user_data)
1830  * @brief Set the callback function pointer for bluetooth le event
1831  *
1832  *
1833  * This API will register the callback function, when any response and event are received from
1834  * bluetooth framework. @n
1835  * this registered callback function will be get called with appropriate event and data structures.
1836  * This function is a synchronous call. An application developer can call
1837  * bluetooth_le_register_callback() function to register a callback function of bluetooth_cb_func_ptr
1838  * type. This registered function will receive events of bluetooth_event_type_t type along with
1839  * data any.
1840  *
1841  *
1842  * @param[in]   callback_ptr    A pointer to the callback function
1843  * @param[in]   user_data    A pointer to user data
1844  * @return      BLUETOOTH_ERROR_NONE - Success
1845  * @remark      None
1846  * @see         None
1847  * */
1848 int bluetooth_le_register_callback(bluetooth_cb_func_ptr callback_ptr, void *user_data);
1849
1850 /**
1851  * @fn int bluetooth_le_unregister_callback(void)
1852  * @brief Set the callback function pointer for bluetooth le event
1853  *
1854  *
1855  * This API will register the callback function, when any response and event are received from
1856  * bluetooth framework. @n
1857  * this registered callback function will be get called with appropriate event and data structures.
1858  * This function is a synchronous call. An application developer can call
1859  * bluetooth_le_register_callback() function to register a callback function of bluetooth_cb_func_ptr
1860  * type. This registered function will receive events of bluetooth_event_type_t type along with
1861  * data any.
1862  *
1863  *
1864  * @param[in]   none
1865  * @return      BLUETOOTH_ERROR_NONE - Success
1866  * @remark      None
1867  * @see         None
1868  * */
1869 int bluetooth_le_unregister_callback(void);
1870
1871 /**
1872  * @fn int bluetooth_deregister_callback(bluetooth_cb_func_ptr callback_ptr)
1873  * @brief Set the callback function pointer for bluetooth event
1874  *
1875  *
1876  * This API will register the callback function, when any response and event are received from
1877  * bluetooth framework. @n
1878  * this registered callback function will be get called with appropriate event and data structures.
1879  * This function is a synchronous call. An application developer can call
1880  * bluetooth_register_callback() function to register a callback function of bluetooth_cb_func_ptr
1881  * type. This registered function will receive events of bluetooth_event_type_t type along with
1882  * data any.
1883  *
1884  *
1885  * @param[in]   none
1886  * @return      BLUETOOTH_ERROR_NONE - Success
1887  * @remark      None
1888  * @see         None
1889 @code
1890 void bt_event_callback(int event, bluetooth_event_param_t *param, void *user_data)
1891 {
1892         GMainLoop *main_loop = (GMainLoop*) user_data;
1893
1894         switch(event)
1895         {
1896                 // Code for each event
1897                 default:
1898                         g_main_loop_quit(main_loop);
1899                         break;
1900         }
1901 }
1902
1903 int main()
1904 {
1905         GMainLoop *main_loop = NULL;
1906         int ret = 0;
1907         g_type_init();
1908         main_loop = g_main_loop_new(NULL, FALSE);
1909         ret = bluetooth_register_callback(bt_event_callback, (void*)main_loop);
1910         if (ret >= BLUETOOTH_ERROR_NONE)
1911         {
1912                 // bluetooth_register_callback returned Success
1913         }
1914         else
1915         {
1916                 // bluetooth_register_callback returned failiure
1917         }
1918         ret = bluetooth_deregister_callback(void);
1919         g_main_loop_run(main_loop);
1920 }
1921 @endcode
1922  */
1923 int bluetooth_unregister_callback(void);
1924
1925 /**
1926  * @fn int bluetooth_enable_adapter(void)
1927  * @brief Enable the Bluetooth H/W
1928  *
1929  *
1930  * This API can be used to activate Bluetooth. It initializes Bluetooth protocol stack for use and
1931  * send request to bluetooth chip for activation.
1932  * This function is typically called at startup or when Bluetooth services are required.  This
1933  * function must be called before calling any other API of Bluetooth operations.
1934  *
1935  * Before performing any operations like Device discover, service search etc.., the adapter must be
1936  * enabled.
1937  *
1938  * This function is a asynchronous call.
1939  * If the call is success then the application will receive BLUETOOTH_EVENT_ENABLED event
1940  * through registered callback function with appropriate result code
1941  *                      BLUETOOTH_CHANGE_STATUS_TIMEOUT - Timeout has happen \n
1942  *                      BLUETOOTH_ERROR_NONE - Success \n
1943  *
1944  * If the adpter is not enabled with in 30 seconds then BLUETOOTH_EVENT_ENABLED with result code
1945  * BLUETOOTH_CHANGE_STATUS_TIMEOUT will come
1946  *
1947  * @return      BLUETOOTH_ERROR_NONE - Success\n
1948  *              BLUETOOTH_ERROR_DEVICE_ALREADY_ENABLED - Adapter already enabled\n
1949  *              BLUETOOTH_ERROR_ACCESS_DENIED - Enabling adapter is not allowed by MDM policy\n
1950  *              BLUETOOTH_ERROR_IN_PROGRESS - Adapter is activating or deactivating\n
1951  * @exception   BLUETOOTH_ERROR_INTERNAL - Dbus proxy call is fail
1952  * @remark      None
1953  * @see         bluetooth_check_adapter, bluetooth_disable_adapter
1954 @code
1955 void bt_event_callback(int event, bluetooth_event_param_t *param)
1956 {
1957         switch(event)
1958         {
1959                 case BLUETOOTH_EVENT_ENABLED:
1960                         if (param->result == BLUETOOTH_ERROR_NONE)
1961                         {
1962                                 // Successfully Enabled
1963                         }
1964                         else
1965                         {
1966                                 // Failed
1967                         }
1968                         break;
1969         }
1970 }
1971
1972 ...
1973
1974 int ret = 0;
1975 ret = bluetooth_enable_adapter();
1976
1977 @endcode
1978  */
1979 int bluetooth_enable_adapter(void);
1980
1981 /**
1982  * @fn int bluetooth_disable_adapter(void)
1983  * @brief Disable the Bluetooth H/W
1984  *
1985  *
1986  * This function disables Bluetooth protocol stack and hardware. This function is called when
1987  * Bluetooth is no longer used. It will internally free all resources and power off the RF radio.
1988  *
1989  * Bluetooth adapter should be disabled to switch off Bluetooth chip (and thereby saving power).
1990  * bluetooth_disable_adapter() API will do that job for you. After switching off Bluetooth,
1991  * BLUETOOTH_EVENT_DISABLED will be sent by SDK to application for confirmation with appropriate
1992  * error code.
1993  * The various error codes are BLUETOOTH_ERROR_NONE for success and BLUETOOTH_ERROR_INTERNAL for
1994  * internal error.
1995  *
1996  * This function is a asynchronous call.
1997  * If this call is success then the applications will receive BLUETOOTH_EVENT_DISABLED event
1998  * through registered callback function.
1999  *
2000  *
2001  * @return      BLUETOOTH_ERROR_NONE - Success\n
2002  *              BLUETOOTH_ERROR_IN_PROGRESS - Adapter is activating or deactivating\n
2003  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Bluetooth adapter is not enabled\n
2004  * @exception   BLUETOOTH_ERROR_INTERNAL - Dbus proxy call is fail
2005  * @remark      None
2006  * @see         bluetooth_check_adapter, bluetooth_enable_adapter
2007 @code
2008 void bt_event_callback(int event, bluetooth_event_param_t *param)
2009 {
2010         switch(event)
2011         {
2012                 case BLUETOOTH_EVENT_DISABLED:
2013                         if (param->result == BLUETOOTH_ERROR_NONE)
2014                         {
2015                                 // Successfully disabled
2016                         }
2017                         else
2018                         {
2019                                 // Failed
2020                         }
2021                         break;
2022         }
2023 }
2024
2025 ...
2026
2027 int ret = 0;
2028 ret = bluetooth_disable_adapter();
2029 @endcode
2030  */
2031 int bluetooth_disable_adapter(void);
2032 int bluetooth_recover_adapter(void);
2033 int bluetooth_check_adapter_le(void);
2034 int bluetooth_enable_adapter_le(void);
2035
2036 int bluetooth_disable_adapter_le(void);
2037
2038 /**
2039  * @fn int bluetooth_reset_adapter(void)
2040  * @brief Reset the Bluetooth H/W and values
2041  *
2042  *
2043  * This function resets Bluetooth protocol stack and hardware. This function is called when
2044  * an user want to initialize Bluetooth environment.
2045  *
2046  * The various error codes are BLUETOOTH_ERROR_NONE for success and BLUETOOTH_ERROR_INTERNAL for
2047  * internal error.
2048  *
2049  * This function is a synchronous call.
2050  *
2051  * @return      BLUETOOTH_ERROR_NONE - Success\n
2052  * @exception   BLUETOOTH_ERROR_INTERNAL - Dbus proxy call is fail
2053  * @remark      None
2054  * @see         bluetooth_check_adapter, bluetooth_enable_adapter
2055 @code
2056 ...
2057
2058 int ret = 0;
2059 ret = bluetooth_reset_adapter();
2060 @endcode
2061  */
2062 int bluetooth_reset_adapter(void);
2063
2064 /**
2065  * @fn int bluetooth_is_supported(void)
2066  * @brief Check if the bluetooth is supported or not by the current target
2067  *
2068  * This API checks whether the bluetooth is supported or not.
2069  * This API only run by root permission.
2070  *
2071  * This function is a synchronous call.
2072  *
2073  * @return      0 - if bluetooth is not supported\n
2074  *              1 - if bluetooth is supported\n
2075  *              BLUETOOTH_ERROR_INTERNAL - Error in API internal
2076  * @remark      None
2077 @code
2078
2079 int ret = 0;
2080 ret = bluetooth_is_supported();
2081 @endcode
2082  */
2083 int bluetooth_is_supported(void);
2084
2085
2086 /**
2087  * @fn int bluetooth_check_adapter(void)
2088  * @brief Check the current status of the Bluetooth adapter
2089  *
2090  *
2091  * This API checks whether the Bluetooth adapter is enabled or not. Before performing any operations
2092  * the bluetooth adapter should be enabled. This API helps to find out the current state of the
2093  * bluetooth adapter.
2094  * This API get the adapter internal data structure and check current adapter status.
2095  *
2096  * This function is a synchronous call.
2097  *
2098  *
2099  * @return      BLUETOOTH_ADAPTER_DISABLED - if bluetooth adapter is disabled\n
2100  *              BLUETOOTH_ADAPTER_ENABLED - if bluetooth adapter is enabled\n
2101  * @remark      None
2102  * @see         bluetooth_enable_adapter, bluetooth_disable_adapter
2103 @code
2104
2105 int ret = 0;
2106 ret = bluetooth_check_adapter();
2107 @endcode
2108  */
2109 int bluetooth_check_adapter(void);
2110
2111 /**
2112  * @fn int bluetooth_get_local_address(bluetooth_device_address_t *local_address)
2113  * @brief Get the local adapter bluetooth address
2114  *
2115  *
2116  * This API is used, get the device address of the local bluetooth adapter. Before calling this API,
2117  * the adapter should be enabled.
2118  * In its output parameter, you can receive bluetooth_device_address_t type of pointer which will
2119  * contain Bluetooth address.
2120  * Since its inconvenient for user to remember the address, Bluetooth provides a method to have a
2121  * friendly name for each device.
2122  * There is no event callback for this API.
2123  *
2124  * This function is a synchronous call.
2125  *
2126  *
2127  * @return      BLUETOOTH_ERROR_NONE - Succeess \n
2128  *              BLUETOOTH_ERROR_INVALID_PARAM -  Invalid parameter (NULL buffer) \n
2129  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED -  Adapter is disabled \n
2130  * @param[out]  local_address   a device address of local bluetooth adapter
2131  * @remark      None
2132  * @see         None
2133 @code
2134
2135 bluetooth_device_address_t local_address={0,};
2136 int ret = 0;
2137
2138 ret = bluetooth_get_local_address(&local_address);
2139 @endcode
2140  */
2141 int bluetooth_get_local_address(bluetooth_device_address_t *local_address);
2142
2143 /**
2144  * @fn int bluetooth_get_local_version(bluetooth_version_t *version)
2145  * @brief Get the hci version
2146  *
2147  *
2148  * This function is used to get the bluetooth hci version
2149  * Before calling this API make sure that the adapter is enabled.
2150  *
2151  * This function is a synchronous call.
2152  *
2153  *
2154  * @return      BLUETOOTH_ERROR_NONE - Success \n
2155  *              BLUETOOTH_ERROR_INTERNAL - Internal IPC error \n
2156  * @param[out]  timeout   remain visibility timeout value
2157  * @remark      None
2158  @code
2159 bluetooth_version_t *version;
2160  int ret = 0;
2161  ret = bluetooth_get_local_version (&version);
2162  @endcode
2163  */
2164 int bluetooth_get_local_version(bluetooth_version_t *version);
2165
2166 /**
2167  * @fn int bluetooth_get_local_name(bluetooth_device_name_t* local_name)
2168  * @brief Get the local device name
2169  *
2170  *
2171  * This function is used, get the local device name. Since its difficult to remember the Adapter
2172  * address, the friendly name can be assigned to the adapter and we can get it using this API. This
2173  * friendly name is retrived by the remote device and displaying.
2174  * Before calling this API, the adapter should be enabled. There is no event callback for this API.
2175  *
2176  * This function is a synchronous call.
2177  *
2178  *
2179  * @return      BLUETOOTH_ERROR_NONE - Success \n
2180  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter (NULL buffer)\n
2181  * @param[out]  local_name      a local device name
2182  * @remark      None
2183  * @see         None
2184 @code
2185 bluetooth_device_name_t local_name={0,}
2186 int ret = 0;
2187 ret = bluetooth_get_local_name (&local_name);
2188 @endcode
2189  */
2190 int bluetooth_get_local_name(bluetooth_device_name_t *local_name);
2191
2192 /**
2193  * @fn int bluetooth_set_local_name(const bluetooth_device_name_t *local_name)
2194  * @brief Set the local device name
2195  *
2196  *
2197  * This function is used to set the local device name. This is a human friendly name whose
2198  * length can be BLUETOOTH_DEVICE_NAME_LENGTH_MAX maximum
2199  *
2200  * This function is a synchronous call.
2201  *
2202  * @param[in]   local_name   bluetooth device name to set local device
2203  *
2204  * @return      BLUETOOTH_ERROR_NONE - Success \n
2205  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
2206  *              BLUETOOTH_ERROR_INVALID_PARAM - Bluetooth name parameter is incorrect \n
2207  *              BLUETOOTH_ERROR_INVALID_DATA - Device address provided is incorrect \n
2208  *              BLUETOOTH_ERROR_NO_RESOURCES - Pre-allocated memory error \n
2209  *              BLUETOOTH_ERROR_INTERNAL - The dbus method call is fail \n
2210  *
2211  * @remark      None
2212
2213 @code
2214 bluetooth_device_name_t local_name={0,}
2215 int ret = 0;
2216 ret = bluetooth_set_local_name (&local_name);
2217 @endcode
2218  */
2219 int bluetooth_set_local_name(const bluetooth_device_name_t *local_name);
2220
2221
2222 /**
2223  * @fn int bluetooth_is_service_used(const char *service_uuid, gboolean *used)
2224  * @brief Check if the uuid is used or not
2225  *
2226  * This function is used to check if the uuid is used or not.
2227  *
2228  * This function is a synchronous call.
2229  *
2230  * @param[in]   service_uuid   service uuid (UUID 128 bit as string)
2231  * @param[out] used  if the uuid is used or not
2232  *
2233  * @return      BLUETOOTH_ERROR_NONE - Success \n
2234  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
2235  *              BLUETOOTH_ERROR_INVALID_PARAM - Bluetooth name parameter is incorrect \n
2236  *              BLUETOOTH_ERROR_INTERNAL - The dbus method call is fail \n
2237  *
2238  * @remark      None
2239  *
2240 @code
2241 gboolean used = FALSE;
2242 const char *uuid ="00001101-0000-1000-8000-00805F9B34FB";
2243 ret = bluetooth_is_service_used(uuid, &used);
2244 @endcode
2245  */
2246 int bluetooth_is_service_used(const char *service_uuid, gboolean *used);
2247
2248 /**
2249  * @fn int bluetooth_is_device_connected(const bluetooth_device_address_t *device_address, bluetooth_service_type_t type, gboolean *is_connected)
2250  * @brief Check if the device is connected to the specific service
2251  *
2252  * This function is used to check if if the device is connected to the specific service.
2253  *
2254  * This function is a synchronous call.
2255  *
2256  * @param[in]   local_address   a device address of remote bluetooth device
2257  * @param[in]   type the service type
2258  * @param[out] is_connected  if the device is connected or not
2259  *
2260  * @return      BLUETOOTH_ERROR_NONE - Success \n
2261  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
2262  *              BLUETOOTH_ERROR_INVALID_PARAM - Bluetooth name parameter is incorrect \n
2263  *              BLUETOOTH_ERROR_INTERNAL - The dbus method call is fail \n
2264  *
2265  * @remark      None
2266  *
2267 @code
2268 gboolean is_connected = FALSE;
2269 bluetooth_device_address_t device_address={{0x00,0x0D,0xFD,0x24,0x5E,0xFF}};
2270 ret = bluetooth_is_device_connected(&device_address, BLUETOOTH_HSP_SERVICE, &used);
2271 @endcode
2272  */
2273 int bluetooth_is_device_connected(const bluetooth_device_address_t *device_address,
2274                                 bluetooth_service_type_t type,
2275                                 gboolean *is_connected);
2276
2277 /**
2278  * @fn int bluetooth_get_connected_link_type(const bluetooth_device_address_t *device_address, bluetooth_connected_link_t *connected_link)
2279  * @brief Gets device's connected link type
2280  *
2281  * This function is used to get device's connected link type
2282  *
2283  * This function is a synchronous call.
2284  *
2285  * @param[in]   device_address  a device address of remote bluetooth device
2286  * @param[out]  connected_link  a device's connected link type
2287  *
2288  * @return      BLUETOOTH_ERROR_NONE - Success \n
2289  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
2290  *              BLUETOOTH_ERROR_INVALID_PARAM - Bluetooth name parameter is incorrect \n
2291  *              BLUETOOTH_ERROR_INTERNAL - The dbus method call is fail \n
2292  *
2293  * @remark      None
2294  *
2295 @code
2296 bluetooth_connected_link_t *connected_link = BLUETOOTH_CONNECTED_LINK_NONE;
2297 bluetooth_device_address_t device_address={{0x00,0x0D,0xFD,0x24,0x5E,0xFF}};
2298 ret = bluetooth_get_connected_link(&device_address, &connected_link);
2299 @endcode
2300  */
2301 int bluetooth_get_connected_link_type(const bluetooth_device_address_t *device_address,
2302                                 bluetooth_connected_link_t *connected_link);
2303
2304 /**
2305  * @fn int bluetooth_set_profile_trusted(const bluetooth_device_address_t *device_address, int profile, int trust)
2306  * @brief Sets a profile trusted for a device
2307  *
2308  * This function is used to Set a profile as trusted for a device
2309  *
2310  * This function is a synchronous call.
2311  *
2312  * @param[in]   device_address  a device address of remote bluetooth device
2313  * @param[in]   profile profile which is to be set as trusted[0-PBAP, 1-MAP, 2-SAP]
2314  * @param[in]   trust   to set as trusted or untrusted[1-trusted 0-untrusted]
2315  *
2316  * @return      BLUETOOTH_ERROR_NONE - Success \n
2317  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
2318  *              BLUETOOTH_ERROR_INVALID_PARAM - Bluetooth name parameter is incorrect \n
2319  *              BLUETOOTH_ERROR_INTERNAL - The dbus method call is fail \n
2320  *
2321  * @remark      None
2322  */
2323 int bluetooth_set_profile_trusted(
2324                 const bluetooth_device_address_t *device_address,
2325                 int profile, int trust);
2326
2327 /**
2328  * @fn int bluetooth_get_profile_trusted(const bluetooth_device_address_t *device_address, int profile, int *trust)
2329  * @brief Gets a profile is trusted for a device
2330  *
2331  * This function is used to Get a profile is trusted or not for a device
2332  *
2333  * This function is a synchronous call.
2334  *
2335  * @param[in]   device_address  a device address of remote bluetooth device
2336  * @param[in]   profile profile whose trust status is needed[0-PBAP, 1-MAP, 2-SAP]
2337  * @param[out]  trust   profile is set as trusted or untrusted[1-trusted 0-untrusted]
2338  *
2339  * @return      BLUETOOTH_ERROR_NONE - Success \n
2340  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
2341  *              BLUETOOTH_ERROR_INVALID_PARAM - Bluetooth name parameter is incorrect \n
2342  *              BLUETOOTH_ERROR_INTERNAL - The dbus method call is fail \n
2343  *
2344  * @remark      None
2345  */
2346 int bluetooth_get_profile_trusted(
2347                 const bluetooth_device_address_t *device_address,
2348                 int profile, int *trust);
2349
2350 /**
2351  * @fn int bluetooth_set_profile_restricted(const bluetooth_device_address_t *device_address, int profile, int restricted)
2352  * @brief Sets a profile restricted connection for a device
2353  *
2354  * This function is used to Set a profile as restricted for a device
2355  *
2356  * This function is a synchronous call.
2357  *
2358  * @param[in]   device_address  a device address of remote bluetooth device
2359  * @param[in]   profile profile which is to be set as restricted[1-HFP_HS, 2-A2DP]
2360  * @param[in]   restricted      to set as restricted or not[1-restricted 0-permitted]
2361  *
2362  * @return      BLUETOOTH_ERROR_NONE - Success \n
2363  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
2364  *              BLUETOOTH_ERROR_INVALID_PARAM - Bluetooth name parameter is incorrect \n
2365  *              BLUETOOTH_ERROR_INTERNAL - The dbus method call is fail \n
2366  *
2367  * @remark      None
2368  */
2369 int bluetooth_set_profile_restricted(
2370                 const bluetooth_device_address_t *device_address,
2371                 int profile, int restricted);
2372
2373 /**
2374  * @fn int bluetooth_get_profile_restricted(const bluetooth_device_address_t *device_address, int profile, int *restricted)
2375  * @brief Gets a restricted connection state
2376  *
2377  * This function is used to Get a profile is restricted or not for a device
2378  *
2379  * This function is a synchronous call.
2380  *
2381  * @param[in]   device_address  a device address of remote bluetooth device
2382  * @param[in]   profile profile whose restricted status is needed[1-HFP_HS, 2-A2DP]
2383  * @param[out]  restricted      profile is set as restricted or not[1-restricted 0-permitted]
2384  *
2385  * @return      BLUETOOTH_ERROR_NONE - Success \n
2386  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
2387  *              BLUETOOTH_ERROR_INVALID_PARAM - Bluetooth name parameter is incorrect \n
2388  *              BLUETOOTH_ERROR_INTERNAL - The dbus method call is fail \n
2389  *
2390  * @remark      None
2391  */
2392 int bluetooth_get_profile_restricted(
2393                 const bluetooth_device_address_t *device_address,
2394                 int profile, int *restricted);
2395
2396 /**
2397  * @fn int bluetooth_get_discoverable_mode(bluetooth_discoverable_mode_t *discoverable_mode_ptr)
2398  * @brief Get the visibility mode
2399  *
2400  *
2401  * This function is used to get the discoverable mode (Visibility option). Depending upon the
2402  * visibity mode, the property of the device is determined whether it can be discoverable, non
2403  * discoverable, connectable etc. Before calling this API make sure that the adapter is enabled.
2404  *
2405  * This function is a synchronous call.
2406  *
2407  *
2408  * @return      BLUETOOTH_ERROR_NONE - Success \n
2409  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
2410  *              BLUETOOTH_ERROR_INVALID_DATA - Invalid data \n
2411  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
2412  *              BLUETOOTH_ERROR_INTERNAL - Internal IPC error \n
2413  * @param[out]  discoverable_mode   current bluetooth discoverable mode
2414  * @remark      None
2415  * @see         bluetooth_set_discoverable_mode
2416  @code
2417  bluetooth_discoverable_mode_t discoverable_mode_ptr;
2418  int ret = 0;
2419  ret = bluetooth_get_discoverable_mode (&discoverable_mode_ptr);
2420  @endcode
2421  */
2422 int bluetooth_get_discoverable_mode(bluetooth_discoverable_mode_t *discoverable_mode_ptr);
2423
2424 /**
2425  * @fn int bluetooth_set_discoverable_mode(bluetooth_discoverable_mode_t discoverable_mode,
2426  *                                              int timeout)
2427  * @brief Set the visibility mode
2428  *
2429  *
2430  * This function is used to set the discoverable mode (Visibility option).
2431  *
2432  * Many times user may want to keep his device discoverable so that when peer device is performing
2433  * device search, he/she can find user's device. Application programmer can keep the mode as
2434  * BLUETOOTH_DISCOVERABLE_MODE_GENERAL_DISCOVERABLE or
2435  * BLUETOOTH_DISCOVERABLE_MODE_TIME_LIMITED_DISCOVERABLE for the same purpose. However, all these
2436  * modes cause bluetooth adapter to consume more battery. Hence developer should generally
2437  * keep discoverable mode as BLUETOOTH_DISCOVERABLE_MODE_CONNECTABLE.
2438  *
2439  * This function is a synchronous call.
2440  *
2441  * @return      BLUETOOTH_ERROR_NONE - Success \n
2442  *              BLUETOOTH_ERROR_NOT_SUPPORT - Requested mode is not supported \n
2443  *
2444  * @param[in]  discoverable_mode   the bluetooth discoverable mode to set
2445  * @param[in]  timeout   discoverable time in only limited discoverable mode (second), default: 0
2446  * @remark      None
2447  * @see         bluetooth_get_discoverable_mode
2448
2449 @code
2450
2451 bluetooth_discoverable_mode_t mode;
2452 int ret = 0;
2453 mode= BLUETOOTH_DISCOVERABLE_MODE_TIME_LIMITED_DISCOVERABLE;
2454 ret = bluetooth_set_discoverable_mode (mode, 180);
2455
2456 @endcode
2457  */
2458 int bluetooth_set_discoverable_mode(bluetooth_discoverable_mode_t discoverable_mode,
2459                                             int timeout);
2460
2461
2462 /**
2463  * @fn int bluetooth_get_timeout_value(int *timeout)
2464  * @brief Get the visibility timeout value
2465  *
2466  *
2467  * This function is used to get the visibility timeout
2468  * Before calling this API make sure that the adapter is enabled.
2469  *
2470  * This function is a synchronous call.
2471  *
2472  *
2473  * @return      BLUETOOTH_ERROR_NONE - Success \n
2474  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
2475  *              BLUETOOTH_ERROR_INVALID_DATA - Invalid data \n
2476  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
2477  *              BLUETOOTH_ERROR_INTERNAL - Internal IPC error \n
2478  * @param[out]  timeout   remain visibility timeout value
2479  * @remark      None
2480  * @see         bluetooth_set_discoverable_mode
2481  @code
2482  int timeout;
2483  int ret = 0;
2484  ret = bluetooth_get_timeout_value (&timeout);
2485  @endcode
2486  */
2487 int bluetooth_get_timeout_value(int *timeout);
2488
2489
2490 /**
2491  * @fn int bluetooth_start_discovery(unsigned short max_response, unsigned short discovery_duration,
2492  *                                      unsigned int  classOfDeviceMask)
2493  * @brief Start the generic device discovery which finds both the BR/EDR and LE devices.
2494  *
2495  * To connect connect to peer bluetooth device, you will need to know its bluetooth address and its
2496  * name. You can search for Bluetooth devices in vicinity by bluetooth_start_discovery() API. It
2497  * first performs an inquiry and try to find both the BREDR and LE devices. For each device found
2498  * from the inquiry it gets the remote name of the device. Bluetooth device address and name are
2499  * given to Application via BLUETOOTH_EVENT_REMOTE_DEVICE_FOUND event. In param_data of
2500  * bluetooth_event_param_t, you will receive a pointer to a structure of bluetooth_device_info_t type.
2501  * You will receive device address, device name, device class, rssi (received signal strength indicator).
2502  * please see bluetooth_device_info_t for more details.
2503  *
2504  *
2505  * This API provides searching options like max responses, discovery duration in seconds and class
2506  * of device mask to filter device search. some times there may be too many bluetooth devices in
2507  * vicinity of your device.in such scenario, application can request to reduce number of responces
2508  * (BLUETOOTH_EVENT_REMOTE_DEVICE_FOUND event) with help of max_response parameter. However if you
2509  * pass zero, bluetooth adapter will not restrict number of responses. you can also specify duration
2510  * of the seach in discovery_duration. bluetooth adapter will automatically stop device search after
2511  * application defined time. please note that discovery_duration should be mentioned in seconds.
2512  * Also note that search will end after 180 seconds automatically if you pass 0 in discovery
2513  * duration.
2514  *
2515  * Sometimes user may want to search for a particular kind of device. for ex, mobile or pc. in such
2516  * case, you can use classOfDeviceMask parameter. please see bluetooth_device_service_class_t,
2517  * bluetooth_device_major_class_t and bluetooth_device_minor_class_t enums
2518  *
2519  * This function is a asynchronous call.
2520  * If the call is success then the application will receive BLUETOOTH_EVENT_DISCOVERY_STARTED event
2521  * through registered callback function.
2522  *
2523  * The discovery is responded by an BLUETOOTH_EVENT_REMOTE_DEVICE_FOUND event for each device it
2524  * found and a BLUETOOTH_EVENT_REMOTE_DEVICE_NAME_UPDATED event for its name updation.
2525  *
2526  * The completion or cancellation of the discovery is indicated by an
2527  * BLUETOOTH_EVENT_DISCOVERY_FINISHED event.
2528  *
2529  * The device discovery can be cancelled by calling bluetooth_stop_discovery().
2530  *
2531  *
2532  * @return      BLUETOOTH_ERROR_NONE - Success \n
2533  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Bluetooth adapter is not enabled \n
2534  *              BLUETOOTH_ERROR_DEVICE_BUSY - Bluetooth adapter is busy doing some operation \n
2535  *              BLUETOOTH_ERROR_INTERNAL - System error like heap full has occured or bluetooth
2536                                                 agent is not running \n
2537  *
2538  * @param[in] max_response              define the maximum response of the number of founded devices
2539                                         (0 means unlimited)
2540  * @param[in] discovery_duration        define bluetooth discovery duration (0 means 180s )
2541  * @param[in] classOfDeviceMask         define classes of the device mask which user wants
2542                                         (refer to class of device)
2543  * @remark      None
2544  * @see         bluetooth_start_custom_discovery(), bluetooth_cancel_discovery, bluetooth_device_info_t
2545
2546 @code
2547 void bt_event_callback(int event, bluetooth_event_param_t *param)
2548 {
2549         switch(event)
2550         {
2551                 case BLUETOOTH_EVENT_REMOTE_DEVICE_FOUND:
2552                 {
2553                         bluetooth_device_info_t *device_info = NULL;
2554                         printf("BLUETOOTH_EVENT_REMOTE_DEVICE_FOUND, result [0x%04x]",
2555                                         param->result);
2556                         device_info  = (bluetooth_device_info_t *)param->param_data;
2557                         memcpy(&searched_device, &device_info->device_address,
2558                                                 sizeof(bluetooth_device_address_t));
2559                         printf("dev [%2.2X:%2.2X:%2.2X:%2.2X:%2.2X:%2.2X]",
2560                                 device_info->device_address.addr[0],
2561                                 device_info->device_address.addr[1],
2562                                 device_info->device_address.addr[2],
2563                                 device_info->device_address.addr[3],
2564                                 device_info->device_address.addr[4],
2565                                 device_info->device_address.addr[5]);
2566                         break;
2567                 }
2568                 case BLUETOOTH_EVENT_REMOTE_DEVICE_NAME_UPDATED:
2569                 {
2570                         bluetooth_device_info_t *device_info = NULL;
2571                         printf("BLUETOOTH_EVENT_REMOTE_DEVICE_NAME_UPDATED, result [0x%04x]",
2572                                                                                 param->result);
2573                         device_info  = (bluetooth_device_info_t *)param->param_data;
2574                         memcpy(&searched_device, &device_info->device_address,
2575                                                                 sizeof(bluetooth_device_address_t));
2576                         printf("dev [%s] [%2.2X:%2.2X:%2.2X:%2.2X:%2.2X:%2.2X]",
2577                                                         device_info->device_name.name,
2578                                                         device_info->device_address.addr[0],
2579                                                         device_info->device_address.addr[1],
2580                                                         device_info->device_address.addr[2],
2581                                                         device_info->device_address.addr[3],
2582                                                         device_info->device_address.addr[4],
2583                                                         device_info->device_address.addr[5]);
2584                         break;
2585                 }
2586
2587                 case BLUETOOTH_EVENT_DISCOVERY_FINISHED:
2588                         printf("BLUETOOTH_EVENT_DISCOVERY_FINISHED, result[0x%04x]", param->result);
2589                         break;
2590         }
2591 }
2592
2593 unsigned short max_response;
2594 unsigned short discovery_duration;
2595 unsigned classOfDeviceMask;
2596 int ret = 0;
2597
2598 max_response =0;
2599 discovery_duration =0;
2600 classOfDeviceMask =0;
2601
2602 ret = bluetooth_start_discovery(max_response,discovery_duration,classOfDeviceMask);
2603
2604 @endcode
2605  *
2606  */
2607 int bluetooth_start_discovery(unsigned short max_response,
2608                                       unsigned short discovery_duration,
2609                                       unsigned int classOfDeviceMask);
2610
2611 /**
2612  * @fn int bluetooth_start_custom_discovery(bt_discovery_role_type_t role
2613  *                                      unsigned short max_response,
2614  *                                      unsigned short discovery_duration,
2615  *                                      unsigned int  classOfDeviceMask)
2616  * @brief Start the custom device discovery with specific type such as BR/EDR, LE, LE+BR/EDR etc.
2617  *
2618  * Sometimes user may want to search for a particular kind of device. for ex, LE only or BR/EDR only.
2619  * In such case, you can use type parameter. This API is similar to that of bluetooth_start_discovery().
2620  * Please see bluetooth_start_discovery() for other parameters description.
2621  *
2622  * This function is a asynchronous call.
2623  * If the call is success then the application will receive BLUETOOTH_EVENT_DISCOVERY_STARTED event
2624  * through registered callback function.
2625  *
2626  * The discovery is responded by an BLUETOOTH_EVENT_REMOTE_DEVICE_FOUND event for each device it
2627  * found and a BLUETOOTH_EVENT_REMOTE_DEVICE_NAME_UPDATED event for its name updation.
2628  *
2629  * The completion or cancellation of the discovery is indicated by an
2630  * BLUETOOTH_EVENT_DISCOVERY_FINISHED event.
2631  *
2632  * The device discovery can be cancelled by calling bluetooth_stop_discovery().
2633  *
2634  *
2635  * @return      BLUETOOTH_ERROR_NONE - Success \n
2636  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Bluetooth adapter is not enabled \n
2637  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
2638  *              BLUETOOTH_ERROR_IN_PROGRESS - Bluetooth adapter is busy with another discovery \n
2639  *              BLUETOOTH_ERROR_INTERNAL - System error like heap full has occured or bluetooth
2640                                                 agent is not running \n
2641  *
2642  * @param[in] role              define the role type of devices to be discovered. See enum bt_discovery_role_type_t.
2643                                         (DISCOVERY_ROLE_BREDR means BREDR only, DISCOVERY_ROLE_LE mean Low Energy only,
2644                                         DISCOVERY_ROLE_LE_BREDR means LE & BREDR - same as bluetooth_start_discovery())
2645  * @param[in] max_response              define the maximum response of the number of founded devices
2646                                         (0 means unlimited)
2647  * @param[in] discovery_duration        define bluetooth discovery duration (0 means 180s )
2648  * @param[in] classOfDeviceMask         define classes of the device mask which user wants
2649                                         (refer to class of device)
2650  * @remark      None
2651  * @see         bluetooth_start_discovery(), bluetooth_cancel_discovery, bluetooth_device_info_t
2652
2653 @code
2654 unsigned short type;
2655 unsigned short max_response;
2656 unsigned short discovery_duration;
2657 unsigned classOfDeviceMask;
2658 int ret = 0;
2659
2660 type = 1;
2661 max_response =0;
2662 discovery_duration =0;
2663 classOfDeviceMask =0;
2664
2665 ret = bluetooth_start_custom_discovery(type, max_response, discovery_duration, classOfDeviceMask);
2666
2667 @endcode
2668  *
2669  */
2670 int bluetooth_start_custom_discovery(bt_discovery_role_type_t role,
2671                                                 unsigned short max_response,
2672                                                 unsigned short discovery_duration,
2673                                                 unsigned int classOfDeviceMask);
2674
2675 /**
2676  * @fn int bluetooth_cancel_discovery (void)
2677  * @brief Cancel the on-going device discovery operation
2678  *
2679  *
2680  * This function stops the on-going device discovery operation. This API has to be called after the
2681  * bluetooth_start_discovery API and before the BLUETOOTH_EVENT_DISCOVERY_FINISHED event comes of
2682  * the bluetooth_start_discovery API
2683  *
2684  * Normally the device discovery takes a more time (~10.24 seconds) to get all the devices in its
2685  * vicinity and it recevies as BLUETOOTH_EVENT_REMOTE_DEVICE_FOUND event. This API helps us to
2686  * cancel the discover request once the user received the device to which he wish to connect.
2687  *
2688  * This function is a asynchronous call.
2689  * If the call is success to cancel discovey then the application will receive
2690  * BLUETOOTH_EVENT_DISCOVERY_FINISHED event through registered callback function
2691  * with an error code BLUETOOTH_ERROR_CANCEL. In the case of failure the error code will be
2692  * BLUETOOTH_ERROR_NONE
2693  *
2694  *
2695  * @return      BLUETOOTH_ERROR_NONE - Success \n
2696  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
2697  *              BLUETOOTH_ERROR_NOT_IN_OPERATION - No Discovery operation in progess to cancel \n
2698  *              BLUETOOTH_ERROR_ACCESS_DENIED - Currently in discovery but it is requested from
2699                                                 other application \n
2700  *              BLUETOOTH_ERROR_INTERNAL - Internel IPC error \n
2701  * @remark      None
2702  * @see         bluetooth_start_discovery
2703 @code
2704 void bt_event_callback(int event, bluetooth_event_param_t *param)
2705 {
2706         switch(event)
2707         {
2708                 case BLUETOOTH_EVENT_DISCOVERY_FINISHED:
2709                         TC_PRT("BLUETOOTH_EVENT_DISCOVERY_FINISHED, result[0x%04x]", param->result);
2710                         break;
2711         }
2712 }
2713
2714 ..
2715
2716 int ret = 0;
2717
2718 ret = bluetooth_cancel_discovery();
2719 @endcode
2720  */
2721 int bluetooth_cancel_discovery(void);
2722
2723 /**
2724  * @fn int bluetooth_start_le_discovery(void)
2725  * @brief Start the generic device discovery which finds the LE devices.
2726  *
2727  * To connect connect to peer bluetooth device, you will need to know its bluetooth address and its
2728  * name. You can search for Bluetooth devices in vicinity by bluetooth_start_le_discovery() API.
2729  * It try to find LE devices. Bluetooth device address and name are
2730  * given to Application via BLUETOOTH_EVENT_REMOTE_LE_DEVICE_FOUND event. In param_data of
2731  * bluetooth_event_param_t, you will receive a pointer to a structure of bluetooth_device_info_t type.
2732  * You will receive device address, device name, device class, rssi (received signal strength indicator).
2733  * please see bluetooth_device_info_t for more details.
2734  *
2735  * This function is a asynchronous call.
2736  * If the call is success then the application will receive BLUETOOTH_EVENT_LE_DISCOVERY_STARTED event
2737  * through registered callback function.
2738  *
2739  * The discovery is responded by an BLUETOOTH_EVENT_REMOTE_LE_DEVICE_FOUND event for each device it
2740  * found.
2741  *
2742  * The completion or cancellation of the discovery is indicated by an
2743  * BLUETOOTH_EVENT_LE_DISCOVERY_FINISHED event.
2744  *
2745  * The device discovery can be cancelled by calling bluetooth_stop_le_discovery().
2746  *
2747  *
2748  * @return      BLUETOOTH_ERROR_NONE - Success \n
2749  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Bluetooth adapter is not enabled \n
2750  *              BLUETOOTH_ERROR_DEVICE_BUSY - Bluetooth adapter is busy doing some operation \n
2751  *              BLUETOOTH_ERROR_INTERNAL - System error like heap full has occured or bluetooth
2752                                                 agent is not running \n
2753  *
2754  * @remark      None
2755  * @see         bluetooth_stop_le_discovery, bluetooth_device_info_t
2756
2757 @code
2758 void bt_event_callback(int event, bluetooth_event_param_t *param)
2759 {
2760         switch(event)
2761         {
2762                 case BLUETOOTH_EVENT_REMOTE_LE_DEVICE_FOUND:
2763                 {
2764                         bluetooth_device_info_t *device_info = NULL;
2765                         printf("BLUETOOTH_EVENT_REMOTE_DEVICE_FOUND, result [0x%04x]",
2766                                         param->result);
2767                         device_info  = (bluetooth_device_info_t *)param->param_data;
2768                         memcpy(&searched_device, &device_info->device_address,
2769                                                 sizeof(bluetooth_device_address_t));
2770                         printf("dev [%2.2X:%2.2X:%2.2X:%2.2X:%2.2X:%2.2X]",
2771                                 device_info->device_address.addr[0],
2772                                 device_info->device_address.addr[1],
2773                                 device_info->device_address.addr[2],
2774                                 device_info->device_address.addr[3],
2775                                 device_info->device_address.addr[4],
2776                                 device_info->device_address.addr[5]);
2777                         break;
2778                 }
2779
2780                 case BLUETOOTH_EVENT_LE_DISCOVERY_FINISHED:
2781                         printf("BLUETOOTH_EVENT_LE_DISCOVERY_FINISHED, result[0x%04x]", param->result);
2782                         break;
2783         }
2784 }
2785
2786 int ret = 0;
2787 ret = bluetooth_start_discovery();
2788
2789 @endcode
2790  *
2791  */
2792 int bluetooth_start_le_discovery(void);
2793
2794 /**
2795  * @fn int bluetooth_stop_le_discovery (void)
2796  * @brief Cancel the on-going device LE discovery operation
2797  *
2798  *
2799  * This function stops the on-going device discovery operation. This API has to be called after the
2800  * bluetooth_start_le_discovery API and before the BLUETOOTH_EVENT_LE_DISCOVERY_FINISHED event comes of
2801  * the bluetooth_start_le_discovery API
2802  *
2803  *
2804  * This function is a asynchronous call.
2805  * If the call is success to cancel discovey then the application will receive
2806  * BLUETOOTH_EVENT_LE_DISCOVERY_FINISHED event through registered callback function
2807  * with an error code BLUETOOTH_ERROR_CANCEL. In the case of failure the error code will be
2808  * BLUETOOTH_ERROR_NONE
2809  *
2810  *
2811  * @return      BLUETOOTH_ERROR_NONE - Success \n
2812  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
2813  *              BLUETOOTH_ERROR_NOT_IN_OPERATION - No Discovery operation in progess to cancel \n
2814  *              BLUETOOTH_ERROR_ACCESS_DENIED - Currently in discovery but it is requested from
2815                                                 other application \n
2816  *              BLUETOOTH_ERROR_INTERNAL - Internel IPC error \n
2817  * @remark      None
2818  * @see         bluetooth_start_discovery
2819 @code
2820 void bt_event_callback(int event, bluetooth_event_param_t *param)
2821 {
2822         switch(event)
2823         {
2824                 case BLUETOOTH_EVENT_LE_DISCOVERY_FINISHED:
2825                         TC_PRT("BLUETOOTH_EVENT_LE_DISCOVERY_FINISHED, result[0x%04x]", param->result);
2826                         break;
2827         }
2828 }
2829
2830 ..
2831
2832 int ret = 0;
2833
2834 ret = bluetooth_stop_le_discovery();
2835 @endcode
2836  */
2837 int bluetooth_stop_le_discovery(void);
2838
2839 /**
2840  * @fn int bluetooth_is_discovering(void)
2841  * @brief Check for the device discovery is in-progress or not.
2842  *
2843  * This API is used to check the current status of the Discovery operation.If discovery is in\
2844  * progress normally other operations are not allowed.
2845  * If a device discovery is in progress, we have to either cancel the discovery operation or wait
2846  * for the BLUETOOTH_EVENT_DISCOVERY_FINISHED
2847  * event before performing other operations. This API is used to get for the current discovery
2848  * operation status and using bluetooth_cancel_discovery()
2849  * we can cancell the ongoing discovery process.
2850  * Before calling this API, make sure that the adapter is enabled. There is no callback event for
2851  * this API.
2852  *
2853  * This function checks whether the device discovery is started or not.
2854  *
2855  * This function is a synchronous call.
2856  *
2857  *
2858  * @return      BLUETOOTH_ERROR_NONE - Discovery is not in progress \n
2859  *              BLUETOOTH_ERROR_NONE+1 - Discovery in progress \n
2860  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
2861  *
2862  * @remark      None
2863  * @see         bluetooth_start_discovery, bluetooth_cancel_discovery
2864
2865 @code
2866 int ret = 0;
2867 ret = bluetooth_is_discovering ();
2868 @endcode
2869  */
2870 int bluetooth_is_discovering(void);
2871
2872 /**
2873  * @fn int bluetooth_is_le_discovering(void)
2874  * @brief Check for the device LE discovery is in-progress or not.
2875  *
2876  * This API is used to check the current status of the LE Discovery operation.If discovery is in\
2877  * progress normally other operations are not allowed.
2878  * If a device discovery is in progress, we have to either cancel the discovery operation or wait
2879  * for the BLUETOOTH_EVENT_LE_DISCOVERY_FINISHED
2880  * event before performing other operations. This API is used to get for the current discovery
2881  * operation status and using bluetooth_stop_le_discovery()
2882  * we can cancell the ongoing LE discovery process.
2883  * Before calling this API, make sure that the adapter is enabled. There is no callback event for
2884  * this API.
2885  *
2886  * This function checks whether the device  LE discovery is started or not.
2887  *
2888  * This function is a synchronous call.
2889  *
2890  *
2891  * @return      BLUETOOTH_ERROR_NONE - Discovery is not in progress \n
2892  *              BLUETOOTH_ERROR_NONE+1 - Discovery in progress \n
2893  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
2894  *
2895  * @remark      None
2896  * @see         bluetooth_start_le_discovery, bluetooth_stop_le_discovery
2897
2898 @code
2899 int ret = 0;
2900 ret = bluetooth_is_le_discovering ();
2901 @endcode
2902  */
2903 int bluetooth_is_le_discovering(void);
2904
2905 /**
2906  * @fn int bluetooth_is_le_scanning(void)
2907  * @brief Check for the device LE scan is in-progress or not.
2908  *
2909  * This API is used to check the current status of the LE Scan operation.If discovery is in\
2910  * progress normally other operations are not allowed.
2911  *
2912  * This function checks whether the device  LE Scan is started or not.
2913  *
2914  * This function is a synchronous call.
2915  *
2916  * @return   TRUE  - LE Scan in progress \n
2917  *              FALSE - LE Scan is not in progress \n
2918  *
2919  * @remark      None
2920
2921 @code
2922 gboolean is_le_scanning = 0;
2923 is_le_scanning = bluetooth_is_le_scanning ();
2924 @endcode
2925  */
2926 gboolean bluetooth_is_le_scanning(void);
2927
2928 gboolean bluetooth_is_scan_filter_supported(void);
2929
2930 /**
2931  * @fn int bluetooth_force_hcidump(int timeout)
2932  * @brief Enable /disable force-hcidump
2933  *
2934  * This function control force-hcidump.
2935  *
2936  * This function is a synchronous call.
2937  *
2938  * @return      BLUETOOTH_ERROR_NONE - Success \n
2939  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
2940  *              BLUETOOTH_ERROR_INTERNAL - Internal IPC error \n
2941  *
2942  * @param[in]   start  To enable or disable force-hcidump[TRUE / FALSE]
2943  *
2944  *
2945  * @remark      None
2946  */
2947 int bluetooth_force_hcidump(int timeout);
2948
2949 /**
2950  * @fn int bluetooth_register_scan_filter(bluetooth_le_scan_filter_t *filter, int *slot_id)
2951  * @brief Register scan filter.
2952  *
2953  * This function registers the scan filter.
2954  *
2955  * This function is a synchronous call.
2956  *
2957  * @return      BLUETOOTH_ERROR_NONE - Success \n
2958  *
2959  * @param[in]   filter   scan filter to register
2960  * @param[out]  slot_id  the slot ID of scan filter
2961  *
2962  * @remark      None
2963  */
2964 int bluetooth_register_scan_filter(bluetooth_le_scan_filter_t *filter, int *slot_id);
2965
2966 /**
2967  * @fn int bluetooth_unregister_scan_filter(int slot_id)
2968  * @brief Register scan filter.
2969  *
2970  * This function unregisters the scan filter.
2971  *
2972  * This function is a synchronous call.
2973  *
2974  * @return      BLUETOOTH_ERROR_NONE - Success \n
2975  *
2976  * @param[in]   slot_id  the slot ID of scan filter
2977  *
2978  * @remark      None
2979  */
2980 int bluetooth_unregister_scan_filter(int slot_id);
2981
2982 /**
2983  * @fn int bluetooth_unregister_all_scan_filters(void)
2984  * @brief Register scan filter.
2985  *
2986  * This function usregisters all scan filters.
2987  *
2988  * This function is a synchronous call.
2989  *
2990  * @return      BLUETOOTH_ERROR_NONE - Success \n
2991  *
2992  * @remark      None
2993  */
2994 int bluetooth_unregister_all_scan_filters(void);
2995
2996 /**
2997  * @fn int bluetooth_enable_rssi(const bluetooth_device_address_t *remote_address,
2998                 int link_type, bt_rssi_threshold_t rssi_threshold)
2999  * @brief Enable RSSI monitoring
3000  *
3001  * This function enables RSSI monitoring and sets threshold for a connection
3002  *
3003  * @return      BLUETOOTH_ERROR_NONE - Success \n
3004  *
3005  * @remark      None
3006  * @see bluetooth_get_rssi_strength
3007  */
3008 int bluetooth_enable_rssi(const bluetooth_device_address_t *remote_address,
3009                 int link_type, bt_rssi_threshold_t *rssi_threshold);
3010
3011 /**
3012  * @fn int bluetooth_get_rssi_strength(const bluetooth_device_address_t *remote_address, int link_type)
3013  * @brief Gets Raw RSSI signal Strength
3014  *
3015  * This function gives the Raw RSSI signal strength for a connection.
3016  *
3017  * @return      BLUETOOTH_ERROR_NONE - Success \n
3018  *
3019  * @remark      None
3020  * @see bluetooth_enable_rssi
3021  */
3022 int bluetooth_get_rssi_strength(const bluetooth_device_address_t *remote_address, int link_type);
3023
3024 int bluetooth_set_connectable(gboolean is_connectable);
3025
3026 int bluetooth_is_connectable(gboolean *is_connectable);
3027
3028 /**
3029  * @fn int bluetooth_bond_device(const bluetooth_device_address_t *device_address)
3030  * @brief Initiate a bonding process
3031  *
3032  *
3033  * This function initiates a bonding procedure with a peer device.  The bonding procedure
3034  * enables authentication and optionally encryption on the Bluetooth link.
3035  *
3036  * Bonding is applied to the discovered device to which we need a secure connection. We cannot
3037  * inititate the bonding request to the devices already in the paired list.
3038  *
3039  * Usually we call this API after the device discovery.
3040  * This function is a asynchronous call.
3041  *
3042  * Response will be received through BLUETOOTH_EVENT_BONDING_FINISHED event. It can any of the below
3043  * mentioed result code
3044  * BLUETOOTH_ERROR_PARING_FAILED - Pairing faied \n
3045  * BLUETOOTH_ERROR_ACCESS_DENIED - Authetication rejected \n
3046  * BLUETOOTH_ERROR_CANCEL_BY_USER - Cancelled by the user \n
3047  * BLUETOOTH_ERROR_PARING_FAILED - Pairing failed \n
3048  * BLUETOOTH_ERROR_TIMEOUT - Timeout has haapened \n
3049  *
3050  * If the remote user is not responding with in a specific time(60 seconds), then a timeout happens
3051  * and BLUETOOTH_EVENT_BONDING_FINISHED callback event is called with and BLUETOOTH_ERROR_TIMEOUT
3052  * result code
3053  *
3054  * The bonding operation can be cancelled by calling bluetooth_cancel_bonding().
3055  *
3056  *
3057  * @return      BLUETOOTH_ERROR_NONE - Success \n
3058  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
3059  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
3060  *              BLUETOOTH_ERROR_DEVICE_BUSY - Adapter is busy or Discovery is in Progress \n
3061  *              BLUETOOTH_ERROR_INVALID_DATA - Invalid BD address \n
3062  * @exception   None
3063  * @param[in]   device_address   This indicates an address of the device with which the pairing
3064  *                                      should be initiated
3065  * @remark      None
3066  * @see         bluetooth_cancel_bonding
3067  @code
3068 void bt_event_callback(int event, bluetooth_event_param_t *param)
3069 {
3070         switch(event)
3071         {
3072                 case BLUETOOTH_EVENT_BONDING_FINISHED:
3073                 {
3074                         TC_PRT("BLUETOOTH_EVENT_BONDING_FINISHED, result [0x%04x]", param->result);
3075                         if (param->result >= BLUETOOTH_ERROR_NONE)
3076                         {
3077                                 bluetooth_device_info_t *device_info = NULL;
3078                                 device_info  = (bluetooth_device_info_t *)param->param_data;
3079                                 printf("dev [%s] [%2.2X:%2.2X:%2.2X:%2.2X:%2.2X:%2.2X]
3080                                                         mjr[%#x] min[%#x] srv[%#x]",
3081                                                         device_info->device_name.name,
3082                                                         device_info->device_address.addr[0],
3083                                                         device_info->device_address.addr[1],
3084                                                         device_info->device_address.addr[2],
3085                                                         device_info->device_address.addr[3],
3086                                                         device_info->device_address.addr[4],
3087                                                         device_info->device_address.addr[5],
3088                                                         device_info->device_class.major_class,
3089                                                         device_info->device_class.minor_class,
3090                                                         device_info->device_class.service_class);
3091                         }
3092                         else
3093                         {
3094                                 //bonding failed
3095                         }
3096                         break;
3097                 }
3098         }
3099 }
3100
3101 ...
3102
3103 int ret = 0;
3104 bluetooth_device_address_t device_address={{0}};
3105
3106 ret = bluetooth_bond_device(&device_address);
3107
3108 @endcode
3109  */
3110 int bluetooth_bond_device(const bluetooth_device_address_t *device_address);
3111
3112 /**
3113  * @fn int bluetooth_bond_device_by_type(const bluetooth_device_address_t *device_address,
3114  *                              bluetooth_conn_type_t conn_type)
3115  * @brief Initiate a bonding process
3116  *
3117  *
3118  * This function initiates a bonding procedure with a peer device on the basis of connection type (BLE or BREDR).
3119  * The bonding procedure enables authentication and optionally encryption on the Bluetooth link.
3120  *
3121  * Bonding is applied to the discovered device to which we need a secure connection. We cannot
3122  * inititate the bonding request to the devices already in the paired list.
3123  *
3124  * Usually we call this API after the device discovery.
3125  * This function is a asynchronous call.
3126  *
3127  * Response will be received through BLUETOOTH_EVENT_BONDING_FINISHED event. It can any of the below
3128  * mentioed result code
3129  * BLUETOOTH_ERROR_PARING_FAILED - Pairing faied \n
3130  * BLUETOOTH_ERROR_ACCESS_DENIED - Authetication rejected \n
3131  * BLUETOOTH_ERROR_CANCEL_BY_USER - Cancelled by the user \n
3132  * BLUETOOTH_ERROR_PARING_FAILED - Pairing failed \n
3133  * BLUETOOTH_ERROR_TIMEOUT - Timeout has haapened \n
3134  *
3135  * If the remote user is not responding with in a specific time(60 seconds), then a timeout happens
3136  * and BLUETOOTH_EVENT_BONDING_FINISHED callback event is called with and BLUETOOTH_ERROR_TIMEOUT
3137  * result code
3138  *
3139  * The bonding operation can be cancelled by calling bluetooth_cancel_bonding().
3140  *
3141  *
3142  * @return BLUETOOTH_ERROR_NONE - Success \n
3143  *             BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
3144  *             BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
3145  *             BLUETOOTH_ERROR_DEVICE_BUSY - Adapter is busy or Discovery is in Progress \n
3146  *             BLUETOOTH_ERROR_INVALID_DATA - Invalid BD address \n
3147  * @exception None
3148  * @param[in] device_address This indicates an address of the device with which pairing
3149  *                                        should be initiated
3150  * @param[in] conn_type This Indicates the connection type to be used for pairing in case of
3151  *                                 dual mode devices
3152  * @remark None
3153  * @see bluetooth_cancel_bonding
3154  */
3155 int bluetooth_bond_device_by_type(const bluetooth_device_address_t *device_address,
3156                                 bluetooth_conn_type_t conn_type);
3157
3158 /**
3159  * @fn int bluetooth_cancel_bonding(void)
3160  * @brief Cancel the on-going bonding process
3161  *
3162  * This API is called to cancel the on-going bonding procedure. It should be called before the
3163  * BLUETOOTH_EVENT_BONDING_FINISHED event comes.
3164  * This API is useful when the remote device is not responding to the bond request or we wish to
3165  * cancel the bonding request. In this case we need not wait for the timeout to happen.
3166  *
3167  * This function is a synchronous call.
3168  *
3169  * @return      BLUETOOTH_ERROR_NONE - Success \n
3170  *              BLUETOOTH_ERROR_NOT_IN_OPERATION - No bonding request in progress \n
3171  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
3172  * @exception   None
3173  * @remark      None
3174  * @see         bluetooth_bond_device
3175 @code
3176 ...
3177
3178 int ret = 0;
3179
3180 ret = bluetooth_cancel_bonding();
3181 @endcode
3182  */
3183 int bluetooth_cancel_bonding(void);
3184
3185 /**
3186  * @fn int bluetooth_unbond_device(const bluetooth_device_address_t *device_address)
3187  * @brief Remove bonding
3188  *
3189  *
3190  * To communicate with remote device over bluetooth link, user should bond with peer device.
3191  * After bonding is over, peer device is added to list of bonded devices. bluetooth_unbond_device()
3192  * API is used to remove peer device from the list. Please note that after removing the device
3193  * from bonded device list, you cannot communication with peer device until bonding happens again.
3194  *
3195  * User can call this function by passing bluetooth device address of any bonded device. Please note
3196  * that after successful return of this function, any bluetooth application running on your device
3197  * will not be able to communicate with unbonded device until bond operation happens again using
3198  * bluetooth_bond_device()
3199  *
3200  *
3201  * This function is a asynchronous call. The request to remove the specified device from the bonded
3202  * list is responded by an BLUETOOTH_EVENT_BONDED_DEVICE_REMOVED event. if the operation is success,
3203  * you will receive BLUETOOTH_ERROR_NONE. BLUETOOTH_ERROR_NOT_PAIRED may be received in result code
3204  * in case if there is a problem in locating given bluetooth device address in bonded devices list
3205  *
3206  *
3207  *
3208  * @return      BLUETOOTH_ERROR_NONE - Success \n
3209  *              BLUETOOTH_ERROR_INVALID_PARAM - Device address is not valid \n
3210  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Bluetooth adapter is not enabled \n
3211  *              BLUETOOTH_ERROR_DEVICE_BUSY     - Bluetooth adapter is busy doing some operation \n
3212  *              BLUETOOTH_ERROR_INVALID_DATA - Device address provided is incorrect \n
3213  *              BLUETOOTH_ERROR_INTERNAL - System error like heap full has occured or bluetooth
3214  *                                              agent is not running \n
3215  *              BLUETOOTH_ERROR_NOT_PAIRED - Device address mentioned in the argument is not a
3216  *                                              bonded device \n
3217  *
3218  * @param[in]   device_address   This indicates an address of the device to remove bonding
3219  *
3220  * @remark      None
3221  *
3222  * @see         bluetooth_bond_device, bluetooth_cancel_bonding
3223  *
3224 @code
3225 void bt_event_callback(int event, bluetooth_event_param_t *param)
3226 {
3227         switch(event) {
3228                 case BLUETOOTH_EVENT_BONDED_DEVICE_REMOVED: {
3229                         bluetooth_device_address_t *dev_addr = NULL;
3230
3231                         if (param->result == BLUETOOTH_ERROR_NONE) {
3232                                 dev_addr = (bluetooth_device_address_t *)param->param_data;
3233                                 //Unbound scuccess
3234                                 printf("%2.2X:%2.2X:%2.2X:%2.2X:%2.2X:%2.2X\n",
3235                                         dev_addr->addr[0], dev_addr->addr[1]
3236                                         dev_addr->addr[2], dev_addr->addr[3]
3237                                         dev_addr->addr[4], dev_addr->addr[5]
3238                         } else {
3239                                 //unbound failure
3240                         }
3241                 }
3242         }
3243 }
3244
3245 ...
3246
3247 int ret = 0;
3248 bluetooth_device_address_t *device_address;
3249
3250 // copy valid device address in device_address
3251
3252 ret = bluetooth_unbond_device(device_address);
3253 @endcode
3254  */
3255 int bluetooth_unbond_device(const bluetooth_device_address_t *device_address);
3256
3257 /**
3258  * @fn int bluetooth_get_bonded_device_list(GPtrArray **dev_list)
3259  * @brief Get bonded(paired) device list
3260  *
3261  *
3262  * This API gets all bonded device list.
3263  * The devices in the bonded device list further can be used to perform the authorization by calling
3264  * bluetooth_authorize_device API.
3265  *
3266  * This function is a synchronous call.
3267  * Information for bonded devices can be obtained when result code is BLUETOOTH_ERROR_NONE. If not,
3268  * there is no valid information in the dev_list.
3269  * The len field in the dev_list represents the number of bonded devices. The data structure for
3270  * bonded device information is bluetooth_device_info_t.
3271  *
3272  *
3273  * @return      BLUETOOTH_ERROR_NONE - Success \n
3274  *              BLUETOOTH_ERROR_NOT_SUPPORT - Opreation not supported \n
3275  * @remark      None
3276  * @see         bluetooth_bond_device, bluetooth_unbond_device, bluetooth_authorize_device
3277  @code
3278 void bt_get_bonded_devices(void)
3279 {
3280 ...
3281         int i;
3282         GPtrArray *devinfo = NULL;
3283         bluetooth_device_info_t *ptr;
3284
3285         // allocate the g_pointer_array
3286         devinfo = g_ptr_array_new();
3287
3288         ret = bluetooth_get_bonded_device_list(&devinfo);
3289         if (ret != BLUETOOTH_ERROR_NONE)
3290         {
3291                 printf("bluetooth_get_bonded_device_list failed with [%d]",ret);
3292         }
3293         else
3294         {
3295                 printf("g pointer arrary count : [%d]", devinfo->len);
3296                 for (i=0; i<devinfo->len; i++)
3297                 {
3298                         ptr = g_ptr_array_index(devinfo, i);
3299                         if (ptr != NULL)
3300                         {
3301                                 printf("Name [%s]\n", ptr->device_name.name);
3302                                 printf("Major Class [%d]\n", ptr->device_class.major_class);
3303                                 printf("Minor Class [%d]\n", ptr->device_class.minor_class);
3304                                 printf("Service Class [%d]\n", ptr->device_class.service_class);
3305                                 printf("%2.2X:%2.2X:%2.2X:%2.2X:%2.2X:%2.2X\n",
3306                                                                 ptr->device_address.addr[0],
3307                                 ptr->device_address.addr[1], ptr->device_address.addr[2],
3308                                                                 ptr->device_address.addr[3],
3309                                 ptr->device_address.addr[4], ptr->device_address.addr[5]);
3310
3311                                 // handle
3312                                 ...
3313                         }
3314                 }
3315         }
3316         // free g_pointer_array
3317         g_ptr_array_free(devinfo, TRUE);
3318 }
3319
3320 @endcode
3321  */
3322 int bluetooth_get_bonded_device_list(GPtrArray **dev_list);
3323
3324 int bluetooth_get_profile_connected_device_list(
3325                 const char *profile_uuid, GPtrArray **addr_list);
3326
3327 /**
3328  * @fn int bluetooth_get_bonded_device(const bluetooth_device_address_t *device_address,
3329  *                                      bluetooth_device_info_t *dev_info)
3330  * @brief Get a bonded(paired) device
3331  *
3332  *
3333  * This API gets a bonded device.
3334  *
3335  * This function is a synchronous call.
3336  * Information for bonded devices can be obtained when result code is BLUETOOTH_ERROR_NONE. If not,
3337  * there is no valid information in the dev_info.
3338  * The data structure for bonded device information is bluetooth_device_info_t.
3339  *
3340  *
3341  * @return      BLUETOOTH_ERROR_NONE - Success \n
3342  *              BLUETOOTH_ERROR_NOT_SUPPORT - Opreation not supported \n
3343  * @remark      None
3344  * @see         bluetooth_bond_device, bluetooth_unbond_device, bluetooth_authorize_device
3345  @code
3346 void bt_get_bonded_device(void)
3347 {
3348 ...
3349         int i;
3350         bluetooth_device_info_t devinfo = {0};
3351         bluetooth_device_address_t device_address={{0x00,0x1C,0x43,0x2B,0x1A,0xE5}};
3352
3353         ret = bluetooth_get_bonded_device(&device_address, &devinfo);
3354         if (ret != BLUETOOTH_ERROR_NONE)
3355         {
3356                 printf("bluetooth_get_bonded_device failed with [%d]",ret);
3357         }
3358         else
3359         {
3360                 printf("Name [%s]\n", devinfo.device_name.name);
3361                 printf("Major Class [%d]\n", devinfo.device_class.major_class);
3362                 printf("Minor Class [%d]\n", devinfo.device_class.minor_class);
3363                 printf("Service Class [%d]\n", devinfo.device_class.service_class);
3364                 printf("%2.2X:%2.2X:%2.2X:%2.2X:%2.2X:%2.2X\n", devinfo.device_address.addr[0],
3365                 devinfo.device_address.addr[1], devinfo.device_address.addr[2],
3366                 devinfo.device_address.addr[3], devinfo.device_address.addr[4],
3367                 devinfo.device_address.addr[5]);
3368
3369                 // handle
3370                 ...
3371         }
3372 }
3373
3374 @endcode
3375  */
3376 int bluetooth_get_bonded_device(const bluetooth_device_address_t *device_address,
3377                                         bluetooth_device_info_t *dev_info);
3378
3379
3380 /**
3381  * @fn int bluetooth_get_is_alias_set(const bluetooth_device_address_t *device_address,
3382  *                                      gboolean *is_alias_set)
3383  * @brief Get is_alias_set property of device
3384  *
3385  * This API gets is_alias_set property of a bonded device.
3386  *
3387  * This function is a synchronous call.
3388  * Information for is_alias_set property can be obtained only when result code is BLUETOOTH_ERROR_NONE.
3389  * If not,there is no valid information in the is_alias_set.
3390  *
3391  * @return      BLUETOOTH_ERROR_NONE - Success \n
3392  *                      BLUETOOTH_ERROR_NOT_SUPPORT - Opreation not supported \n
3393  * @remark None
3394  @code
3395         int ret = 0;
3396         gboolean alias_set;
3397         bluetooth_device_address_t device_address = {{0x00,0x1C,0x43,0x2B,0x1A,0xE5}};
3398
3399         ret = bluetooth_get_is_alias_set(&device_address, &alias_set);
3400  @endcode
3401  */
3402 int bluetooth_get_is_alias_set(const bluetooth_device_address_t *device_address,
3403                                 gboolean *is_alias_set);
3404
3405 /**
3406  * @fn int bluetooth_set_alias(const bluetooth_device_address_t *device_address, const char *alias)
3407  * @brief set alias for bonded device
3408  *
3409  *
3410  * This function set alias for bonded device.
3411  *
3412  * This function is a synchronous call.
3413  *
3414  *
3415  * @return      BLUETOOTH_ERROR_NONE - Success \n
3416  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
3417  * @param[in]   device_address   This indicates an address of the remote device
3418  * @param[in]   alias                   This indicates an alias to set
3419  * @remark      None
3420  * @see         None
3421 @code
3422 int ret = 0;
3423 ret = bluetooth_set_alias(&remote_address);
3424 @endcode
3425  */
3426 int bluetooth_set_alias(const bluetooth_device_address_t *device_address,
3427                                 const char *alias);
3428
3429 /**
3430  * @fn int bluetooth_get_remote_device(const bluetooth_device_address_t *device_address)
3431  * @brief Get remote deivice
3432  *
3433  *
3434  * This function gets specific remote device.
3435  *
3436  * This function is a asynchronous call.
3437  * This API is responded by an BLUETOOTH_EVENT_REMOTE_DEVICE_READ event.
3438  *
3439  *
3440  * @return      BLUETOOTH_ERROR_NONE - Success \n
3441  *              BLUETOOTH_ERROR_NOT_SUPPORT - Operation not supported \n
3442  * @param[in]   device_address   This indicates an address of the remote device
3443  * @remark      None
3444  * @see         None
3445 @code
3446 int ret = 0;
3447 ret = bluetooth_get_remote_device(&remote_address);
3448 @endcode
3449  */
3450 int bluetooth_get_remote_device(const bluetooth_device_address_t *device_address);
3451
3452 /**
3453  * @fn int bluetooth_authorize_device(const bluetooth_device_address_t *device_address,
3454  *                                      gboolean authorized)
3455  * @brief Authorize/Unauthorize a bonded device
3456  *
3457  *
3458  * This function authorizes/unauthorize a bonded device. It decides the device to connect
3459  * with/without user confirmation.
3460  *
3461  * If we select a paired device and make it authorized by calling this API with the authorized
3462  * parameter to TRUE, then it will not ask for the user conformation before connecting. Similarly
3463  * if we unauthorize the paired device by calling this API with the authorized parameter to FALSE,
3464  * then it will ask for the user conformation before the connection.
3465  *
3466  * This API supposed to be called on the paired devices. Which means we have to use this API only
3467  * after successful pairing.
3468  *
3469  * This function is a asynchronous call.
3470  * Response will be received through BLUETOOTH_EVENT_DEVICE_AUTHORIZED event.
3471  *
3472  * @return      BLUETOOTH_ERROR_NONE - Success \n
3473  * @exception   BLUETOOTH_ERROR_INTERNAL - Cannot get the interal DBUS proxy \n
3474  * @param[in]   device_address   This indicates an address of the device to authorize \n
3475  * @param[in]   authorized      TRUE : authorize FALSE: unauthorize
3476  * @remark      None
3477  * @see         bluetooth_get_bonded_device_list
3478 @code
3479 void bt_event_callback(int event, bluetooth_event_param_t *param)
3480 {
3481         switch(event)
3482         {
3483                 case BLUETOOTH_EVENT_DEVICE_AUTHORIZED :
3484                 {
3485                         if (param->result == BLUETOOTH_ERROR_NONE)
3486                         {
3487                                 //Device authorized
3488                         }
3489                         //device authorization failed failure
3490                 }
3491         }
3492 }
3493
3494 ...
3495
3496 int ret = 0;
3497 bluetooth_device_address_t device_address={{0}};
3498 gboolean authorized;
3499
3500 authorized =TRUE;
3501
3502 ret = bluetooth_authorize_device(&device_address,authorized);
3503 @endcode
3504  */
3505 int bluetooth_authorize_device(const bluetooth_device_address_t *device_address,
3506                                        gboolean authorized);
3507
3508 int bluetooth_set_pin_code(const bluetooth_device_address_t *device_address,
3509                                 const bluetooth_device_pin_code_t *pin_code);
3510
3511 int bluetooth_unset_pin_code(const bluetooth_device_address_t *device_address);
3512
3513 /**
3514  * @fn int bluetooth_passkey_reply(char *passkey, gboolean reply)
3515  *
3516  * @brief Receives Legacy Passkey\pin with following authentication response types
3517  *
3518  * @param[in]   passkey : This is the PIN or PASSKEY string required for remote device authentication
3519  * @param[in]   reply    TRUE : Accept AUthentication FALSE: Cancels authentication
3520  *
3521  */
3522 int bluetooth_passkey_reply(char *passkey, gboolean reply);
3523
3524 /**
3525  * @fn int bluetooth_passkey_confirmation_reply(gboolean reply);
3526  *
3527  * @brief This API sends user confirmation reply to the local adapter.
3528  *
3529  * @param[in] reply TRUE : Accept AUthentication FALSE: Cancels authentication
3530  *
3531  */
3532 int bluetooth_passkey_confirmation_reply(gboolean reply);
3533
3534 /**
3535  * @fn int bluetooth_search_service(const bluetooth_device_address_t *device_address)
3536  * @brief Get all services supported by remote device
3537  *
3538  *
3539  * This API call initiates the search for the services supported by the specified device. Normally
3540  * the service search will take a couple of seconds to get it completed. Before calling this API
3541  * make sure that the Adapter is enabled. We have to give the device address of the remote device to
3542  * perform the service search. We can get the device address by doing a device discovery operation.
3543  *
3544  *
3545  * This function is a asynchronous call.
3546  * The service search request is responded by BLUETOOTH_EVENT_SERVICE_SEARCHED event.
3547  *
3548  * There is a timeout associated with the service search. The default time out is 40 seconds. If the
3549  * remove device did not respond with in the time out period the BLUETOOTH_EVENT_SERVICE_SEARCHED
3550  * event is generated with appropriate result code.
3551  *
3552  * @return      BLUETOOTH_ERROR_NONE - Success \n
3553  *              BLUETOOTH_ERROR_SERVICE_SEARCH_ERROR - Service search error (NULL device address) \n
3554  *              BLUETOOTH_ERROR_INTERNAL - Internal IPC error \n
3555  * @param[in]   device_address   This indicates an address of the device
3556  *                               whose services need to be found
3557  * @remark      None
3558  * @see         bluetooth_cancel_service_search
3559  */
3560 int bluetooth_search_service(const bluetooth_device_address_t *device_address);
3561
3562 /**
3563  * @fn int bluetooth_cancel_service_search(void)
3564  * @brief Cancel the ongoing service search operation
3565  *
3566  *
3567  * This function cancel the ongoing service search operation. This API is usually calling after the
3568  * bluetooth_search_service API.
3569  * Normally service search will take a more time (> 5 seconds) to complete. This API will be called
3570  * if the user wish to cancel the Ongoing service search operation.
3571  *
3572  * This API should be called just after the bluetooth_search_service API and before the
3573  * BLUETOOTH_EVENT_SERVICE_SEARCHED event
3574  *
3575  * This function is a synchronous call.
3576  *
3577  * @return      BLUETOOTH_ERROR_NONE - Success \n
3578  *              BLUETOOTH_ERROR_CANCEL - Error in service search cancel operation \n
3579  *              BLUETOOTH_ERROR_NOT_PAIRED - Not paired device \n
3580  *              BLUETOOTH_ERROR_NOT_IN_OPERATION - Searching service is not in operation \n
3581  *
3582  * @remark      None
3583  * @see         bluetooth_search_service
3584 @code
3585 ...
3586
3587 int ret = 0;
3588 ret = bluetooth_cancel_service_search();
3589 @endcode
3590 */
3591 int bluetooth_cancel_service_search(void);
3592
3593 /**
3594  * @fn int bluetooth_rfcomm_create_socket(const char *uuid)
3595  * @brief Register rfcomm socket with a specific uuid
3596  *
3597  *
3598  * This API register rfcomm socket with the given UUID. The return value of this API is the socket
3599  * descriptor of the server.
3600  * This is the first API which is called to create the server. Once we created the server socket,
3601  * we will listen on that return socket.
3602  * So a bluetooth_rfcomm_listen_and_accept should follow this API call. This is a synchronous call.
3603  *
3604  *
3605  * @return  socket FD on Success \n
3606  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
3607  *              BLUETOOTH_ERROR_INTERNAL - Internal error\n
3608  *              BLUETOOTH_ERROR_MAX_CONNECTION - Maximum connection reached\n
3609  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
3610  * @param[in]   UUID (128 bits)
3611  *
3612  * @remark      None
3613  * @see       bluetooth_rfcomm_listen_and_accept, bluetooth_rfcomm_remove_socket
3614  *
3615  @code
3616
3617   const char *rfcomm_test_uuid="00001101-0000-1000-8000-00805F9B34FB";
3618   fd  = bluetooth_rfcomm_create_socket(rfcomm_test_uuid);
3619
3620  @endcode
3621  */
3622 int bluetooth_rfcomm_create_socket(const char *uuid);
3623
3624 /**
3625  * @fn int bluetooth_rfcomm_create_socket_ex(const char *uuid, const char *bus_name, const char *path)
3626  * @brief Register rfcomm socket with a specific uuid
3627  *
3628  *
3629  * This API register rfcomm socket with the given UUID. The return value of this API is the socket
3630  * descriptor of the server.
3631  * This is the first API which is called to create the server. Once we created the server socket,
3632  * we will listen on that return socket.
3633  * So a bluetooth_rfcomm_listen_and_accept_ex should follow this API call. This is a synchronous call.
3634  *
3635  *
3636  * @return  socket FD on Success \n
3637  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
3638  *              BLUETOOTH_ERROR_INTERNAL - Internal error\n
3639  *              BLUETOOTH_ERROR_MAX_CONNECTION - Maximum connection reached\n
3640  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
3641  * @param[in]   UUID (128 bits)
3642  * @param[in]   bus_name (const char)
3643  * @param[in]   path (const char)
3644  *
3645  * @remark      None
3646  * @see       bluetooth_rfcomm_listen_and_accept_ex, bluetooth_rfcomm_remove_socket
3647  *
3648  @code
3649
3650   const char *rfcomm_test_uuid="00001101-0000-1000-8000-00805F9B34FB";
3651   fd  = bluetooth_rfcomm_create_socket_ex(rfcomm_test_uuid, bus_name, path);
3652
3653  @endcode
3654  */
3655 int bluetooth_rfcomm_create_socket_ex(const char *uuid, const char *bus_name, const char *path);
3656
3657 /**
3658  * @fn int bluetooth_rfcomm_remove_socket(int socket_fd, const char *uuid)
3659  * @brief De-register the rfcomm socket
3660  *
3661  *
3662  * This API deregister rfcomm socket with the given socket fd and  UUID. If the remote device is
3663  * already connected then we will receive the BLUETOOTH_EVENT_RFCOMM_DISCONNECTED with socket
3664  * descriptor else no event will come. We will call this API only after the
3665  * bluetooth_rfcomm_listen_and_accept.
3666  * This is a synchronous call.
3667  *
3668  * @return   BLUETOOTH_ERROR_NONE - Success \n
3669  *               BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
3670  *               BLUETOOTH_ERROR_NOT_FOUND - Cannot find the proxy\n
3671  *               BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
3672  * @param[in]  int socket_fd
3673  *
3674  * @remark      None
3675  * @see       bluetooth_rfcomm_create_socket, bluetooth_rfcomm_listen_and_accept
3676  *
3677  @code
3678  void bt_event_callback(int event, bluetooth_event_param_t *param)
3679  {
3680         switch(event)
3681         {
3682                 case BLUETOOTH_EVENT_RFCOMM_DISCONNECTED:
3683                 {
3684                         bluetooth_rfcomm_connection_t *discon_ind =
3685                                         (bluetooth_rfcomm_connection_t *)param->param_data;
3686
3687                         printf("\nDisconnected from FD %d",  discon_ind->socket_fd);
3688                 }
3689         }
3690  }
3691
3692  ...
3693
3694  int ret = 0;
3695  fd  = bluetooth_rfcomm_create_socket(rfcomm_test_uuid);
3696  ret = bluetooth_rfcomm_listen_and_accept(fd, 1);
3697  ....
3698  ret = bluetooth_rfcomm_remove_socket(fd);
3699  @endcode
3700  */
3701 int bluetooth_rfcomm_remove_socket(int socket_fd);
3702
3703 /**
3704  * @fn int bluetooth_rfcomm_remove_socket(const char *uuid)
3705  * @brief De-register the rfcomm socket
3706  *
3707  *
3708  * This API deregister rfcomm socket with the given socket UUID. If the remote device is
3709  * already connected then we will receive the BLUETOOTH_EVENT_RFCOMM_DISCONNECTED with socket
3710  * descriptor else no event will come. We will call this API only after the
3711  * bluetooth_rfcomm_listen_and_accept_ex.
3712  * This is a synchronous call.
3713  *
3714  * @return   BLUETOOTH_ERROR_NONE - Success \n
3715  *               BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
3716  *               BLUETOOTH_ERROR_NOT_FOUND - Cannot find the proxy\n
3717  *               BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
3718  * @param[in]   UUID (128 bits)
3719  *
3720  * @remark      None
3721  * @see       bluetooth_rfcomm_create_socket_ex, bluetooth_rfcomm_listen_and_accept_ex
3722  *
3723  @code
3724  void bt_event_callback(int event, bluetooth_event_param_t *param)
3725  {
3726         switch(event)
3727         {
3728                 case BLUETOOTH_EVENT_RFCOMM_DISCONNECTED:
3729                 {
3730                         bluetooth_rfcomm_connection_t *discon_ind =
3731                                         (bluetooth_rfcomm_connection_t *)param->param_data;
3732
3733                         printf("\nDisconnected from FD %d",  discon_ind->socket_fd);
3734                 }
3735         }
3736  }
3737
3738  ...
3739
3740  int ret = 0;
3741  fd  = bluetooth_rfcomm_create_socket_ex(rfcomm_test_uuid, path, bus_name);
3742  ret = bluetooth_rfcomm_listen_and_accept_ex(rfcomm_test_uuid, 1, bus_name, path);
3743  ....
3744  ret = bluetooth_rfcomm_remove_socket_ex(rfcomm_test_uuid);
3745  @endcode
3746  */
3747 int bluetooth_rfcomm_remove_socket_ex(const char *uuid);
3748
3749 /**
3750  * @fn int bluetooth_rfcomm_server_disconnect(int socket_fd)
3751  * @brief Disconnect rfcomm connection
3752  *
3753  *
3754  * Disconnect a specific(device node fd)  RFCOMM connection. This is a Synchronous call and there
3755  * is no cabbback events for this API. We have to provice the valid client fd to disconnect from the
3756  * remote server.
3757  *
3758  * @return   BLUETOOTH_ERROR_NONE  - Success \n
3759  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
3760  *              BLUETOOTH_ERROR_NOT_CONNECTED - Not connected \n
3761  * @param[in]  int socket_fd the sending socket fd
3762  *
3763  * @remark      None
3764  *
3765  @code
3766
3767   ret = bluetooth_rfcomm_server_disconnect(g_ret_fd);
3768   if (ret < 0)
3769         printf("Disconnection failed");
3770   else
3771   printf("Disconnection Success");
3772
3773  @endcode
3774  */
3775 int bluetooth_rfcomm_server_disconnect(int socket_fd);
3776
3777 /**
3778  * @fn int bluetooth_rfcomm_listen_and_accept(int socket_fd,int max_pending_connection)
3779  * @brief Rfcomm socket listen
3780  *
3781  *
3782  * This API make rfcomm socket listen and accept with socket. We will call this API immediatly
3783  * after the bluetooth_rfcomm_create_socket API.
3784  * This API listen for the incomming connection and once it receives a connection, it will give
3785  * BLUETOOTH_EVENT_RFCOMM_CONNECTED
3786  * event to the application. This is an Asynchronous API call.
3787  *
3788  *
3789  * @return  BLUETOOTH_ERROR_NONE - Success \n
3790  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
3791  *              BLUETOOTH_ERROR_CONNECTION_ERROR - Listen failed \n
3792
3793  * @param[in]  int socket_fd
3794  * @param[in]  max pending connection.
3795  *
3796  * @remark      None
3797  * @see       bluetooth_rfcomm_create_socket
3798  *
3799   @code
3800   void bt_event_callback(int event, bluetooth_event_param_t* param)
3801  {
3802         switch(event)
3803         {
3804                 case BLUETOOTH_EVENT_RFCOMM_CONNECTED:
3805                 {
3806                         bluetooth_rfcomm_connection_t *conn_ind =
3807                                                 (bluetooth_rfcomm_connection_t *)param->param_data;
3808
3809                         printf("\nConnected from FD %d",  conn_ind->socket_fd);
3810                 }
3811         }
3812  }
3813
3814  ...
3815
3816  int ret = 0;
3817  fd  = bluetooth_rfcomm_create_socket(rfcomm_test_uuid);
3818  ret = bluetooth_rfcomm_listen_and_accept(fd, 1);
3819
3820  @endcode
3821  */
3822 int bluetooth_rfcomm_listen_and_accept(int socket_fd, int max_pending_connection);
3823
3824 /**
3825  * @fn int bluetooth_rfcomm_listen_and_accept_ex(const char *uuid, int max_pending_connection, const char *bus_name, const char *path)
3826  * @brief Rfcomm socket listen
3827  *
3828  *
3829  * This API make rfcomm socket listen and accept with socket. We will call this API immediatly
3830  * after the bluetooth_rfcomm_create_socket API.
3831  * This API listen for the incomming connection and once it receives a connection, it will give
3832  * BLUETOOTH_EVENT_RFCOMM_CONNECTED
3833  * event to the application. This is an Asynchronous API call.
3834  *
3835  *
3836  * @return  BLUETOOTH_ERROR_NONE - Success \n
3837  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
3838  *              BLUETOOTH_ERROR_CONNECTION_ERROR - Listen failed \n
3839
3840  * @param[in]  int socket_fd
3841  * @param[in]  max pending connection.
3842  * @param[in]  name
3843  * @param[in]  path
3844  *
3845  * @remark      None
3846  * @see       bluetooth_rfcomm_create_socket_ex
3847  *
3848   @code
3849   void bt_event_callback(int event, bluetooth_event_param_t* param)
3850  {
3851         switch(event)
3852         {
3853                 case BLUETOOTH_EVENT_RFCOMM_CONNECTED:
3854                 {
3855                         bluetooth_rfcomm_connection_t *conn_ind =
3856                                                 (bluetooth_rfcomm_connection_t *)param->param_data;
3857
3858                         printf("\nConnected from FD %d",  conn_ind->socket_fd);
3859                 }
3860         }
3861  }
3862
3863  ...
3864
3865  int ret = 0;
3866  fd  = bluetooth_rfcomm_create_socket_ex(rfcomm_test_uuid);
3867  ret = bluetooth_rfcomm_listen_and_accept_ex(rfcomm_test_uuid, 1, bus_name, path);
3868
3869  @endcode
3870  */
3871
3872 int bluetooth_rfcomm_listen_and_accept_ex(const char *uuid, int max_pending_connection, const char *bus_name, const char *path);
3873
3874 /**
3875  * @fn int bluetooth_rfcomm_listen(int socket_fd,int max_pending_connection)
3876  * @brief Rfcomm socket listen
3877  *
3878  *
3879  * This API make rfcomm socket listen and accept with socket. We will call this API immediatly
3880  * after the bluetooth_rfcomm_create_socket API.
3881  * This API listen for the incomming connection and once it receives a connection, it will give
3882  * BLUETOOTH_EVENT_RFCOMM_AUTHORIZE
3883  * event to the application. This is an Asynchronous API call.
3884  *
3885  *
3886  * @return  BLUETOOTH_ERROR_NONE - Success \n
3887  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
3888  *              BLUETOOTH_ERROR_CONNECTION_ERROR - Listen failed \n
3889
3890  * @param[in]  int socket_fd
3891  * @param[in]  max pending connection.
3892  *
3893  * @remark      None
3894  * @see       bluetooth_rfcomm_create_socket
3895  *
3896   @code
3897   void bt_event_callback(int event, bluetooth_event_param_t* param)
3898  {
3899         switch(event)
3900         {
3901                 case BLUETOOTH_EVENT_RFCOMM_AUTHORIZE:
3902                 {
3903                         char *name = (char *)param->param_data;
3904
3905                         printf("\nConnected from %s",  name);
3906
3907                         bluetooth_rfcomm_accept_connection();
3908                 }
3909         }
3910  }
3911
3912  ...
3913
3914  int ret = 0;
3915  fd  = bluetooth_rfcomm_create_socket(rfcomm_test_uuid);
3916  ret = bluetooth_rfcomm_listen(fd, 1);
3917
3918  @endcode
3919  */
3920 int bluetooth_rfcomm_listen(int socket_fd, int max_pending_connection);
3921
3922 /**
3923  * @fn int bluetooth_rfcomm_accept_connection()
3924  * @brief Accepts the authorization request indicated by the event
3925   * BLUETOOTH_EVENT_RFCOMM_AUTHORIZE.
3926  *
3927  * This function is a synchronous call.
3928  *
3929  * @return   BLUETOOTH_ERROR_NONE  - Success \n
3930  *              BLUETOOTH_ERROR_INTERNAL - Internal error \n
3931  *
3932  * @param[in]  the socket fd of the server
3933  * @param[out]  the socket fd of the client
3934  *
3935  * @exception   None
3936  * @remark       None
3937  * @see bluetooth_rfcomm_reject_connection
3938  */
3939 int bluetooth_rfcomm_accept_connection(int server_fd);
3940
3941 /**
3942  * @fn int bluetooth_rfcomm_reject_connection()
3943  * @brief Rejects the authorization request indicated by the event
3944   * BLUETOOTH_EVENT_RFCOMM_AUTHORIZE.
3945  *
3946  * This function is a synchronous call.
3947  *
3948  * @return   BLUETOOTH_ERROR_NONE  - Success \n
3949  *              BLUETOOTH_ERROR_INTERNAL - Internal error \n
3950  *
3951  * @param[in]  the socket fd of the server
3952  *
3953  * @exception   None
3954  * @remark       None
3955  * @see bluetooth_rfcomm_accept_connection
3956  */
3957 int bluetooth_rfcomm_reject_connection(int server_fd);
3958
3959 /**
3960  * @fn gboolean bluetooth_rfcomm_is_server_uuid_available(const char *uuid)
3961  * @brief Informs whether rfcomm server uuid is available or not.
3962  *
3963  * This function is a synchronous call.
3964  *
3965  * @return   TRUE  - RFCOMM uuid is available \n
3966  *              FALSE - RFCOMM uuid is not available \n
3967  *
3968  * @param[in]  uuid UUID string
3969  *
3970  * @exception   None
3971  *
3972  * @remark       None
3973  */
3974 gboolean bluetooth_rfcomm_is_server_uuid_available(const char *uuid);
3975
3976 /**
3977  * @fn int bluetooth_rfcomm_connect(const bluetooth_device_address_t  *remote_bt_address,
3978  *                                                                      const char *remote_uuid)
3979  * @brief Connect to the remote device rfcomm *
3980  *
3981  * Connect to a specific RFCOMM based service on a remote device UUID. This is a Async call. Once
3982  * the connection is successful callback BLUETOOTH_EVENT_RFCOMM_CONNECTED events is generated,
3983  * which contains the socket_fd, device role (RFCOMM_ROLE_SERVER/RFCOMM_ROLE_CLIENT), device addess
3984  * etc. The socket_fd can be further used to send the data. It better to do a sevice search before
3985  * initiating a connection.
3986  *
3987  * @return  BLUETOOTH_ERROR_NONE  - Success \n
3988  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
3989  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
3990  *              BLUETOOTH_ERROR_CONNECTION_BUSY - Connection in progress \n
3991  *              BLUETOOTH_ERROR_INTERNAL - Internal Error\n
3992  * @param[in]  bluetooth_device_address_t remote bt_address
3993  * @param[in]  char remote uuid
3994  * @remark      None
3995  * @see         bluetooth_rfcomm_disconnect, bluetooth_rfcomm_write, bluetooth_search_service
3996  *
3997  @code
3998
3999  void bt_event_callback(int event, bluetooth_event_param_t *param)
4000  {
4001         switch(event)
4002         {
4003                 case BLUETOOTH_EVENT_SERVICE_SEARCHED:
4004                 {
4005                         if (param->result >= BLUETOOTH_ERROR_NONE)
4006                         {
4007                                 bt_sdp_info_t *bt_sdp_info=param->param_data;
4008
4009                                 printf("Dev add = %2.2X:%2.2X:%2.2X:%2.2X:%2.2X:%2.2X\n",
4010                                         bt_sdp_info->device_addr.addr[0],
4011                                         bt_sdp_info->device_addr.addr[1],
4012                                         bt_sdp_info->device_addr.addr[2],
4013                                         bt_sdp_info->device_addr.addr[3],
4014                                         bt_sdp_info->device_addr.addr[4],
4015                                         bt_sdp_info->device_addr.addr[5]);
4016
4017                                         printf("Supported service list:\n");
4018                                         for(i=0; i<bt_sdp_info->service_index; i++)
4019                                                 printf("[%#x]\n",
4020                                                         bt_sdp_info->service_list_array[i]);
4021
4022                                 //Alternate method
4023                                 //ret = bluetooth_rfcomm_connect(bt_sdp_info->device_addr,
4024                                                                                 //rfcomm_test_uuid);
4025                         }
4026                         break;
4027                 }
4028                 case BLUETOOTH_EVENT_RFCOMM_CONNECTED:
4029                 {
4030                         bluetooth_rfcomm_connection_t *conn_ind =
4031                                                 (bluetooth_rfcomm_connection_t *)param->param_data;
4032
4033                         printf("\nConnected from FD %d, Role = %s",  conn_ind->socket_fd,
4034                                                 (conn_ind->device_role == RFCOMM_ROLE_SERVER) ?
4035                                                                         "SERVER" : "CLIENT");
4036                 }
4037         }
4038  }
4039
4040   bluetooth_device_address_t remote_address = {{0},};
4041   remote_address.addr[0] = 0x0; remote_address.addr[1] = 0x0A; remote_address.addr[2] = 0x3A;
4042   remote_address.addr[3]= 0x54; remote_address.addr[4] = 0x19;  remote_address.addr[5]= 0x36;
4043   ret = bluetooth_search_service(&remote_address);
4044  if (ret < 0)
4045         printf("Seach failed, Reason = %d", ret);
4046   else
4047          printf("Search Success, Ret = %d", ret);
4048
4049   ret = bluetooth_rfcomm_connect(&remote_address, rfcomm_test_uuid);
4050   if (ret < 0)
4051         printf("Connection failed, Reason = %d", ret);
4052   else
4053          printf("Connection Success, Ret = %d", ret);
4054
4055   @endcode
4056   */
4057 int bluetooth_rfcomm_connect(const bluetooth_device_address_t *remote_bt_address,
4058                                      const char *remote_uuid);
4059
4060 /**
4061  * @fn int bluetooth_rfcomm_disconnect(int socket_fd)
4062  * @brief Disconnect rfcomm connection
4063  *
4064  *
4065  * Disconnect a specific(device node fd)  RFCOMM connection. This is a Synchronous call and there
4066  * is no cabbback events for this API. We have to provice the valid client fd to disconnect from the
4067  * remote server.
4068  *
4069  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4070  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
4071  *              BLUETOOTH_ERROR_NOT_CONNECTED - Not connected \n
4072  * @param[in]  char remote bt_address
4073  *
4074  * @remark      None
4075  * @see         bluetooth_rfcomm_connect
4076  *
4077  @code
4078
4079   ret = bluetooth_rfcomm_disconnect(g_ret_fd);
4080   if (ret < 0)
4081         printf("Disconnection failed");
4082   else
4083   printf("Disconnection Success");
4084
4085  @endcode
4086  */
4087
4088 int bluetooth_rfcomm_disconnect(int socket_fd);
4089
4090 /**
4091  * @fn int bluetooth_rfcomm_write (int fd, const char *buff, int length)
4092  * @brief Write to rfcomm connection
4093  *
4094  *
4095  * This API is used to send the data over the rfcomm connection. This is a synchronous API. The same
4096  * API is used to send the data for server and the client.
4097  *
4098  * @return  BLUETOOTH_ERROR_NONE  - Success \n
4099  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
4100  *              BLUETOOTH_ERROR_NOT_IN_OPERATION - The Fd is currently not in operation\n
4101  * @param[in]  int fd
4102  * @param[in]  const char *buff  Data buffer to send
4103  * @param[in]  int length Length of the data
4104  *
4105  * @remark      None
4106  * @see         bluetooth_rfcomm_connect
4107  *
4108   @code
4109   char *buff = "Test data 123456789"
4110   ret =  bluetooth_rfcomm_write(g_ret_fd, buff, 15);
4111   if (ret < 0)
4112         printf("Send failed");
4113   else
4114    printf("Send success");
4115
4116  @endcode
4117  */
4118 int bluetooth_rfcomm_write(int fd, const char *buf, int length);
4119
4120 /**
4121  * @fn gboolean bluetooth_rfcomm_is_client_connected(void)
4122  * @brief Informs whether rfcomm client is connected.
4123  *
4124  * This function is a synchronous call.
4125  *
4126  * @return   TRUE  - RFCOMM client is connected \n
4127  *              FALSE - RFCOMM client is not connected \n
4128  *
4129  * @exception   None
4130  *
4131  * @remark       None
4132  */
4133 gboolean bluetooth_rfcomm_is_client_connected(void);
4134 int bluetooth_rfcomm_client_is_connected(const bluetooth_device_address_t *device_address, gboolean *connected);
4135 int bluetooth_rfcomm_server_is_connected(const bluetooth_device_address_t *device_address, gboolean *connected);
4136
4137 /**
4138  * @fn int bluetooth_network_activate_server(void)
4139  * @brief Activate the NAP (Network Access Point) service
4140  *
4141  * This function is a asynchronous call.
4142  * The activate server request is responded by BLUETOOTH_EVENT_NETWORK_SERVER_ACTIVATED event.
4143  *
4144  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4145  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
4146  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4147  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Not enabled \n
4148  *
4149  * @remark      None
4150   * @see        bluetooth_network_deactivate_server
4151  *
4152  */
4153 int bluetooth_network_activate_server(void);
4154
4155 /**
4156  * @fn int bluetooth_network_deactivate_server(void)
4157  * @brief Deactivate the NAP (Network Access Point) service
4158  *
4159  * This function is a asynchronous call.
4160  * The deactivate server request is responded by BLUETOOTH_EVENT_NETWORK_SERVER_DEACTIVATED event.
4161  *
4162  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4163  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
4164  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4165  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Not enabled \n
4166  *
4167  * @remark      None
4168  * @see         bluetooth_network_activate_server
4169  *
4170  */
4171 int bluetooth_network_deactivate_server(void);
4172
4173 /**
4174  * @fn int bluetooth_network_connect(const bluetooth_device_address_t *device_address,
4175  *                                      bluetooth_network_role_t role,
4176  *                                      char  custom_uuid)
4177  * @brief Connect the network server in the peer
4178  *
4179  * This function is a asynchronous call.
4180  * The network connect request is responded by BLUETOOTH_EVENT_NETWORK_CONNECTED event.
4181  *
4182  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4183  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
4184  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4185  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Not enabled \n
4186  *
4187  * @exception   None
4188  * @param[in]  device_address   This indicates an address of the device with which the pairing
4189  *                              should be initiated
4190  * @param[in]  role   The role to connect. PANU / GN / NAP / CUSTOM. If use the CUSTOM value,
4191  *                      need to use the third parameter.
4192  * @param[in]  custom_uuid   If use the CUSTOM value in second parameter, use this parameter to
4193  *                              connect. UUID string
4194  * @remark      None
4195  * @see         bluetooth_network_disconnect
4196  */
4197 int bluetooth_network_connect(const bluetooth_device_address_t *device_address,
4198                                       bluetooth_network_role_t role, char *custom_uuid);
4199
4200 /**
4201  * @fn int bluetooth_network_disconnect(const bluetooth_device_address_t *device_address,
4202  *                                                      bluetooth_network_role_t role,
4203  *                                                        char *custom_uuid)
4204  * @brief Connect the network server in the peer
4205  *
4206  * This function is a asynchronous call.
4207  * The network disconnect request is responded by BLUETOOTH_EVENT_NETWORK_CONNECTED event.
4208  *
4209  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4210  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
4211  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4212  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Not enabled \n
4213  *
4214  * @exception   None
4215  * @param[in]   device_address   This indicates an address of the device with which the pairing
4216  *                                      should be initiated
4217  * @remark       None
4218  * @see         bluetooth_network_connect
4219  */
4220 int bluetooth_network_disconnect(const bluetooth_device_address_t *device_address);
4221
4222 /**
4223  * @fn int bluetooth_network_server_disconnect(const bluetooth_device_address_t *device_address)
4224  * @brief Disconnect the device from the network
4225  *
4226  * This function is an asynchronous call.
4227  * The network server disconnect request is responded by
4228  * BLUETOOTH_EVENT_NETWORK_SERVER_DISCONNECTED event.
4229  *
4230  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4231  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
4232  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4233  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Not enabled \n
4234  *
4235  * @exception   None
4236  * @param[in]   device_address   This indicates an address of the connected client device
4237  * @remark       None
4238  * @see         bluetooth_network_activate_server
4239  */
4240 int bluetooth_network_server_disconnect(const bluetooth_device_address_t *device_address);
4241
4242 /*HDP - API's*/
4243
4244 /**
4245  * @fn int bluetooth_hdp_activate(unsigned short  data_type,
4246  *                                      bt_hdp_role_type_t role,
4247  *                                      bt_hdp_qos_type_t channel_type,
4248  *                                      char **app_handle)
4249  * @brief Activate the HDP service for a particular data type
4250  *
4251  * This function is a synchronous call.
4252  *
4253  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4254  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
4255  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4256  *              BLUETOOTH_ERROR_NO_RESOURCES - Not resource available \n
4257  *
4258  * @exception   None
4259  * @param[in]  data_type   The data type against corresponding service
4260  * @param[in]  role   The role of HDP. HDP_ROLE_SOURCE/HDP_ROLE_SINK.
4261  * @param[in]  channel_type   The QOS type for the channel.
4262  *                              HDP_QOS_RELIABLE/HDP_QOS_STREAMING/HDP_QOS_ANY.
4263  *                              For role = HDP_ROLE_SINK, the channel_type
4264  *                              should be HDP_QOS_ANY.
4265  * @param[out]  app_handle    The application handler against corresponding service
4266  * @remark       None
4267  * @see bluetooth_hdp_deactivate
4268  */
4269 int bluetooth_hdp_activate(unsigned short  data_type,
4270                                 bt_hdp_role_type_t role,
4271                                 bt_hdp_qos_type_t channel_type,
4272                                 char **app_handle);
4273 /**
4274  * @fn int bluetooth_hdp_deactivate(const char *app_handle)
4275  * @brief Deactivate the HDP service for a particular service using the handler
4276  *
4277  * This function is a synchronous call.
4278  *
4279  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4280  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
4281  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4282  *              BLUETOOTH_ERROR_NO_RESOURCES - Not resource available \n
4283  *
4284  * @exception   None
4285  * @param[in]  app_handle   The application handler against corresponding service
4286  * @remark       None
4287  * @see bluetooth_hdp_deactivate
4288  */
4289 int bluetooth_hdp_deactivate(const char *app_handle);
4290
4291 /**
4292  * @fn int bluetooth_hdp_send_data(unsigned int channel_id,
4293  *                                      const char *buffer, unsigned int size)
4294  * @brief Send data to the remote HDP device
4295  *
4296  * This function is a synchronous call.
4297  *
4298  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4299  *             BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
4300  *             BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4301  *             BLUETOOTH_ERROR_NO_RESOURCES - Not resource available \n
4302  *             BLUETOOTH_ERROR_NOT_IN_OPERATION - FD is invalid  \n
4303  *
4304  * @exception   None
4305  * @param[in]  channel_id   The channel id for the connection.
4306  * @param[in]  buffer   The pdu buffer.
4307  * @param[in]  size   Size of the buffer.
4308  * @remark       None
4309  * @see bluetooth_hdp_connect
4310  */
4311 int bluetooth_hdp_send_data(unsigned int channel_id,
4312                                 const char *buffer, unsigned int size);
4313 /**
4314  * @fn int bluetooth_hdp_connect(const char *app_handle,
4315  *                              bt_hdp_qos_type_t channel_type,
4316  *                              const bluetooth_device_address_t *device_address)
4317  * @brief Connect to the remote device(Mainly used by source)
4318  *
4319  * This function is a asynchronous call.
4320  * The HDP activate is responded by BLUETOOTH_EVENT_HDP_CONNECTED event.
4321  *
4322  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4323  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
4324  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4325  *              BLUETOOTH_ERROR_NO_RESOURCES - Not resource available \n
4326  *              BLUETOOTH_ERROR_MEMORY_ALLOCATION -Memory allocation failed \n
4327  *
4328  * @exception   None
4329  * @param[in]  app_handle   The application handler against corresponding service
4330  * @param[in]  channel_type   The QOS type for the channel.
4331  *                              HDP_QOS_RELIABLE/HDP_QOS_STREAMING.
4332  * @param[in]  device_address   The remote device Bd address.
4333  *
4334  * @remark       None
4335  * @see bluetooth_hdp_disconnect
4336  */
4337 int bluetooth_hdp_connect(const char *app_handle,
4338                         bt_hdp_qos_type_t channel_type,
4339                         const bluetooth_device_address_t *device_address);
4340 /**
4341  * @fn int bluetooth_hdp_disconnect(unsigned int channel_id,
4342  *                      const bluetooth_device_address_t *device_address)
4343  * @brief Disconnect from the remote device(Mainly used by source)
4344  *
4345  * This function is a asynchronous call.
4346  * The HDP activate is responded by BLUETOOTH_EVENT_HDP_DISCONNECTED event.
4347  *
4348  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4349  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
4350  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4351  *              BLUETOOTH_ERROR_NO_RESOURCES - Not resource available \n
4352   *              BLUETOOTH_ERROR_MEMORY_ALLOCATION -Memory allocation failed \n
4353  *
4354  * @exception   None
4355  * @param[in]  channel_id    The channel id for the connection.
4356  * @param[in]  device_address   The remote device Bd address.
4357  *
4358  * @remark       None
4359  * @see bluetooth_hdp_connect
4360  */
4361 int bluetooth_hdp_disconnect(unsigned int channel_id,
4362                         const bluetooth_device_address_t  *device_address);
4363
4364
4365 /**
4366  * @fn int bluetooth_opc_init(void)
4367  * @brief Initialize OPP client.
4368  *
4369  * This function is a synchronous call.
4370  * No event corresponding to this api
4371  *
4372  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4373  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
4374  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4375  *              BLUETOOTH_ERROR_NO_RESOURCES - Not resource available \n
4376   *             BLUETOOTH_ERROR_ACCESS_DENIED -Memory allocation failed \n
4377  *
4378  * @exception   None
4379  *
4380  * @remark       None
4381  * @see bluetooth_opc_deinit
4382  */
4383 int bluetooth_opc_init(void);
4384
4385 /**
4386  * @fn int bluetooth_opc_deinit(void)
4387  * @brief Deinitialize OPP client.
4388  *
4389  * This function is a synchronous call.
4390  * No event corresponding to this api
4391  *
4392  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4393  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
4394  *              BLUETOOTH_ERROR_ACCESS_DENIED -Memory allocation failed \n
4395  *
4396  * @exception   None
4397  *
4398  * @remark       None
4399  * @see bluetooth_opc_init
4400  */
4401
4402 int bluetooth_opc_deinit(void);
4403
4404 /**
4405  * @fn int bluetooth_opc_push_files(bluetooth_device_address_t *remote_address,
4406                                         char **file_name_array)
4407  * @brief Send multiple files to a remote device.
4408  *
4409  * This function is a asynchronous call.
4410  * This api  is responded by BLUETOOTH_EVENT_OPC_CONNECTED event.
4411  *
4412  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4413  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
4414  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
4415  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4416  *              BLUETOOTH_ERROR_NO_RESOURCES - Not resource available \n
4417  *              BLUETOOTH_ERROR_IN_PROGRESS -Already one push in progress \n
4418  *              BLUETOOTH_ERROR_ACCESS_DENIED - Not allowed by MDM policy \n
4419  *
4420  * @exception   None
4421  * @param[in]  device_address   The remote device Bd address.
4422  * @param[in]  file_name_array  Array of filepaths to be sent.
4423  *
4424  * @remark       None
4425  * @see bluetooth_opc_cancel_push
4426  */
4427
4428 int bluetooth_opc_push_files(bluetooth_device_address_t *remote_address,
4429                                 char **file_name_array);
4430
4431 /**
4432  * @fn int bluetooth_opc_cancel_push(void)
4433  * @brief Cancels the ongoing file push.
4434  *
4435  * This function is a asynchronous call.
4436  * This api is responded with either BLUETOOTH_EVENT_OPC_CONNECTED or
4437  * BLUETOOTH_EVENT_OPC_TRANSFER_COMPLETED event.
4438  *
4439  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4440  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
4441  *              BLUETOOTH_ERROR_ACCESS_DENIED - No push in progress \n
4442  *
4443  * @exception   None
4444  *
4445  * @remark       None
4446  * @see bluetooth_opc_push_files
4447  */
4448
4449 int bluetooth_opc_cancel_push(void);
4450
4451 /**
4452  * @fn gboolean bluetooth_opc_session_is_exist(void)
4453  * @brief Informs whether opc session exists or not.
4454  *
4455  * This function is a synchronous call.
4456  *
4457  * @return   TRUE  - OPC session exists \n
4458  *              FALSE - OPC session does not exist \n
4459  *
4460  * @exception   None
4461  *
4462  * @remark       None
4463  * @see None
4464  */
4465
4466 gboolean bluetooth_opc_session_is_exist(void);
4467
4468 /**
4469  * @fn int bluetooth_opc_is_sending(gboolean *is_sending)
4470  * @brief Informs whether opc session exists or not.
4471  *
4472  * This function is a synchronous call.
4473  *
4474  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4475  *               BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Not enabled \n
4476  *               BLUETOOTH_ERROR_INTERNAL \n
4477  *
4478  * @exception   None
4479  * @param[out] is_sending The sending status: (@c TRUE = in sending , @c  false = not in sending)
4480  *
4481  * @remark       None
4482  * @see            None
4483  */
4484 int bluetooth_opc_is_sending(gboolean *is_sending);
4485
4486 /**
4487  * @fn int bluetooth_opp_get_transfer_progress(bluetooth_opp_transfer_type_t transfer_type,
4488                 int transfer_id, unsigned char *progress)
4489  * @brief Gets the percentage progress for ongoing transfers.
4490  *
4491  * This function is a synchronous call.
4492  *
4493  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4494  *               BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Not enabled \n
4495  *               BLUETOOTH_ERROR_NOT_FOUND - Not found \n
4496  *
4497  * @exception   None
4498  * @param[in] transfer_type     Transfer Type: (@c BLUETOOTH_TRANSFER_INBOUND = receiving , @c  BLUETOOTH_TRANSFER_OUTBOUND = sending)
4499  * @param[in] transfer_id       Transfer ID
4500  * @param[out] progress         Percentage Progress
4501  * @remark       None
4502  * @see            None
4503  */
4504 int bluetooth_opp_get_transfer_progress(bluetooth_opp_transfer_type_t transfer_type,
4505                 int transfer_id, unsigned char *progress);
4506
4507 /**
4508  * @fn int bluetooth_obex_server_init(const char *dst_path)
4509  * @brief Initialize OPP and FTP server.
4510  *
4511  * This function is a synchronous call.
4512  * No event corresponding to this api
4513  *
4514  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4515  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
4516  *              BLUETOOTH_ERROR_NO_RESOURCES - Not resource available \n
4517  *              BLUETOOTH_ERROR_AGENT_ALREADY_EXIST - Obex agent already registered \n
4518  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
4519  *
4520  * @exception   None
4521  * @param[in]  dst_path   OPS destination file path.
4522  * @remark       None
4523  * @see bluetooth_obex_server_deinit
4524  */
4525 int bluetooth_obex_server_init(const char *dst_path);
4526
4527
4528 /**
4529  * @fn int bluetooth_obex_server_deinit(void)
4530  * @brief Deinitialize OPP and FTP server.
4531  *
4532  * This function is a synchronous call.
4533  * No event corresponding to this api
4534  *
4535  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4536  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
4537  *              BLUETOOTH_ERROR_AGENT_DOES_NOT_EXIST -Obex agent not registered \n
4538  *
4539  * @exception   None
4540  *
4541  * @remark       None
4542  * @see bluetooth_obex_server_init
4543  */
4544 int bluetooth_obex_server_deinit(void);
4545
4546
4547 /**
4548  * @fn gboolean bluetooth_obex_server_is_activated(void)
4549  * @brief Informs whether obex server is activated or not.
4550  *
4551  * This function is a synchronous call.
4552  *
4553  * @return   TRUE  - OBEX server is activated \n
4554  *              FALSE - OBEX server is not activated \n
4555  *
4556  * @exception   None
4557  *
4558  * @remark       None
4559  */
4560
4561 gboolean bluetooth_obex_server_is_activated(void);
4562
4563
4564 /**
4565  * @fn int bluetooth_obex_server_init_without_agent(const char *dst_path)
4566  * @brief Initialize OPP and FTP server without the conneciton authorization of the agent
4567  *
4568  * This function is a synchronous call.
4569  * No event corresponding to this api
4570  *
4571  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4572  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
4573  *              BLUETOOTH_ERROR_NO_RESOURCES - Not resource available \n
4574  *              BLUETOOTH_ERROR_AGENT_ALREADY_EXIST - Obex agent already registered \n
4575  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
4576  *
4577  *
4578  * @exception   None
4579  * @param[in]  dst_path   OPS destination file path.
4580  * @remark       None
4581  * @see bluetooth_obex_server_deinit_without_agent
4582  */
4583 int bluetooth_obex_server_init_without_agent(const char *dst_path);
4584
4585
4586 /**
4587  * @fn int bluetooth_obex_server_deinit_without_agent(void)
4588  * @brief Deinitialize OPP and FTP server without the conneciton authorization of the agent
4589  *
4590  * This function is a synchronous call.
4591  * No event corresponding to this api
4592  *
4593  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4594  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
4595  *              BLUETOOTH_ERROR_AGENT_DOES_NOT_EXIST -Obex agent not registered \n
4596  *
4597  * @exception   None
4598  *
4599  * @remark       None
4600  * @see bluetooth_obex_server_init_without_agent
4601  */
4602 int bluetooth_obex_server_deinit_without_agent(void);
4603
4604
4605 /**
4606  * @fn int bluetooth_obex_server_accept_connection(void)
4607  * @brief Accepts the authorization request indicated by the event
4608   * BLUETOOTH_EVENT_OBEX_SERVER_CONNECTION_AUTHORIZE.
4609  *
4610  * This function is a synchronous call.
4611  *
4612  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4613  *              BLUETOOTH_ERROR_NO_RESOURCES - Not resource available \n
4614  *              BLUETOOTH_ERROR_INTERNAL - Internal error \n
4615  *
4616  * @exception   None
4617  * @remark       None
4618  * @see bluetooth_obex_server_reject_authorize
4619  */
4620 int bluetooth_obex_server_accept_connection(void);
4621
4622
4623 /**
4624  * @fn int bluetooth_obex_server_reject_connection(void)
4625  * @brief Rejects the authorization request indicated by the event
4626   * BLUETOOTH_EVENT_OBEX_SERVER_CONNECTION_AUTHORIZE.
4627  *
4628  * This function is a synchronous call.
4629  *
4630  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4631  *              BLUETOOTH_ERROR_NO_RESOURCES - Not resource available \n
4632  *              BLUETOOTH_ERROR_INTERNAL - Internal error \n
4633  *
4634  * @exception   None
4635  * @remark       None
4636  * @see bluetooth_obex_server_reject_authorize
4637  */
4638 int bluetooth_obex_server_reject_connection(void);
4639
4640
4641 /**
4642  * @fn int bluetooth_obex_server_accept_authorize(const char *filename)
4643  * @brief Accepts the authorization request indicated by the event
4644   * BLUETOOTH_EVENT_OBEX_SERVER_TRANSFER_AUTHORIZE.
4645  *
4646  * This function is a asynchronous call.
4647  * This api will be responded with the event BLUETOOTH_EVENT_OBEX_SERVER_TRANSFER_STARTED.
4648  *
4649  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4650  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
4651  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
4652  *              BLUETOOTH_ERROR_AGENT_DOES_NOT_EXIST -Obex agent not registered \n
4653  *
4654  * @exception   None
4655  * @param[in]  filename   Authorized filename.
4656
4657  * @remark       None
4658  * @see bluetooth_obex_server_reject_authorize
4659  */
4660
4661 int bluetooth_obex_server_accept_authorize(const char *filename);
4662
4663 /**
4664  * @fn int bluetooth_obex_server_reject_authorize(void)
4665  * @brief Reject the authorization request indicated by the event
4666   * BLUETOOTH_EVENT_OBEX_SERVER_TRANSFER_AUTHORIZE.
4667  *
4668  * This function is a asynchronous call.
4669  * No event for this api..
4670  *
4671  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4672  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
4673  *              BLUETOOTH_ERROR_AGENT_DOES_NOT_EXIST -Obex agent not registered \n
4674  *
4675  * @exception   None
4676
4677  * @remark       None
4678  * @see bluetooth_obex_server_accept_authorize
4679  */
4680
4681 int bluetooth_obex_server_reject_authorize(void);
4682
4683 /**
4684  * @fn int bluetooth_obex_server_set_destination_path(const char *dst_path)
4685  * @brief Set the OPS destination file path..
4686  *
4687  * This function is a asynchronous call.
4688  * No event for this api..
4689  *
4690  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4691  *              BLUETOOTH_ERROR_NO_RESOURCES - Not resource available \n
4692  *              BLUETOOTH_ERROR_AGENT_DOES_NOT_EXIST -Obex agent not registered \n
4693  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid Param \n
4694  *
4695  * @exception   None
4696  * @param[in]  dst_path   OPS destination file path.
4697
4698  * @remark       None
4699  * @see None
4700  */
4701
4702 int bluetooth_obex_server_set_destination_path(const char *dst_path);
4703
4704 /**
4705  * @fn int bluetooth_obex_server_set_root(const char *root)
4706  * @brief Set the FTS root folder..
4707  *
4708  * This function is a asynchronous call.
4709  * No event for this api..
4710  *
4711  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4712  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
4713  *              BLUETOOTH_ERROR_NO_RESOURCES - Not resource available \n
4714  *              BLUETOOTH_ERROR_ACCESS_DENIED - Operation not allowed \n
4715  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
4716  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4717  *
4718  * @exception  None
4719  * @param[in]   root   FTS root folder.
4720
4721  * @remark       None
4722  * @see None
4723  */
4724
4725 int bluetooth_obex_server_set_root(const char *root);
4726
4727 /**
4728  * @fn int bluetooth_obex_server_cancel_transfer(int transfer_id)
4729  * @brief Cancel the transfer on server
4730  *
4731  * This function is an asynchronous call.
4732  * If the function call that cancels transfer is successful, the application would receive
4733  * BLUETOOTH_EVENT_TRANSFER_COMPLETED event through registered callback
4734  * function with an error code BLUETOOTH_ERROR_CANCEL. In the case of failure
4735  * the error code will be BLUETOOTH_ERROR_NONE
4736  *
4737  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4738  *               BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Not enabled \n
4739  *               BLUETOOTH_ERROR_AGENT_DOES_NOT_EXIST -Obex agent not registered \n
4740  *               BLUETOOTH_ERROR_INTERNAL - internal error (proxy does not exist) \n
4741  *               BLUETOOTH_ERROR_NOT_FOUND - The transfer is not found \n
4742  *
4743  * @exception None
4744  * @param[in] transfer_id transfer ID
4745
4746  * @remark       None
4747  * @see None
4748  */
4749 int bluetooth_obex_server_cancel_transfer(int transfer_id);
4750
4751
4752 /**
4753  * @fn int bluetooth_obex_server_cancel_all_transfers(void)
4754  * @brief Cancel the transfer on server
4755  *
4756  * This function is an asynchronous call.
4757  * If the function call that cancels transfer is successful, the application would receive
4758  * BLUETOOTH_EVENT_TRANSFER_COMPLETED event through registered callback
4759  * function with an error code BLUETOOTH_ERROR_CANCEL. In the case of failure
4760  * the error code will be BLUETOOTH_ERROR_NONE
4761  *
4762  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4763  *               BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Not enabled \n
4764  *               BLUETOOTH_ERROR_AGENT_DOES_NOT_EXIST -Obex agent not registered \n
4765  *               BLUETOOTH_ERROR_INTERNAL - internal error (proxy does not exist) \n
4766  *               BLUETOOTH_ERROR_NOT_FOUND - The transfer is not found \n
4767  *
4768  * @exception None
4769  *
4770  * @remark       None
4771  * @see None
4772  */
4773 int bluetooth_obex_server_cancel_all_transfers(void);
4774
4775
4776 /**
4777  * @fn int bluetooth_obex_server_is_receiving(gboolean *is_receiving)
4778  * @brief Informs whether obex server is receiving or not.
4779  *
4780  * This function is a synchronous call.
4781  *
4782  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4783  *               BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Not enabled \n
4784  *               BLUETOOTH_ERROR_INTERNAL \n
4785  *
4786  * @exception   None
4787  * @param[out] is_receiving The receiving status: (@c TRUE = in receiving , @c  false = not in receiving)
4788  *
4789  * @remark       None
4790  * @see None
4791  */
4792 int bluetooth_obex_server_is_receiving(gboolean *is_receiving);
4793
4794
4795 /**
4796  * @fn int bluetooth_oob_read_local_data(bt_oob_data_t *local_oob_data)
4797  * @brief Read the local Hash and Randmizer.
4798  *
4799  * This function is a synchronous call.
4800  *
4801  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4802  *           BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4803  *
4804  * @exception  None
4805  * @param[in]  None.
4806  * @param[out] local_oob_data - Pointer to the local OOB data
4807  *
4808  * @remark       None
4809  * @see None
4810  */
4811
4812 int bluetooth_oob_read_local_data(bt_oob_data_t *local_oob_data);
4813
4814
4815 /**
4816  * @fn int bluetooth_oob_add_remote_data(
4817  *                      const bluetooth_device_address_t *remote_device_address,
4818  *                      bt_oob_data_t *oob_data)
4819  * @brief Add/updated the remote device  Hash and Randmizer.
4820  *
4821  * This function is a synchronous call.
4822  * No event for this api..
4823  *
4824  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4825  *           BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4826  *
4827  * @exception   None
4828  * @param[in] remote_device_address - Remote device address
4829  *            remote_oob_data - Ponter to Hash and Randomizer oob data structure
4830  *
4831  * @remark      None
4832  * @see         None
4833  */
4834
4835 int bluetooth_oob_add_remote_data(
4836                    const bluetooth_device_address_t *remote_device_address,
4837                    bt_oob_data_t *remote_oob_data);
4838
4839
4840 /**
4841  * @fn int bluetooth_oob_remove_remote_data(
4842  *                      const bluetooth_device_address_t *remote_device_address)
4843  * @brief Delete the Hash and Randomizer w.r.t the remote device address.
4844  *
4845  * This function is a synchronous call.
4846  * No event for this api..
4847  *
4848  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4849  *           BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4850  *
4851  * @exception  None
4852  * @param[in] remote_device_address - Remote device address
4853  *
4854  * @remark       None
4855  * @see None
4856  */
4857
4858 int bluetooth_oob_remove_remote_data(
4859                         const bluetooth_device_address_t *remote_device_address);
4860
4861 /**
4862  * @fn int bluetooth_gatt_get_primary_services(const bluetooth_device_address_t *address,
4863  *                                              bt_gatt_handle_info_t *prim_svc);
4864  *
4865  * @brief Gets the GATT based primary services handle supported by remote device
4866  *
4867  * This function is a synchronous call.
4868  * The output parameter needs to be freed by calling bluetooth_gatt_free_primary_services()
4869  *
4870  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4871  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4872  *              BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
4873  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
4874  *
4875  * @exception    None
4876  * @param[in]    address - Remote device address
4877  * @param[out] prim_svc - Structure containing remote service count and handle list.
4878  *
4879  * @remark      None
4880  * @see         bluetooth_gatt_free_primary_services()
4881  */
4882 int bluetooth_gatt_get_primary_services(const bluetooth_device_address_t *address,
4883                                                 bt_gatt_handle_info_t *prim_svc);
4884
4885 /**
4886  * @fn int bluetooth_gatt_discover_service_characteristics(const char *service_handle)
4887  *
4888  * @brief Discovers the characteristics of GATT based service of remote device
4889  *
4890  * This function is an asynchronous call.
4891  * This API is responded with BLUETOOTH_EVENT_GATT_SVC_CHAR_DISCOVERED
4892  *
4893  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4894  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4895  *              BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
4896  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
4897  *
4898  * @exception   None
4899  * @param[in]   service_handle - Handle for remote service.
4900  *
4901  * @remark      None
4902  * @see         None
4903  */
4904 int bluetooth_gatt_discover_service_characteristics(const char *service_handle);
4905
4906 int bluetooth_gatt_set_service_change_watcher(
4907                 const bluetooth_device_address_t *address, gboolean enable);
4908
4909 /**
4910  * @fn int bluetooth_gatt_get_service_property(const char *service_handle,
4911  *                                              bt_gatt_service_property_t *service);
4912  *
4913  * @brief Gets the properties of GATT based service of remote device
4914  *
4915  * This function is a synchronous call.
4916  * The output parameter needs to be freed by calling bluetooth_gatt_free_primary_services()
4917  *
4918  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4919  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4920  *              BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
4921  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
4922  *
4923  * @exception   None
4924  * @param[in]   service_handle - Handle for remote service.
4925  * @param[out]  service - Structure containing remote service property.
4926  *
4927  * @remark      None
4928  * @see         bluetooth_gatt_free_service_property()
4929  */
4930 int bluetooth_gatt_get_service_property(const char *service_handle,
4931                                                 bt_gatt_service_property_t *service);
4932
4933 /**
4934  * @fn int bluetooth_gatt_watch_characteristics(const char *service_handle)
4935  *
4936  * @brief Register to GATT based service to receive value change notification/indication.
4937  *
4938  * This function is a synchronous call.
4939  * No event for this api.
4940  *
4941  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4942  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4943  *              BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
4944  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
4945  *
4946  * @exception   None
4947  * @param[in]   service_handle - Handle for remote service.
4948  *
4949  * @remark      None
4950  * @see None
4951  */
4952 int bluetooth_gatt_watch_characteristics(const char *service_handle);
4953
4954 /**
4955  * @fn int bluetooth_gatt_unwatch_characteristics(const char *service_handle)
4956  *
4957  * @brief Unregister GATT based service to receive value change notification/indication.
4958  *
4959  * This function is a synchronous call.
4960  * No event for this api.
4961  *
4962  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4963  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4964  *              BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
4965  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
4966  *
4967  * @exception   None
4968  * @param[in]   service_handle - Handle for remote service.
4969  *
4970  * @remark      None
4971  * @see         None
4972  */
4973 int bluetooth_gatt_unwatch_characteristics(const char *service_handle);
4974
4975 /**
4976  * @fn int bluetooth_gatt_get_characteristics_property(const char *char_handle,
4977  *                                              bt_gatt_char_property_t *characteristic);
4978  *
4979  * @brief Provides characteristic value along with properties.
4980  *
4981  * This function is a synchronous call.
4982  * The output parameter needs to be freed by calling bluetooth_gatt_free_char_property()
4983  *
4984  * @return   BLUETOOTH_ERROR_NONE  - Success \n
4985  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
4986  *              BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
4987  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
4988  *
4989  * @exception   None
4990  * @param[in]   char_handle - Handle for Characteristic property.
4991  * @param[out] characteristic - Structure containing remote characteristic property.
4992  *
4993  * @remark      None
4994  * @see         bluetooth_gatt_free_char_property()
4995  */
4996 int bluetooth_gatt_get_characteristics_property(const char *char_handle,
4997                                                 bt_gatt_char_property_t *characteristic);
4998
4999 /**
5000  * @fn int bluetooth_gatt_get_char_descriptor_property(const char *char_handle,
5001  *                                              bt_gatt_char_property_t *characteristic);
5002  *
5003  * @brief Provides characteristic descriptor value along with its UUID.
5004  *
5005  * This function is a synchronous call.
5006  * The output parameter needs to be freed by calling bluetooth_gatt_free_desc_property()
5007  *
5008  * @return   BLUETOOTH_ERROR_NONE  - Success \n
5009  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5010  *              BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5011  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5012  *
5013  * @exception   None
5014  * @param[in]   desc_handle - Handle for Characteristic descriptor.
5015  * @param[out] descriptor - Structure containing remote characteristic descriptor property.
5016  *
5017  * @remark      None
5018  * @see         bluetooth_gatt_free_desc_property()
5019  */
5020 int bluetooth_gatt_get_char_descriptor_property(const char *desc_handle,
5021                                                 bt_gatt_char_descriptor_property_t *descriptor);
5022
5023
5024 /**
5025  * @fn int bluetooth_gatt_set_characteristics_value(const char *char_handle,
5026  *                                              const guint8 *value, int length)
5027  *
5028  * @brief Set characteristic value.
5029  *
5030  * This function is a synchronous call.
5031  *
5032  * @return   BLUETOOTH_ERROR_NONE  - Success \n
5033  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5034  *              BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5035  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5036  *
5037  * @exception   None
5038  * @param[in]   char_handle - Handle for Characteristic property.
5039  * @param[in]   value - New value to set for characteristic property.
5040  * @param[in]   length - Length of the value to be set.
5041  *
5042  * @remark      None
5043  * @see         None
5044  */
5045 int bluetooth_gatt_set_characteristics_value(const char *char_handle,
5046                                                 const guint8 *value, int length);
5047
5048 /**
5049  * @fn int bluetooth_gatt_set_characteristics_value_by_type(const char *char_handle,
5050  *                              const guint8 *value, int length, guint8 write_type)
5051  *
5052  * @brief Set characteristic value by write type.
5053  *
5054  * This function is a synchronous call if write type is "write without resonse"
5055  * and it is an asynchronous call if write type is "write with response"
5056  *
5057  * @return   BLUETOOTH_ERROR_NONE  - Success \n
5058  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5059  *              BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5060  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5061  *
5062  * @exception   None
5063  * @param[in]   char_handle - Handle for Characteristic property.
5064  * @param[in]   value - New value to set for characteristic property.
5065  * @param[in]   length - Length of the value to be set.
5066  * @param[in]   write_type - Type of write.
5067  *
5068  * @remark      None
5069  * @see         None
5070  */
5071 int bluetooth_gatt_set_characteristics_value_by_type(const char *char_handle,
5072                                 const guint8 *value, int length, guint8 write_type);
5073
5074
5075 /**
5076  * @fn int bluetooth_gatt_set_characteristics_value_request(const char *char_handle,
5077  *                                              const guint8 *value, int length)
5078  *
5079  * @brief Set characteristic value request.
5080  *
5081  * This function is an asynchronous call.
5082  *
5083  * @return   BLUETOOTH_ERROR_NONE  - Success \n
5084  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5085  *              BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5086  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5087  *
5088  * @exception   None
5089  * @param[in]   char_handle - Handle for Characteristic property.
5090  * @param[in]   value - New value to set for characteristic property.
5091  * @param[in]   length - Length of the value to be set.
5092   *
5093  * @remark      None
5094  * @see         None
5095  */
5096 int bluetooth_gatt_set_characteristics_value_request(const char *char_handle,
5097                                                 const guint8 *value, int length);
5098
5099 /**
5100  * @fn int bluetooth_gatt_read_characteristic_value(const char *char_handle)
5101  *
5102  * @brief Read characteristic value.
5103  *
5104  * This function is a asynchronous call.
5105  *
5106  * @return   BLUETOOTH_ERROR_NONE  - Success \n
5107  *             BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5108  *             BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5109  *             BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5110  *
5111  * @exception  None
5112  * @param[in]  char_handle - Handle for Characteristic property.
5113  *
5114  * @remark     None
5115  * @see        None
5116  */
5117 int bluetooth_gatt_read_characteristic_value(const char *char_handle);
5118
5119 /**
5120  * @fn int bluetooth_gatt_get_service_from_uuid(bluetooth_device_address_t *address,
5121  *                                      const char *service_uuid,
5122  *                                      bt_gatt_service_property_t *service)
5123  *
5124  * @brief Gets the service property from a device based on a particular uuid
5125  *
5126  * This function is a synchronous call.
5127  *
5128  * @return   BLUETOOTH_ERROR_NONE  - Success \n
5129  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5130  *              BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5131  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5132  *
5133  * @exception   None
5134  * @param[in]   address - BD address of the remote device
5135  * @param[in]   service_uuid - uuid of the service.
5136  * @param[out] service - Structure containing the service property.
5137  *
5138  * @remark      None
5139  * @see         None
5140  */
5141 int bluetooth_gatt_get_service_from_uuid(bluetooth_device_address_t *address,
5142                                         const char *service_uuid,
5143                                         bt_gatt_service_property_t *service);
5144
5145 /**
5146  * @fn int bluetooth_gatt_get_char_from_uuid(const char *service_handle,
5147  *                                                      const char *char_uuid)
5148  *
5149  * @brief Gets the characteristic property from a service based on a particular char uuid
5150  *
5151  * This function is an asynchronous call.
5152  * This API is responded with BLUETOOTH_EVENT_GATT_GET_CHAR_FROM_UUID
5153  *
5154  * @return   BLUETOOTH_ERROR_NONE  - Success \n
5155  *              BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5156  *              BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5157  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5158  *
5159  * @exception   None
5160  * @param[in]   service_handle - Service handle.
5161  * @param[in]   uuid - Characteristic uuid.
5162  *
5163  * @remark      None
5164  * @see         None
5165  */
5166 int bluetooth_gatt_get_char_from_uuid(const char *service_handle,
5167                                                 const char *char_uuid);
5168
5169 /**
5170  * @fn int bluetooth_gatt_free_primary_services(bt_gatt_handle_info_t *prim_svc);
5171  *
5172  * @brief Releases the memory allocated by bluetooth_gatt_get_primary_services()
5173  *
5174  * This function is a synchronous call.
5175  * The input parameter is obtained by calling bluetooth_gatt_get_primary_services()
5176  *
5177  * @return   BLUETOOTH_ERROR_NONE  - Success \n
5178  *              BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5179  *
5180  * @exception   None
5181  * @param[in]   prim_svc - GATT handle info structure
5182  *
5183  * @remark      None
5184  * @see         bluetooth_gatt_get_primary_services()
5185  */
5186 int bluetooth_gatt_free_primary_services(bt_gatt_handle_info_t *prim_svc);
5187
5188 /**
5189  * @fn int bluetooth_gatt_free_service_property(bt_gatt_service_property_t *svc_pty);
5190  *
5191  * @brief  Releases the memory allocated by bluetooth_gatt_get_service_property()
5192  *
5193  * This function is a synchronous call.
5194  * The input parameter is obtained by calling bluetooth_gatt_get_service_property()
5195  *
5196  * @return   BLUETOOTH_ERROR_NONE  - Success \n
5197  *              BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5198  *
5199  * @exception   None
5200  * @param[in]   svc_pty - GATT service property structure.
5201  *
5202  * @remark      None
5203  * @see         bluetooth_gatt_get_service_property()
5204  */
5205 int bluetooth_gatt_free_service_property(bt_gatt_service_property_t *svc_pty);
5206
5207 /**
5208  * @fn int bluetooth_gatt_free_char_property(bt_gatt_char_property_t *char_pty);
5209  *
5210  * @brief Provides characteristic value along with properties.
5211  *
5212  * This function is a synchronous call.
5213  * The input parameter is obtained by calling bluetooth_gatt_get_characteristics_property()
5214  *
5215  * @return   BLUETOOTH_ERROR_NONE  - Success \n
5216  *              BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5217  *
5218  * @exception   None
5219  * @param[in]   char_pty - GATT characteristics property structure.
5220  *
5221  * @remark      None
5222  * @see         bluetooth_gatt_get_characteristics_property()
5223  */
5224 int bluetooth_gatt_free_char_property(bt_gatt_char_property_t *char_pty);
5225
5226 /**
5227  * @fn int bluetooth_gatt_free_desc_property(bt_gatt_char_descriptor_property_t *desc_pty);
5228  *
5229  * @brief Releases the memory allocated by bluetooth_gatt_get_char_descriptor_property()
5230  *
5231  * This function is a synchronous call.
5232  * The input parameter is obtained by calling bluetooth_gatt_get_char_descriptor_property()
5233  *
5234  * @return   BLUETOOTH_ERROR_NONE  - Success \n
5235  *              BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5236  *
5237  * @exception   None
5238  * @param[in]   desc_pty - GATT characteristics descriptor property structure.
5239  *
5240  * @remark      None
5241  * @see         bluetooth_gatt_get_char_descriptor_property()
5242  */
5243 int bluetooth_gatt_free_desc_property(bt_gatt_char_descriptor_property_t *desc_pty);
5244
5245 int bluetooth_connect_le(const bluetooth_device_address_t *device_address, gboolean auto_connect);
5246
5247 int bluetooth_disconnect_le(const bluetooth_device_address_t *device_address);
5248
5249  /**
5250  * @fn int bluetooth_gatt_discover_characteristic_descriptor(const char *characteristic_handle);
5251  *
5252  * @brief Discovers the characteristic descriptor value of a characteristic within its definition, asynchronously
5253  *
5254  * The input parameter is obtained by calling bluetooth_gatt_get_characteristics_property()
5255  *
5256  * @return  BLUETOOTH_ERROR_NONE  - Success \n
5257  *                      BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5258  *
5259  * @exception   None
5260  * @param[in]   characteristic_handle - The characteristic handle for which characteristic descriptor has to be discovered.
5261  *
5262  * @remark      None
5263  */
5264 int bluetooth_gatt_discover_characteristic_descriptor(const char *characteristic_handle);
5265
5266 /**
5267  * @fn int bluetooth_gatt_read_descriptor_value(const char *desc_handle)
5268  *
5269  * @brief Read characteristic descriptor value.
5270  *
5271  * This function is a asynchronous call.
5272  *
5273  * @return   BLUETOOTH_ERROR_NONE  - Success \n
5274  *             BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5275  *             BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5276  *             BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5277  *
5278  * @exception  None
5279  * @param[in]  desc_handle - Handle for Characteristic descriptor
5280  *
5281  * @remark     None
5282  * @see        None
5283  */
5284 int bluetooth_gatt_read_descriptor_value(const char *desc_handle);
5285
5286 /**
5287  * @fn int bluetooth_gatt_write_descriptor_value(const char *desc_handle,
5288  *                      const guint8 *value, int length);
5289  *
5290  * @brief Set characteristic descriptor value.
5291  *
5292  * This function is a asynchronous call.
5293  *
5294  * @return   BLUETOOTH_ERROR_NONE  - Success \n
5295  *             BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5296  *             BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5297  *             BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5298  *
5299  * @exception  None
5300  * @param[in]  desc_handle - Handle for Characteristic descriptor
5301  * @param[in]  value - New value to set for characteristic descriptor
5302  * @param[in]  length - Length of the value to be set.
5303  *
5304  * @remark     None
5305  * @see        None
5306  */
5307 int bluetooth_gatt_write_descriptor_value(const char *desc_handle,
5308                         const guint8 *value, int length);
5309
5310 /* @fn int bluetooth_gatt_init(void)
5311 *
5312 * @brief Initializes the gatt service.
5313 *
5314 * This function is a synchronous call.
5315 * @return   BLUETOOTH_ERROR_NONE        - Success \n
5316 *       BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5317 *       BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5318 *       BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5319 *
5320 * @exception     None
5321 * @remark  Adapter should be enabled
5322 * @see  bluetooth_gatt_deinit()
5323 */
5324 int bluetooth_gatt_init(void);
5325
5326 /* @fn int bluetooth_gatt_init(void)
5327 *
5328 * @brief DeInitializes the gatt service.
5329 *
5330 * This function is a synchronous call.
5331 * @return   BLUETOOTH_ERROR_NONE        - Success \n
5332 *       BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5333 *       BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5334 *       BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5335 *
5336 * @exception     None
5337 * @remark  Adapter should be enabled
5338 * @see  bluetooth_gatt_init()
5339 */
5340 int bluetooth_gatt_deinit(void);
5341
5342 /* @fn int bluetooth_gatt_add_service(const char *svc_uuid,
5343                         unsigned char **svc_path)
5344 *
5345 * @brief Exports a new gatt service to the service interface.
5346 *
5347 * This function is a synchronous call.
5348 *
5349 * @return       BLUETOOTH_ERROR_NONE    - Success \n
5350 *        BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5351 *        BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5352 *        BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5353 *
5354 * @exception     None
5355 * @param[in]   svc_uuid  Gatt service uuid.
5356 * @param[out] svc_path  service object path of the exported service.
5357 * @remark  Adapter should be enabled
5358 * @see  bluetooth_gatt_init()
5359 */
5360 int bluetooth_gatt_add_service(const char *svc_uuid,
5361                         char **svc_path);
5362
5363 /* @fn int bluetooth_gatt_add_new_characteristic(
5364                         const char *svc_path, const char *char_uuid,
5365                         bt_gatt_permission_t permissions,
5366                         bt_gatt_characteristic_property_t properties,
5367                         int flags_length, char **char_path);;
5368 *
5369 * @brief Exports a new gatt characteristic to the characteristic interface.
5370 *
5371 * This function is a synchronous call.
5372 * @return       BLUETOOTH_ERROR_NONE    - Success \n
5373 *        BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5374 *        BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5375 *        BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5376 * @exception     None
5377 * @param[in]   svc_path service object path of the exported service.
5378 * @param[in]   char_uuid  Gatt service uuid.
5379 * @param[in]   properties       GATT characteristic properties.
5380 * @param[out] char_path characteristic object path of the exported characteristic.
5381 *
5382 * @remark  Adapter should be enabled
5383 * @see  bluetooth_gatt_add_service()
5384 */
5385 int bluetooth_gatt_add_new_characteristic(
5386                         const char *svc_path, const char *char_uuid,
5387                         bt_gatt_permission_t permissions,
5388                         bt_gatt_characteristic_property_t properties,
5389                         char **char_path);
5390
5391 /* @fn bluetooth_gatt_set_characteristic_value(
5392                         const char *characteristic, const char *char_value,
5393                         int value_length);
5394 *
5395 * @brief adds gatt charactertisic value to the given charactertistic path.
5396 *
5397 * This function is a synchronous call.
5398 * @return       BLUETOOTH_ERROR_NONE    - Success \n
5399 *        BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5400 *        BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5401 *        BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5402 * @exception     None
5403 * @param[in]   char_value Value of the GATT characteristic to be added.
5404 * @param[in]   value_length length of the chantacteristic value..
5405 * @param[out] characteristic characteristic object path..
5406 *
5407 * @remark  Adapter should be enabled
5408 * @see  bluetooth_gatt_add_service()
5409 */
5410 int bluetooth_gatt_set_characteristic_value(
5411                         const char *characteristic, const char *char_value,
5412                         int value_length);
5413
5414 /* @fn  int bluetooth_gatt_add_descriptor(
5415                         const char *char_path, const char *desc_uuid,
5416                         bt_gatt_permission_t permissions,
5417                         char **desc_path);
5418 *
5419 * @brief Exports a new gatt descriptor to the descriptor interface.
5420 *
5421 * This function is a synchronous call.
5422 *
5423 * @return       BLUETOOTH_ERROR_NONE    - Success \n
5424 *        BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5425 *        BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5426 *        BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5427 *
5428 * @exception    None
5429 * @param[in]    desc_uuid  Gatt descriptor uuid.
5430 * @param[in]    desc_value      GATT descriptor value.
5431 * @param[in]    value_length    Length of GATT descriptor value.
5432 * @param[in]    permissions     descriptor permissions.
5433 * @param[in]    properties      GATT descriptor properties.
5434 * @param[in]    char_path       characteristics object path of the exported character.
5435 *
5436 * @remark  Adapter should be enabled
5437 * @see  bluetooth_gatt_add_service()
5438 * @see  bluetooth_gatt_add_characteristics()
5439 */
5440 int bluetooth_gatt_add_descriptor(
5441                         const char *char_path, const char *desc_uuid,
5442                         bt_gatt_permission_t permissions,
5443                         char **desc_path);
5444
5445 /* @fn int bluetooth_gatt_set_descriptor_value(
5446                    const char *desc_path, const char *desc_value,
5447                    int value_length);
5448 *
5449 * @brief Adds value to the given descriptor handle.
5450 *
5451 * This function is a synchronous call.
5452 *
5453 * @return       BLUETOOTH_ERROR_NONE    - Success \n
5454 *        BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5455 *        BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5456 *        BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5457 *
5458 * @exception     None
5459 * @param[in]   desc_value       GATT descriptor value.
5460 * @param[in]   value_length     Length of GATT descriptor value.
5461 * @param[in]   desc_path descriptor path to which the value needs to be added.
5462 *
5463 * @remark  Adapter should be enabled
5464 * @see  bluetooth_gatt_add_service()
5465 * @see  bluetooth_gatt_add_characteristics()
5466 */
5467 int bluetooth_gatt_set_descriptor_value(
5468                    const char *desc_path, const char *desc_value,
5469                    int value_length);
5470
5471 /* @fn int bluetooth_gatt_get_service(const char *svc_uuid);
5472 *
5473 * @brief Reads the Service registered on manager interface.
5474 *
5475 * This function is a synchronous call.
5476 *
5477 * @return       BLUETOOTH_ERROR_NONE    - Success \n
5478 *        BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5479 *        BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5480 *        BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5481 *
5482 * @exception     None
5483 * @param[in]   svc_uuid  Gatt Service uuid.
5484 *
5485 * @remark  Adapter should be enabled and service should be registered.
5486 * @see  bluetooth_gatt_register_service()
5487 */
5488 int bluetooth_gatt_get_service(const char *svc_uuid);
5489
5490 /* @fn int bluetooth_gatt_register_service(const  char *svc_path)
5491 *
5492 * @brief Registers the given service path with the library.
5493 *
5494 * This function is a synchronous call.
5495 *
5496 * @return       BLUETOOTH_ERROR_NONE    - Success \n
5497 *        BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5498 *        BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5499 *        BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5500 *
5501 * @exception     None
5502 * @param[in] svc_path   service object path of the exported service.
5503 *
5504 * @remark  Adapter should be enabled
5505 * @see  bluetooth_gatt_add_service()
5506 * @see  bluetooth_gatt_add_characteristics()
5507 * @see  bluetooth_gatt_add_descriptor()
5508 * @see  bluetooth_gatt_register_application()
5509 */
5510 int bluetooth_gatt_register_service(const char *svc_path);
5511
5512 /* @fn int bluetooth_gatt_register_application(void)
5513 *
5514 * @brief Registers the application with the bluez gatt server.
5515 *
5516 * This function is a synchronous call.
5517 *
5518 * @return       BLUETOOTH_ERROR_NONE    - Success \n
5519 *        BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5520 *        BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5521 *        BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5522 *
5523 * @exception     None
5524 *
5525 * @remark  Adapter should be enabled
5526 * @see  bluetooth_gatt_init()
5527 * @see  bluetooth_gatt_add_service()
5528 * @see  bluetooth_gatt_add_characteristics()
5529 * @see  bluetooth_gatt_add_descriptor()
5530 * @see  bluetooth_gatt_register_service()
5531 */
5532 int bluetooth_gatt_register_application(void);
5533
5534 /* @fn int bluetooth_gatt_unregister_service(const  char *svc_path)
5535 *
5536 * @brief Removes(unregister) service from the bluez gatt server db.
5537 *
5538 * This function is a synchronous call.
5539 *
5540 * @return       BLUETOOTH_ERROR_NONE    - Success \n
5541 *        BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5542 *        BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5543 *        BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5544 *
5545 * @exception     None
5546 * @param[in] svc_path   service object path of the exported service.
5547 *
5548 * @remark  Adapter should be enabled
5549 * @see  bluetooth_gatt_add_service()
5550 * @see  bluetooth_gatt_add_characteristics()
5551 * @see  bluetooth_gatt_add_descriptor()
5552 * @see bluetooth_gatt_register_service()
5553 */
5554 int bluetooth_gatt_unregister_service(const char *svc_path);
5555
5556 /* @fn int bluetooth_gatt_unregister_application(void)
5557 *
5558 * @brief Removes(unregister) the application with the bluez gatt server,
5559 *        and deletes all the service registered.
5560 *
5561 * This function is a synchronous call.
5562 *
5563 * @return       BLUETOOTH_ERROR_NONE    - Success \n
5564 *        BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5565 *        BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5566 *        BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5567 *
5568 * @exception     None
5569 *
5570 * @remark  Adapter should be enabled
5571 * @see  bluetooth_gatt_init()
5572 * @see  bluetooth_gatt_add_service()
5573 * @see  bluetooth_gatt_add_characteristics()
5574 * @see  bluetooth_gatt_add_descriptor()
5575 * @see  bluetooth_gatt_register_service()
5576 * @see  bluetooth_gatt_unregister_service()
5577 */
5578 int bluetooth_gatt_unregister_application(void);
5579
5580 /* @fn int bluetooth_gatt_send_response(int request_id,
5581 *                               int offset, char *value, int value_length)
5582 *
5583 * @brief Updates the attribute value in local attribute list.
5584 *
5585 * This function is a synchronous call.
5586 *
5587 * @return       BLUETOOTH_ERROR_NONE    - Success \n
5588 *        BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5589 *        BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5590 *        BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5591 *
5592 * @exception     None
5593 * @param[in] request_id The identification of a read request
5594 * @param[in] req_type The identification of  request type (TRUE for Read request and FALSE for write request)
5595 * @param[in] resp_state The identification of response state
5596 * @param[in] offset The offset from where a value is read
5597 * @param[in] value The value to be sent. It will be sent from @a offset.
5598 *               If it is NULL, a requested GATT handle's value will be sent from @a offset.
5599 * @param[in] value_length Value Length.
5600 *
5601 * @remark  Adapter should be enabled
5602 * @see  bluetooth_gatt_add_service()
5603 * @see  bluetooth_gatt_add_characteristics()
5604 * @see  bluetooth_gatt_add_descriptor()
5605 * @see bluetooth_gatt_register_service()
5606 */
5607 int bluetooth_gatt_send_response(int request_id, guint req_type,
5608                                 int resp_state, int offset, char *value, int value_length);
5609
5610 /* @fn bluetooth_gatt_server_set_notification(const char *char_path)
5611 *
5612 * @brief Sets the notification property for a characteristic.
5613 *
5614 * This function is a synchronous call.
5615 *
5616 * @return       BLUETOOTH_ERROR_NONE    - Success \n
5617 *        BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5618 *        BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5619 *        BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5620 *
5621 * @exception     None
5622 * @param[in] char_path characteristic object path.
5623 * @param[in]   unicast_address remote device address. if set notification is sent to only one device.
5624 *
5625 * @remark  Adapter should be enabled
5626 * @see  bluetooth_gatt_update_characteristic()
5627 */
5628 int bluetooth_gatt_server_set_notification(const char *char_path,
5629                                 bluetooth_device_address_t *unicast_address);
5630
5631 /* @fn int bluetooth_gatt_delete_services(void)
5632 *
5633 * @brief deletes (unregisters) all services from the gatt server database..
5634 *
5635 * This function is a synchronous call.
5636 *
5637 * @return       BLUETOOTH_ERROR_NONE    - Success \n
5638 *        BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5639 *        BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5640 *        BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5641 *
5642 * @exception     None
5643 *
5644 * @remark  Adapter should be enabled
5645 * @see  bluetooth_gatt_add_service()
5646 * @see  bluetooth_gatt_add_characteristics()
5647 * @see  bluetooth_gatt_add_descriptor()
5648 * @see bluetooth_gatt_register_service()
5649 * @see bluetooth_gatt_unregister_service()
5650 */
5651 int bluetooth_gatt_delete_services(void);
5652
5653 /* @fn int bluetooth_gatt_update_characteristic(void)
5654 *
5655 * @brief updates the given characteristic with a new value
5656 *
5657 * This function is a synchronous call.
5658 *
5659 * @return       BLUETOOTH_ERROR_NONE    - Success \n
5660 *        BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5661 *        BLUETOOTH_ERROR_INVALID_PARAM -Invalid Parameters \n
5662 *        BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is disabled \n
5663 *
5664 * @exception     None
5665 *
5666 * @remark  Adapter should be enabled
5667 * @see  bluetooth_gatt_add_service()
5668 * @see  bluetooth_gatt_add_characteristics()
5669 * @see  bluetooth_gatt_add_descriptor()
5670 * @see bluetooth_gatt_register_service()
5671 * @see bluetooth_gatt_unregister_service()
5672 */
5673 int bluetooth_gatt_update_characteristic(const char *char_path,
5674                 const char* char_value, int value_length);
5675
5676 /**
5677  * @fn int bluetooth_set_advertising(int handle, gboolean enable);
5678  *
5679  * @brief Set advertising status.
5680  *
5681  * This function is used to enable or disable LE advertising.
5682  * Once advertising is enabled, Advertising data is transmitted in the advertising packets
5683  *
5684  * This function is a synchronous call.
5685  *
5686  * @return      BLUETOOTH_ERROR_NONE - Success \n
5687  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
5688  *              BLUETOOTH_ERROR_INTERNAL - Internal IPC error \n
5689  *
5690  * @exception   None
5691  * @param[in]   enable - The status of advertising
5692  *
5693  * @remark      None
5694  * @see         bluetooth_set_advertising_data
5695  */
5696 int bluetooth_set_advertising(int handle, gboolean enable);
5697
5698 /**
5699  * @fn int bluetooth_set_custom_advertising(int handle, gboolean enable, bluetooth_advertising_params_t *params);
5700  *
5701  * @brief Set advertising status along with interval value.
5702  *
5703  * This function is used to enable or disable LE advertising.
5704  * Interval_min and Interval_max is used to set the best advertising interval.
5705  * Once advertising is enabled, Advertising data is transmitted in the advertising packets
5706  *
5707  * This function is a synchronous call.
5708  *
5709  * @return      BLUETOOTH_ERROR_NONE - Success \n
5710  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
5711  *              BLUETOOTH_ERROR_INTERNAL - Internal IPC error \n
5712  *
5713  * @exception   None
5714  * @param[in]   enable - The status of advertising
5715  * @param[in]   interval_min - Minimum interval of advertising (msec)
5716  * @param[in]   interval_max - Maximum interval of advertising (msec)
5717  * @param[in]   filter_policy - Advertising filter policy
5718  *
5719  * @remark      None
5720  * @see         bluetooth_set_advertising_data
5721  */
5722 int bluetooth_set_custom_advertising(int handle, gboolean enable,
5723                                         bluetooth_advertising_params_t *params);
5724
5725 /**
5726  * @fn int bluetooth_get_advertising_data(bluetooth_advertising_data_t *value, int *length);
5727  * @brief Get the advertising data
5728  *
5729  * This function is used to get advertising data.
5730  * Before calling this API, the adapter should be enabled.
5731  *
5732  * This function is a synchronous call.
5733  *
5734  * @return      BLUETOOTH_ERROR_NONE - Success \n
5735  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
5736  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter (NULL buffer)\n
5737  *              BLUETOOTH_ERROR_INTERNAL - Internal IPC error \n
5738  *
5739  * @param[out]  value - Advertising data structure.
5740  * @param[out]  length - The length of Advertising data.
5741  *
5742  * @remark      None
5743 @code
5744 bluetooth_advertising_data_t *value = { {0} };
5745 int length;
5746 int ret = 0;
5747 ret = bluetooth_get_advertising_data(&value, &length);
5748 @endcode
5749  */
5750 int bluetooth_get_advertising_data(bluetooth_advertising_data_t *value, int *length);
5751
5752 /**
5753  * @fn int bluetooth_set_advertising_data(int handle, const bluetooth_advertising_data_t *value, int length);
5754  *
5755  * @brief Set advertising data with value
5756  *
5757  * This function is used to set advertising data and Maximum size of advertising data
5758  *  is 28 byte (Except Flag)
5759  *
5760  * This function is a synchronous call.
5761  *
5762  * @return      BLUETOOTH_ERROR_NONE - Success \n
5763  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
5764  *              BLUETOOTH_ERROR_INTERNAL - Internal IPC error \n
5765  *
5766  * @exception   None
5767  * @param[in]   value - Advertising data structure.
5768  *
5769  * @remark      None
5770  */
5771 int bluetooth_set_advertising_data(int handle, const bluetooth_advertising_data_t *value, int length);
5772
5773 /**
5774  * @fn int bluetooth_check_privilege_advertising_parameter(void);
5775  *
5776  * @brief Check the privilege for advertising parameter setting
5777  *
5778  * This function is a synchronous call.
5779  *
5780  * @return      BLUETOOTH_ERROR_NONE - Success \n
5781  *              BLUETOOTH_ERROR_PERMISSION_DEINED - Permission deined \n
5782  *
5783  * @exception   None
5784  *
5785  * @remark      None
5786  */
5787 int bluetooth_check_privilege_advertising_parameter(void);
5788
5789 /**
5790  * @fn int bluetooth_get_scan_response_data(bluetooth_scan_resp_data_t *value, int *length);
5791  * @brief Get the LE scan response data
5792  *
5793  * This function is used to get scan response data.
5794  * Before calling this API, the adapter should be enabled.
5795  *
5796  * This function is a synchronous call.
5797  *
5798  * @return      BLUETOOTH_ERROR_NONE - Success \n
5799  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
5800  *              BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter (NULL buffer)\n
5801  *              BLUETOOTH_ERROR_INTERNAL - Internal IPC error \n
5802  *
5803  * @param[out]  value - Scan response data structure.
5804  * @param[out]  length - The length of Scan response data.
5805  *
5806  * @remark      None
5807 @code
5808 bluetooth_scan_resp_data_t *value = { {0} };
5809 int length;
5810 int ret = 0;
5811 ret = bluetooth_get_scan_response_data(&value, &length);
5812 @endcode
5813  */
5814 int bluetooth_get_scan_response_data(bluetooth_scan_resp_data_t *value, int *length);
5815
5816 /**
5817  * @fn int bluetooth_set_scan_response_data(int handle, const bluetooth_scan_resp_data_t *value, int length);
5818  *
5819  * @brief Set scan response data with value
5820  *
5821  * This function is used to set scan response data and Maximum size of scan response data is 31 byte
5822  *
5823  * This function is a synchronous call.
5824  *
5825  * @return      BLUETOOTH_ERROR_NONE - Success \n
5826  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
5827  *              BLUETOOTH_ERROR_INTERNAL - Internal IPC error \n
5828  *
5829  * @exception   None
5830  * @param[in]   value - LE Scan response data structure.
5831  *
5832  * @remark      None
5833  */
5834 int bluetooth_set_scan_response_data(int handle, const bluetooth_scan_resp_data_t *value, int length);
5835
5836 /**
5837  * @fn int bluetooth_set_scan_parameters(bluetooth_le_scan_params_t *params);
5838  *
5839  * @brief Set scan interval and window
5840  *
5841  * This function is used to set LE scan interval and window size
5842  *
5843  * This function is a synchronous call.
5844  *
5845  * @return      BLUETOOTH_ERROR_NONE - Success \n
5846  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
5847  *              BLUETOOTH_ERROR_INTERNAL - Internal IPC error \n
5848  *
5849  * @exception   None
5850  * @param[in]   interval - Interval of LE scan (msec)
5851  * @param[in]   window - Window size of LE scan (msec)
5852  *
5853  * @remark      None
5854  */
5855 int bluetooth_set_scan_parameters(bluetooth_le_scan_params_t *params);
5856
5857 /**
5858  * @fn int bluetooth_is_advertising(void)
5859  * @brief Check for the advertising is in-progress or not.
5860  *
5861  * This API is used to check the current status of the advertising procedure.
5862  * Before calling this API, make sure that the adapter is enabled. There is no callback event for
5863  * this API.
5864  *
5865  * This function checks whether the advertising is started or not.
5866  *
5867  * This function is a synchronous call.
5868  *
5869  * @param[out] is_advertising The advertising status: (@c TRUE = in progress, @c  false = not in progress)
5870  *
5871  * @return      BLUETOOTH_ERROR_NONE - Success \n
5872  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
5873  *
5874  * @remark      None
5875  * @see         bluetooth_set_advertising, bluetooth_set_custom_advertising
5876
5877 @code
5878 int ret;
5879 gboolean is_advertising = 0;
5880
5881 ret = bluetooth_is_advertising(&is_advertising);
5882 @endcode
5883  */
5884 int bluetooth_is_advertising(gboolean *is_advertising);
5885
5886 /**
5887  * @fn int bluetooth_add_white_list(bluetooth_device_address_t *address, bluetooth_device_address_type_t address_type)
5888  * @brief Add LE device to white list
5889  *
5890  * This API is used to add LE device to white list
5891  * Before calling this API, make sure that the adapter is enabled. There is no callback event for
5892  * this API.
5893  *
5894  *
5895  * This function is a synchronous call.
5896  *
5897  * @param[in] address The address of remote device
5898  *
5899  * @return      BLUETOOTH_ERROR_NONE - Success \n
5900  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
5901  *
5902  * @remark      None
5903  * @see         bluetooth_set_custom_advertising
5904  */
5905 int bluetooth_add_white_list(bluetooth_device_address_t *address, bluetooth_device_address_type_t address_type);
5906
5907 /**
5908  * @fn int bluetooth_remove_white_list(bluetooth_device_address_t *address, bluetooth_device_address_type_t address_type)
5909  * @brief Remove LE device from white list
5910  *
5911  * This API is used to remove LE device from white list
5912  * Before calling this API, make sure that the adapter is enabled. There is no callback event for
5913  * this API.
5914  *
5915  *
5916  * This function is a synchronous call.
5917  *
5918  * @param[in] address The address of remote device
5919  *
5920  * @return      BLUETOOTH_ERROR_NONE - Success \n
5921  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
5922  *
5923  * @remark      None
5924  * @see         bluetooth_set_custom_advertising
5925  */
5926 int bluetooth_remove_white_list(bluetooth_device_address_t *address, bluetooth_device_address_type_t address_type);
5927
5928 /**
5929  * @fn int bluetooth_clear_white_list(void)
5930  * @brief Clear white list
5931  *
5932  * This API is used to clear white list
5933  * Before calling this API, make sure that the adapter is enabled. There is no callback event for
5934  * this API.
5935  *
5936  *
5937  * This function is a synchronous call.
5938  *
5939  * @param[in] address The address of remote device
5940  *
5941  * @return      BLUETOOTH_ERROR_NONE - Success \n
5942  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
5943  *
5944  * @remark      None
5945  * @see         bluetooth_set_custom_advertising
5946  */
5947 int bluetooth_clear_white_list(void);
5948
5949 /**
5950  * @fn int bluetooth_le_conn_update(bluetooth_device_address_t *address,
5951  *          const bluetooth_le_connection_param_t *parameters)
5952  * @brief update connection paramter of LE connection.
5953  *
5954  * This function is a synchronous call.
5955  *
5956  * @return   BLUETOOTH_ERROR_NONE  - Success \n
5957  *           BLUETOOTH_ERROR_INTERNAL - Internal Error \n
5958  *
5959  * @exception  None
5960  * @param[in]  address - remote device address value.
5961  * @param[in]  parameters - new connection parameters.
5962  *
5963  * @remark       None
5964  * @see     bluetooth_bond_device
5965  */
5966 int bluetooth_le_conn_update(const bluetooth_device_address_t *address,
5967                 const bluetooth_le_connection_param_t *parameters);
5968
5969 /**
5970  * @fn int bluetooth_enable_le_privacy(gboolean enable_privacy);
5971  *
5972  * @brief Enable/Disable LE Privacy feature.
5973  *
5974  * This function is used to enable or disable LE Privacy feature.
5975  * Once Privacy feature is enabled, Adapter can use Random Address for more security.
5976  *
5977  * This function is a synchronous call.
5978  *
5979  * @return      BLUETOOTH_ERROR_NONE - Success \n
5980  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
5981  *              BLUETOOTH_ERROR_INTERNAL - Internal IPC error \n
5982  *
5983  * @exception   None
5984  * @param[in]   enable_privacy - The status of Privacy feature to be activated/deactivated[True/False].
5985  *
5986  * @remark      None
5987  */
5988 int bluetooth_enable_le_privacy(gboolean enable_privacy);
5989
5990 /**
5991  * @fn int bluetooth_set_le_static_random_address(gboolean enable);
5992  *
5993  * @brief Enable/Disable LE static random address.
5994  *
5995  * This function is used to enable or disable LE static random address.
5996  *
5997  * This function is a synchronous call.
5998  *
5999  * @return      BLUETOOTH_ERROR_NONE - Success \n
6000  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
6001  *              BLUETOOTH_ERROR_INTERNAL - Internal IPC error \n
6002  *
6003  * @exception   None
6004  * @param[in]   enable - The status of LE static random address to be activated/deactivated[True/False].
6005  *
6006  * @remark      None
6007  */
6008 int bluetooth_set_le_static_random_address(gboolean enable);
6009
6010 /**
6011  * @fn int bluetooth_update_le_connection_mode(bluetooth_device_address_t *address,
6012  *                                             bluetooth_le_connection_mode_t mode)
6013  * @brief update connection paramter of LE connection.
6014  *
6015  * This function is a synchronous call.
6016  *
6017  * @return   BLUETOOTH_ERROR_NONE  - Success \n
6018  *           BLUETOOTH_ERROR_INTERNAL - Internal Error \n
6019  *           BLUETOOTH_ERROR_INVALID_PARAM - Parameter is not valid \n
6020  *
6021  * @exception  None
6022  * @param[in]  address - remote device address value.
6023  * @param[in]  mode - new connection mode.
6024  *
6025  * @remark       None
6026  */
6027 int bluetooth_update_le_connection_mode(const bluetooth_device_address_t *address,
6028                 bluetooth_le_connection_mode_t mode);
6029
6030 /**
6031  * @fn int bluetooth_request_att_mtu(const bluetooth_device_address_t *device_address, guint16 mtu)
6032  * @brief Request for new ATT MTU value.
6033  *
6034  * This function is a asynchronous call.
6035  *
6036  * @return   BLUETOOTH_ERROR_NONE  - Success \n
6037  *           BLUETOOTH_ERROR_INTERNAL - Internal Error \n
6038  *           BLUETOOTH_ERROR_INVALID_PARAM - Parameter is not valid \n
6039  *
6040  * @exception  None
6041  * @param[in]  address - remote device address value.
6042  * @param[in]  mtu - MTU value to be set.
6043  *
6044  * @remark       None
6045  */
6046 int bluetooth_request_att_mtu(const bluetooth_device_address_t *device_address, unsigned int mtu);
6047
6048 /**
6049  * @fn int bluetooth_get_att_mtu(const bluetooth_device_address_t *device_address,
6050  *                              unsigned int *mtu)
6051  * @brief Gets the xisting MTU value set for a connection.
6052  *
6053  * This function is a synchronous call.
6054  *
6055  * @return       BLUETOOTH_ERROR_NONE  - Success \n
6056  *                       BLUETOOTH_ERROR_INTERNAL - Internal Error \n
6057  *                       BLUETOOTH_ERROR_INVALID_PARAM - Parameter is not valid \n
6058  *
6059  * @exception  None
6060  * @param[in]  address - remote device address value.
6061  * @param[out]  mtu - MTU value set for the connection.
6062  *
6063  * @remark               None
6064  */
6065 int bluetooth_get_att_mtu(const bluetooth_device_address_t *device_address,
6066                                 unsigned int *mtu);
6067
6068 /**
6069  * @fn int bluetooth_get_device_ida(const bluetooth_device_address_t *device_rpa,
6070  *                                      bluetooth_device_address_t *id_address)
6071  * @brief Gets the Identity address of remote device.
6072  *
6073  * This function is a synchronous call.
6074  *
6075  * @return              BLUETOOTH_ERROR_NONE  - Success \n
6076  *                      BLUETOOTH_ERROR_INTERNAL - Internal Error \n
6077  *                      BLUETOOTH_ERROR_INVALID_PARAM - Parameter is not valid \n
6078  *
6079  * @exception  None
6080  * @param[in]  device_rpa - remote Resolvable private address.
6081  * @param[out] id_address - remote Identity device address value.
6082  *
6083  * @remark               None
6084  */
6085 int bluetooth_get_device_ida(const bluetooth_device_address_t *device_rpa,
6086         bluetooth_device_address_t *id_address);
6087
6088 /**
6089  * @fn int bluetooth_le_read_maximum_data_length()
6090  * @brief reads the maximum LE data length supported in the controller.
6091  *
6092  * This function is a synchronous call.
6093  *
6094  * @return   BLUETOOTH_ERROR_NONE  - Success \n
6095  *           BLUETOOTH_ERROR_INTERNAL - Internal Error \n
6096  *
6097  * @exception  None
6098  *
6099  * @remark       None
6100  */
6101 int bluetooth_le_read_maximum_data_length(
6102                         bluetooth_le_read_maximum_data_length_t *max_le_datalength);
6103 /**
6104  * @fn int bluetooth_le_write_host_suggested_default_data_length()
6105  * @brief writes the host suggested values for the controllers max transmitted no of payload
6106  * octects to be used for new connections.
6107  *
6108  * This function is a synchronous call.
6109  *
6110  * @return   BLUETOOTH_ERROR_NONE  - Success \n
6111  *           BLUETOOTH_ERROR_INTERNAL - Internal Error \n
6112  *
6113  * @exception  None
6114  *
6115  * @remark       None
6116  */
6117 int bluetooth_le_write_host_suggested_default_data_length(
6118                 const unsigned int def_tx_Octets, const unsigned int def_tx_Time);
6119
6120 int bluetooth_le_read_suggested_default_data_length(
6121         bluetooth_le_read_host_suggested_data_length_t *le_data_length);
6122
6123 int bluetooth_le_set_data_length(bluetooth_device_address_t *address,
6124         const unsigned int max_tx_octets, const unsigned int max_tx_time);
6125
6126 int bluetooth_pbap_init(void);
6127 int bluetooth_pbap_deinit(void);
6128 int bluetooth_pbap_connect(const bluetooth_device_address_t *address);
6129 int bluetooth_pbap_disconnect(const bluetooth_device_address_t *address);
6130 int bluetooth_pbap_get_phonebook_size(const bluetooth_device_address_t *address,
6131                 bt_pbap_folder_t *folder);
6132 int bluetooth_pbap_get_phonebook(const bluetooth_device_address_t *address,
6133                 bt_pbap_folder_t *folder, bt_pbap_pull_parameters_t *app_param);
6134 int bluetooth_pbap_get_list(const bluetooth_device_address_t *address,
6135                 bt_pbap_folder_t *folder, bt_pbap_list_parameters_t *app_param);
6136 int bluetooth_pbap_pull_vcard(const bluetooth_device_address_t *address,
6137                 bt_pbap_folder_t *folder, bt_pbap_pull_vcard_parameters_t *app_param);
6138 int bluetooth_pbap_phonebook_search(const bluetooth_device_address_t *address,
6139                 bt_pbap_folder_t *folder, bt_pbap_search_parameters_t *app_param);
6140
6141 /**
6142  * @fn int bluetooth_set_manufacturer_data(const bluetooth_manufacturer_data_t *value);
6143  *
6144  * @brief Set manufacturer data with value
6145  *
6146  * This function is used to set manufacturer data.
6147  *
6148  * This function is a synchronous call.
6149  *
6150  * @return      BLUETOOTH_ERROR_NONE - Success \n
6151  *              BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Adapter is not enabled \n
6152  *              BLUETOOTH_ERROR_INTERNAL - Internal IPC error \n
6153  *
6154  * @exception   None
6155  * @param[in]   value - Manufacturer data structure.
6156  *
6157  * @remark      None
6158  */
6159 int bluetooth_set_manufacturer_data(const bluetooth_manufacturer_data_t *value);
6160
6161 int bluetooth_set_passkey_notification(gboolean enable);
6162
6163 #ifdef TIZEN_DPM_VCONF_ENABLE
6164 /**
6165  * @fn int bluetooth_dpm_is_mode_allowed(void);
6166  *
6167  * @brief Checks Restriction for BT mode(BT allowed or not)
6168  *
6169  * This function is a synchronous call.
6170  *
6171  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6172  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6173  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6174  *
6175  * @exception   None
6176  *  @param[in] None
6177  *
6178  * @remark      None
6179  */
6180 int bluetooth_dpm_is_mode_allowed(void);
6181 #endif
6182
6183 /**
6184  * @fn int bluetooth_dpm_set_allow_mode(bt_dpm_allow_t value);
6185  *
6186  * @brief Sets Restriction for BT mode(BT allowed or not)
6187  *
6188  * This function is a synchronous call.
6189  *
6190  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6191  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6192  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6193  *
6194  * @exception   None
6195  * @param[in]   value - BT Allow value.
6196  *              BLUETOOTH_DPM_ERROR  = -1,       < bluetooth allowance error
6197  *              BLUETOOTH_DPM_BT_ALLOWED,                < bluetooth allowance allowed
6198  *              BLUETOOTH_DPM_HANDSFREE_ONLY,  < bluetooth allowance handsfree only
6199  *              BLUETOOTH_DPM_BT_RESTRICTED,  < bluetooth allowance restricted
6200  *
6201  * @remark      None
6202  */
6203 int bluetooth_dpm_set_allow_mode(bt_dpm_allow_t value);
6204
6205 /**
6206  * @fn int bluetooth_dpm_get_allow_mode(bt_dpm_allow_t value);
6207  *
6208  * @brief Reads the Restriction for BT mode(BT allowed or not)
6209  *
6210  * This function is a synchronous call.
6211  *
6212  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6213  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6214  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6215  *
6216  * @exception   None
6217  *  @param[in] None
6218  * @param[out]  value - BT Allow value.
6219  *              BLUETOOTH_DPM_ERROR      = -1,   < bluetooth allowance error
6220  *              BLUETOOTH_DPM_BT_ALLOWED,                < bluetooth allowance allowed
6221  *              BLUETOOTH_DPM_HANDSFREE_ONLY,  < bluetooth allowance handsfree only
6222  *              BLUETOOTH_DPM_BT_RESTRICTED,  < bluetooth allowance restricted
6223  *
6224  * @remark      None
6225  */
6226 int bluetooth_dpm_get_allow_mode(bt_dpm_allow_t *value);
6227
6228 /**
6229  * @fn int bluetooth_dpm_activate_device_restriction(bt_dpm_status_t value);
6230  *
6231  * @brief Sets the Restriction for device.
6232  *
6233  * This function is a synchronous call.
6234  *
6235  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6236  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6237  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6238  *
6239  * @exception   None
6240  * @param[in]   value - State value.
6241  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6242  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6243  *
6244  * @remark      None
6245  */
6246 int bluetooth_dpm_activate_device_restriction(bt_dpm_status_t value);
6247
6248 /**
6249  * @fn int bluetooth_dpm_is_device_restriction_active(bt_dpm_status_t *value);
6250  *
6251  * @brief Reads the Restriction for device.
6252  *
6253  * This function is a synchronous call.
6254  *
6255  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6256  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6257  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6258  *
6259  * @exception   None
6260  * @param[in] None
6261  * @param[out]  value - State value.
6262  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6263  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6264  *
6265  * @remark      None
6266  */
6267 int bluetooth_dpm_is_device_restriction_active(bt_dpm_status_t *value);
6268
6269 /**
6270  * @fn int bluetooth_dpm_activate_bluetoooth_uuid_restriction(bt_dpm_status_t value);
6271  *
6272  * @brief Sets the Restriction for uuid.
6273  *
6274  * This function is a synchronous call.
6275  *
6276  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6277  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6278  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6279  *
6280  * @exception   None
6281  * @param[in]   value - State value.
6282  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6283  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6284  *
6285  * @remark      None
6286  */
6287 int bluetooth_dpm_activate_uuid_restriction(bt_dpm_status_t value);
6288
6289 /**
6290  * @fn int bluetooth_dpm_is_uuid_restriction_active(bt_dpm_status_t *value);
6291  *
6292  * @brief Reads the Restriction for uuid.
6293  *
6294  * This function is a synchronous call.
6295  *
6296  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6297  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6298  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6299  *
6300  * @exception   None
6301  * @param[in] None
6302  * @param[out]  value - State value.
6303  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6304  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6305  *
6306  * @remark      None
6307  */
6308 int bluetooth_dpm_is_uuid_restriction_active(bt_dpm_status_t *value);
6309
6310 /**
6311  * @fn int bluetooth_dpm_add_devices_to_blacklist(const bluetooth_device_address_t *device_address);
6312  *
6313  * @brief Adds the device to blacklist.
6314  *
6315  * This function is a synchronous call.
6316  *
6317  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6318  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6319  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6320  *
6321  * @exception   None
6322  * @param[in]   device_address - Device address
6323  *
6324  * @remark      None
6325  */
6326 int bluetooth_dpm_add_devices_to_blacklist(const bluetooth_device_address_t *device_address);
6327
6328 /**
6329  * @fn int bluetooth_dpm_add_devices_to_whitelist(const bluetooth_device_address_t *device_address);
6330  *
6331  * @brief Adds the device to whitelist.
6332  *
6333  * This function is a synchronous call.
6334  *
6335  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6336  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6337  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6338  *
6339  * @exception   None
6340  * @param[in]   device_address - Device address
6341  *
6342  * @remark      None
6343  */
6344 int bluetooth_dpm_add_devices_to_whitelist(const bluetooth_device_address_t *device_address);
6345
6346 /**
6347  * @fn int bluetooth_dpm_add_uuids_to_blacklist(const char *service_uuid);
6348  *
6349  * @brief Adds the Service UUIDS to blacklist.
6350  *
6351  * This function is a synchronous call.
6352  *
6353  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6354  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6355  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6356  *
6357  * @exception   None
6358  * @param[in]   service_uuids - profile or custom service uuids
6359  *
6360  * @remark      None
6361  */
6362 int bluetooth_dpm_add_uuids_to_blacklist(const char *service_uuid);
6363
6364 /**
6365  * @fn int bluetooth_dpm_add_uuids_to_whitelist(const char *service_uuid);
6366  *
6367  * @brief Adds the Service UUIDS to whitelist.
6368  *
6369  * This function is a synchronous call.
6370  *
6371  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6372  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6373  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6374  *
6375  * @exception   None
6376  * @param[in]   service_uuids - profile or custom service uuids
6377  *
6378  * @remark      None
6379  */
6380 int bluetooth_dpm_add_uuids_to_whitelist(const char *service_uuid);
6381
6382 /**
6383  * @fn int bluetooth_dpm_clear_devices_from_blacklist();
6384  *
6385  * @brief Clears the devices from blacklist.
6386  *
6387  * This function is a synchronous call.
6388  *
6389  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6390  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6391  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6392  *
6393  * @exception   None
6394  * @param[in]   None
6395  *
6396  * @remark      None
6397  */
6398 int bluetooth_dpm_clear_devices_from_blacklist(void);
6399
6400 /**
6401  * @fn int bluetooth_dpm_clear_devices_from_whitelist();
6402  *
6403  * @brief Clears the devices from whitelist.
6404  *
6405  * This function is a synchronous call.
6406  *
6407  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6408  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6409  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6410  *
6411  * @exception   None
6412  * @param[in]   None
6413  *
6414  * @remark      None
6415  */
6416 int bluetooth_dpm_clear_devices_from_whitelist(void);
6417
6418 /**
6419  * @fn int bluetooth_dpm_clear_uuids_from_blacklist();
6420  *
6421  * @brief Clears the uuids from blacklist.
6422  *
6423  * This function is a synchronous call.
6424  *
6425  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6426  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6427  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6428  *
6429  * @exception   None
6430  * @param[in]   None
6431  *
6432  * @remark      None
6433  */
6434 int bluetooth_dpm_clear_uuids_from_blacklist(void);
6435
6436 /**
6437  * @fn int bluetooth_dpm_clear_uuids_from_whitelist();
6438  *
6439  * @brief Clears the uuids from whitelist.
6440  *
6441  * This function is a synchronous call.
6442  *
6443  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6444  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6445  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6446  *
6447  * @exception   None
6448  * @param[in]   None
6449  *
6450  * @remark      None
6451  */
6452 int bluetooth_dpm_clear_uuids_from_whitelist(void);
6453
6454 /**
6455  * @fn int bluetooth_dpm_get_devices_from_blacklist(bt_dpm_device_list_t *device_list);
6456  *
6457  * @brief reads the devices from blacklist.
6458  *
6459  * This function is a synchronous call.
6460  *
6461  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6462  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6463  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6464  *
6465  * @exception   None
6466  * @param[out]  device_list - list of devices
6467  *
6468  * @remark      None
6469  */
6470 int bluetooth_dpm_get_devices_from_blacklist(bt_dpm_device_list_t *device_list);
6471
6472 /**
6473  * @fn int bluetooth_dpm_get_devices_from_whitelist(bt_dpm_device_list_t *device_list);
6474  *
6475  * @brief reads the devices from whitelist.
6476  *
6477  * This function is a synchronous call.
6478  *
6479  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6480  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6481  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6482  *
6483  * @exception   None
6484  * @param[out]  device_list - list of devices
6485  *
6486  * @remark      None
6487  */
6488 int bluetooth_dpm_get_devices_from_whitelist(bt_dpm_device_list_t *device_list);
6489
6490 /**
6491  * @fn int bluetooth_dpm_get_uuids_from_blacklist(bt_dpm_uuids_list_t *uuid_list);
6492  *
6493  * @brief reads the uuids from blacklist.
6494  *
6495  * This function is a synchronous call.
6496  *
6497  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6498  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6499  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6500  *
6501  * @exception   None
6502  * @param[in]   uuid_list - list of uuids
6503  *
6504  * @remark      None
6505  */
6506 int bluetooth_dpm_get_uuids_from_blacklist(bt_dpm_uuids_list_t *uuid_list);
6507
6508 /**
6509  * @fn int bluetooth_dpm_get_uuids_from_whitelist(bt_dpm_uuids_list_t *uuid_list);
6510  *
6511  * @brief reads the uuids from whitelist.
6512  *
6513  * This function is a synchronous call.
6514  *
6515  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6516  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6517  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6518  *
6519  * @exception   None
6520  * @param[in]   uuid_list - list of uuids
6521  *
6522  * @remark      None
6523  */
6524 int bluetooth_dpm_get_uuids_from_whitelist(bt_dpm_uuids_list_t *uuid_list);
6525
6526 /**
6527  * @fn int bluetooth_dpm_remove_device_from_whitelist(const bluetooth_device_address_t *device_address);
6528  *
6529  * @brief Removes the device from whitelist.
6530  *
6531  * This function is a synchronous call.
6532  *
6533  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6534  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6535  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6536  *
6537  * @exception   None
6538  * @param[in]   device_address - Device address
6539  *
6540  * @remark      None
6541  */
6542 int bluetooth_dpm_remove_device_from_whitelist(const bluetooth_device_address_t *device_address);
6543
6544 /**
6545  * @fn int bluetooth_dpm_remove_device_from_blacklist(const bluetooth_device_address_t *device_address);
6546  *
6547  * @brief Removes the device from blacklist.
6548  *
6549  * This function is a synchronous call.
6550  *
6551  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6552  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6553  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6554  *
6555  * @exception   None
6556  * @param[in]   device_address - Device address
6557  *
6558  * @remark      None
6559  */
6560 int bluetooth_dpm_remove_device_from_blacklist(const bluetooth_device_address_t *device_address);
6561
6562 /**
6563  * @fn int bluetooth_dpm_remove_uuid_from_whitelist(const char *service_uuid);
6564  *
6565  * @brief Removes the Service UUIDS from whitelist.
6566  *
6567  * This function is a synchronous call.
6568  *
6569  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6570  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6571  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6572  *
6573  * @exception   None
6574  * @param[in]   service_uuids - profile or custom service uuids
6575  *
6576  * @remark      None
6577  */
6578 int bluetooth_dpm_remove_uuid_from_whitelist(const char *service_uuid);
6579
6580 /**
6581  * @fn int bluetooth_dpm_remove_uuid_from_blacklist(const char *service_uuid);
6582  *
6583  * @brief Removes the Service UUIDS from blacklist.
6584  *
6585  * This function is a synchronous call.
6586  *
6587  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6588  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6589  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6590  *
6591  * @exception   None
6592  * @param[in]   service_uuids - profile or custom service uuids
6593  *
6594  * @remark      None
6595  */
6596 int bluetooth_dpm_remove_uuid_from_blacklist(const char *service_uuid);
6597
6598 /**
6599  * @fn int bluetooth_dpm_set_allow_outgoing_call(bt_dpm_status_t value);
6600  *
6601  * @brief Sets the Restriction for outgoing call.
6602  *
6603  * This function is a synchronous call.
6604  *
6605  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6606  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6607  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6608  *
6609  * @exception   None
6610  * @param[in]   value - State value.
6611  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6612  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6613  *
6614  * @remark      None
6615  */
6616 int bluetooth_dpm_set_allow_outgoing_call(bt_dpm_status_t value);
6617
6618 /**
6619  * @fn int bluetooth_dpm_get_allow_outgoing_call(bt_dpm_status_t *value);
6620  *
6621  * @brief Reads the Restriction for  outgoing call.
6622  *
6623  * This function is a synchronous call.
6624  *
6625  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6626  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6627  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6628  *
6629  * @exception   None
6630  * @param[in] None
6631  * @param[out]  value - State value.
6632  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6633  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6634  *
6635  * @remark      None
6636  */
6637 int bluetooth_dpm_get_allow_outgoing_call(bt_dpm_status_t *value);
6638
6639 /**
6640  * @fn int bluetooth_dpm_set_pairing_state(bt_dpm_status_t value);
6641  *
6642  * @brief Sets the Restriction for Pairing.
6643  *
6644  * This function is a synchronous call.
6645  *
6646  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6647  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6648  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6649  *
6650  * @exception   None
6651  * @param[in]   value - State value.
6652  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6653  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6654  *
6655  * @remark      None
6656  */
6657 int bluetooth_dpm_set_pairing_state(bt_dpm_status_t value);
6658
6659 /**
6660  * @fn int bluetooth_dpm_get_pairing_state(bt_dpm_status_t *value);
6661  *
6662  * @brief Reads the Restriction for Pairing
6663  *
6664  * This function is a synchronous call.
6665  *
6666  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6667  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6668  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6669  *
6670  * @exception   None
6671  * @param[in] None
6672  * @param[out]  value - State value.
6673  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6674  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6675  *
6676  * @remark      None
6677  */
6678 int bluetooth_dpm_get_pairing_state(bt_dpm_status_t *value);
6679
6680 /**
6681  * @fnint bluetooth_dpm_set_profile_state(bt_dpm_profile_t profile, bt_dpm_status_t value);
6682  *
6683  * @brief Sets the Restriction for using Profiles.
6684  *
6685  * This function is a synchronous call.
6686  *
6687  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6688  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6689  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6690  *
6691  * @exception   None
6692  * @param[in]profile - Profile.
6693  *              BLUETOOTH_DPM_POLICY_A2DP_PROFILE_STATE,
6694  *              BLUETOOTH_DPM_POLICY_AVRCP_PROFILE_STATE,
6695  *              BLUETOOTH_DPM_POLICY_BPP_PROFILE_STATE,
6696  *              BLUETOOTH_DPM_POLICY_DUN_PROFILE_STATE,
6697  *              BLUETOOTH_DPM_POLICY_FTP_PROFILE_STATE,
6698  *              BLUETOOTH_DPM_POLICY_HFP_PROFILE_STATE,
6699  *              BLUETOOTH_DPM_POLICY_HSP_PROFILE_STATE,
6700  *              BLUETOOTH_DPM_POLICY_PBAP_PROFILE_STATE,
6701  *              BLUETOOTH_DPM_POLICY_SAP_PROFILE_STATE,
6702  *              BLUETOOTH_DPM_POLICY_SPP_PROFILE_STATE,
6703  *              BLUETOOTH_DPM_PROFILE_NONE
6704  * @param[in]   value - State value.
6705  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6706  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6707  *
6708  * @remark      None
6709  */
6710 int bluetooth_dpm_set_profile_state(bt_dpm_profile_t profile, bt_dpm_status_t value);
6711
6712 /**
6713  * @fn int bluetooth_dpm_get_profile_state(bt_dpm_profile_t profile, bt_dpm_status_t *value);
6714  *
6715  * @brief Reads the Restriction for using Profiles.
6716  *
6717  * This function is a synchronous call.
6718  *
6719  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6720  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6721  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6722  *
6723  * @exception   None
6724  * @param[in]profile - Profile.
6725  *              BLUETOOTH_DPM_POLICY_A2DP_PROFILE_STATE,
6726  *              BLUETOOTH_DPM_POLICY_AVRCP_PROFILE_STATE,
6727  *              BLUETOOTH_DPM_POLICY_BPP_PROFILE_STATE,
6728  *              BLUETOOTH_DPM_POLICY_DUN_PROFILE_STATE,
6729  *              BLUETOOTH_DPM_POLICY_FTP_PROFILE_STATE,
6730  *              BLUETOOTH_DPM_POLICY_HFP_PROFILE_STATE,
6731  *              BLUETOOTH_DPM_POLICY_HSP_PROFILE_STATE,
6732  *              BLUETOOTH_DPM_POLICY_PBAP_PROFILE_STATE,
6733  *              BLUETOOTH_DPM_POLICY_SAP_PROFILE_STATE,
6734  *              BLUETOOTH_DPM_POLICY_SPP_PROFILE_STATE,
6735  *              BLUETOOTH_DPM_PROFILE_NONE
6736  * @param[out]  value - State value.
6737  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6738  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6739  *
6740  * @remark      None
6741  */
6742 int bluetooth_dpm_get_profile_state(bt_dpm_profile_t profile, bt_dpm_status_t *value);
6743
6744 /**
6745  * @fn int bluetooth_dpm_set_desktop_connectivity_state(bt_dpm_status_t value);
6746  *
6747  * @brief Sets the Restriction for Desktop Connectivity.
6748  *
6749  * This function is a synchronous call.
6750  *
6751  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6752  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6753  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6754  *
6755  * @exception   None
6756  * @param[in]   value - State value.
6757  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6758  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6759  *
6760  * @remark      None
6761  */
6762 int bluetooth_dpm_set_desktop_connectivity_state(bt_dpm_status_t value);
6763
6764 /**
6765  * @fn int bluetooth_dpm_get_desktop_connectivity_state(bt_dpm_status_t *value);
6766  *
6767  * @brief Reads the Restriction for Desktop Connectivity.
6768  *
6769  * This function is a synchronous call.
6770  *
6771  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6772  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6773  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6774  *
6775  * @exception   None
6776  * @param[in] None
6777  * @param[out]  value - State value.
6778  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6779  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6780  *
6781  * @remark      None
6782  */
6783 int bluetooth_dpm_get_desktop_connectivity_state(bt_dpm_status_t *value);
6784
6785 /**
6786  * @fn int bluetooth_dpm_set_discoverable_state(bt_dpm_status_t value);
6787  *
6788  * @brief Sets the Restriction for Discoverable state.
6789  *
6790  * This function is a synchronous call.
6791  *
6792  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6793  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6794  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6795  *
6796  * @exception   None
6797  * @param[in]   value - State value.
6798  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6799  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6800  *
6801  * @remark      None
6802  */
6803 int bluetooth_dpm_set_discoverable_state(bt_dpm_status_t value);
6804
6805 /**
6806  * @fn int bluetooth_dpm_get_discoverable_state(bt_dpm_status_t *value);
6807  *
6808  * @brief Reads the Restriction for Discoverable state.
6809  *
6810  * This function is a synchronous call.
6811  *
6812  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6813  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6814  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6815  *
6816  * @exception   None
6817  * @param[in] None
6818  * @param[out]  value - State value.
6819  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6820  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6821  *
6822  * @remark      None
6823  */
6824 int bluetooth_dpm_get_discoverable_state(bt_dpm_status_t *value);
6825
6826 /**
6827  * @fn int bluetooth_dpm_set_limited_discoverable_state(bt_dpm_status_t value);
6828  *
6829  * @brief Sets the Restriction for linited discoverable state..
6830  *
6831  * This function is a synchronous call.
6832  *
6833  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6834  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6835  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6836  *
6837  * @exception   None
6838  * @param[in]   value - State value.
6839  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6840  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6841  *
6842  * @remark      None
6843  */
6844 int bluetooth_dpm_set_limited_discoverable_state(bt_dpm_status_t value);
6845
6846 /**
6847  * @fn int bluetooth_dpm_get_limited_discoverable_state(bt_dpm_status_t *value);
6848  *
6849  * @brief Reads the Restriction for limited discoverable state.
6850  *
6851  * This function is a synchronous call.
6852  *
6853  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6854  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6855  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6856  *
6857  * @exception   None
6858  * @param[in] None
6859  * @param[out]  value - State value.
6860  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6861  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6862  *
6863  * @remark      None
6864  */
6865 int bluetooth_dpm_get_limited_discoverable_state(bt_dpm_status_t *value);
6866 /**
6867  * @fn int bluetooth_dpm_set_data_transfer_state(bt_dpm_status_t value);
6868  *
6869  * @brief Sets the Restriction for Data trasnfer.
6870  *
6871  * This function is a synchronous call.
6872  *
6873  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6874  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6875  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6876  *
6877  * @exception   None
6878  * @param[in]   value - State value.
6879  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6880  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6881  *
6882  * @remark      None
6883  */
6884 int bluetooth_dpm_set_data_transfer_state(bt_dpm_status_t value);
6885
6886
6887 /**
6888  * @fn int bluetooth_dpm_get_data_transfer_state(bt_dpm_status_t *value);
6889  *
6890  * @brief Reads the Restriction for Data trasnfer.
6891  *
6892  * This function is a synchronous call.
6893  *
6894  * @return      BLUETOOTH_DPM_RESULT_SUCCESS - Success \n
6895  *              BLUETOOTH_DPM_RESULT_ACCESS_DENIED - BT restricted \n
6896  *              BLUETOOTH_DPM_RESULT_FAIL - Internal error \n
6897  *
6898  * @exception   None
6899  * @param[in] None
6900  * @param[out]  value - State value.
6901  *              BLUETOOTH_DPM_ALLOWED           = 0,    < DPM Policy status allowed.
6902  *              BLUETOOTH_DPM_RESTRICTED                = 1,    < DPM Policy status restricted.
6903  *
6904  * @remark      None
6905  */
6906 int bluetooth_dpm_get_data_transfer_state(bt_dpm_status_t *value);
6907
6908 /**
6909  * @fn int bluetooth_set_proximity_property(const bluetooth_device_address_t *device_address,
6910  *                                              bluetooth_pxp_poperty_t property, int value);
6911  *
6912  * @brief Sets the Proximity alert level/properties.
6913  *
6914  * This function is a synchronous call.
6915  *
6916  * @return   BLUETOOTH_ERROR_NONE - Success \n
6917  *               BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
6918  *               BLUETOOTH_ERROR_NOT_FOUND - Cannot find the proxy\n
6919  *               BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
6920  *
6921  * @exception   None
6922  * @param[in] device_address remote device address
6923  * @param[in] property proximity profile property
6924  * @param[in] value alert level/property value to be set
6925  * @param[out] None
6926  *
6927  * @remark      None
6928  */
6929 int bluetooth_set_proximity_property(const bluetooth_device_address_t *device_address,
6930                                                         bluetooth_pxp_poperty_t property, int value);
6931
6932 /**
6933  * @fn int bluetooth_get_proximity_property(const bluetooth_device_address_t *device_address,
6934  *                                              bluetooth_pxp_poperty_t property, int *value);
6935  *
6936  * @brief Reads the Proximity alert level/properties.
6937  *
6938  * This function is a synchronous call.
6939  *
6940  * @return   BLUETOOTH_ERROR_NONE - Success \n
6941  *               BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
6942  *               BLUETOOTH_ERROR_NOT_FOUND - Cannot find the proxy\n
6943  *               BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
6944  *
6945  * @exception   None
6946  * @param[in] device_address remote device address
6947  * @param[in] property proximity profile property
6948  * @param[out] value alert level/property value
6949  *
6950  * @remark      None
6951  */
6952 int bluetooth_get_proximity_property(const bluetooth_device_address_t *device_address,
6953                                                         bluetooth_pxp_poperty_t property, int *value);
6954
6955 /**
6956  * @fn int bluetooth_get_proximity_supported_services(const bluetooth_device_address_t *device_address,
6957  *                                              int *services_supported);
6958  *
6959  * @brief Reads the Proximity profile supported properties/services.
6960  *
6961  * This function is a synchronous call.
6962  *
6963  * @return   BLUETOOTH_ERROR_NONE - Success \n
6964  *               BLUETOOTH_ERROR_DEVICE_NOT_ENABLED - Device is not enabled \n
6965  *               BLUETOOTH_ERROR_NOT_FOUND - Cannot find the proxy\n
6966  *               BLUETOOTH_ERROR_INVALID_PARAM - Invalid parameter \n
6967  *
6968  * @exception   None
6969  * @param[in] device_address remote device address
6970  * @param[out] services_supported proximity profile property/service
6971  *
6972  * @remark      None
6973  */
6974 int bluetooth_get_proximity_supported_services(const bluetooth_device_address_t *device_address,
6975                                                         int *services_supported);
6976 /**
6977  * @}
6978  */
6979
6980 #ifdef __cplusplus
6981 }
6982 #endif                          /* __cplusplus */
6983 #endif                          /* _BLUETOOTH_API_H_*/