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