Searched refs:GATT_API (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluedroid/stack/include/ |
D | gatt_api.h | 663 GATT_API extern UINT8 GATT_SetTraceLevel (UINT8 new_level); 684 GATT_API extern BOOLEAN GATTS_AddHandleRange(tGATTS_HNDL_RANGE *p_hndl_range); 699 GATT_API extern BOOLEAN GATTS_NVRegister (tGATT_APPL_INFO *p_cb_info); 719 GATT_API extern UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, 736 GATT_API extern UINT16 GATTS_AddIncludeService (UINT16 service_handle, 758 GATT_API extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *char_uuid, 780 GATT_API extern UINT16 GATTS_AddCharDescriptor (UINT16 service_handle, tGATT_PERM perm, 796 …GATT_API extern BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_in… 811 GATT_API extern tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle, 826 GATT_API extern void GATTS_StopService (UINT16 service_handle); [all …]
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_int.h | 494 GATT_API extern tGATT_CB gatt_cb; 496 GATT_API extern tGATT_CB *gatt_cb_ptr; 501 GATT_API extern void gatt_set_err_rsp(BOOLEAN enable, UINT8 req_op_code, UINT8 err_status);
|
/external/bluetooth/bluedroid/include/ |
D | bt_target.h | 472 #define GATT_API BTAPI macro
|
/external/libnfc-nci/src/include/ |
D | bt_target.h | 100 #define GATT_API BTAPI macro
|