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