HomeSort by relevance Sort by last modified time
    Searched refs:GATT_API (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/include/
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_inst);
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/
gatt_int.h 28 #include "gatt_api.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/
bt_target.h 480 #define GATT_API BTAPI
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h 100 #define GATT_API BTAPI
    [all...]

Completed in 73 milliseconds