Searched refs:GATT_API (Results 1 – 8 of 8) sorted by relevance
/external/bluetooth/bluedroid/stack/include/ |
D | gatt_api.h | 681 GATT_API extern UINT8 GATT_SetTraceLevel (UINT8 new_level); 702 GATT_API extern BOOLEAN GATTS_AddHandleRange(tGATTS_HNDL_RANGE *p_hndl_range); 717 GATT_API extern BOOLEAN GATTS_NVRegister (tGATT_APPL_INFO *p_cb_info); 737 GATT_API extern UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, 754 GATT_API extern UINT16 GATTS_AddIncludeService (UINT16 service_handle, 776 GATT_API extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *char_uuid, 798 GATT_API extern UINT16 GATTS_AddCharDescriptor (UINT16 service_handle, tGATT_PERM perm, 814 GATT_API extern BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, 830 GATT_API extern tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle, 845 GATT_API extern void GATTS_StopService (UINT16 service_handle); [all …]
|
D | srvc_api.h | 144 GATT_API extern tGATT_STATUS srvc_eng_init (void); 158 GATT_API extern tDIS_STATUS DIS_SrInit (tDIS_ATTR_MASK dis_attr_mask); 166 GATT_API extern tDIS_STATUS DIS_SrUpdate(tDIS_ATTR_BIT dis_attr_bit, tDIS_ATTR *p_info); 179 GATT_API extern BOOLEAN DIS_ReadDISInfo(BD_ADDR peer_bda, tDIS_READ_CBACK *p_cback, 192 GATT_API extern UINT16 Battery_Instantiate (UINT8 app_id, tBA_REG_INFO *p_reg_info); 201 …GATT_API extern void Battery_Rsp (UINT8 app_id, tGATT_STATUS st, UINT8 event, tBA_RSP_DATA *p_rsp); 209 GATT_API extern void Battery_Notify (UINT8 app_id, BD_ADDR remote_bda, UINT8 battery_level);
|
/external/bluetooth/bluedroid/stack/srvc/ |
D | srvc_battery_int.h | 63 GATT_API extern tBATTERY_CB battery_cb; 65 GATT_API extern tBATTERY_CB *battery_cb_ptr;
|
D | srvc_dis_int.h | 65 GATT_API extern tDIS_CB dis_cb; 67 GATT_API extern tDIS_CB *dis_cb_ptr;
|
D | srvc_eng_int.h | 67 GATT_API extern tSRVC_ENG_CB srvc_eng_cb; 69 GATT_API extern tSRVC_ENG_CB srvc_eng_cb_ptr;
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_int.h | 536 GATT_API extern tGATT_CB gatt_cb; 538 GATT_API extern tGATT_CB *gatt_cb_ptr; 543 GATT_API extern void gatt_set_err_rsp(BOOLEAN enable, UINT8 req_op_code, UINT8 err_status);
|
/external/libnfc-nci/src/include/ |
D | bt_target.h | 104 #define GATT_API BTAPI macro
|
/external/bluetooth/bluedroid/include/ |
D | bt_target.h | 386 #define GATT_API BTAPI macro
|