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 666 GATT_API extern UINT8 GATT_SetTraceLevel (UINT8 new_level);
687 GATT_API extern BOOLEAN GATTS_AddHandleRange(tGATTS_HNDL_RANGE *p_hndl_range);
702 GATT_API extern BOOLEAN GATTS_NVRegister (tGATT_APPL_INFO *p_cb_info);
722 GATT_API extern UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
739 GATT_API extern UINT16 GATTS_AddIncludeService (UINT16 service_handle,
761 GATT_API extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *char_uuid,
783 GATT_API extern UINT16 GATTS_AddCharDescriptor (UINT16 service_handle, tGATT_PERM perm,
799 GATT_API extern BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst);
814 GATT_API extern tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle,
829 GATT_API extern void GATTS_StopService (UINT16 service_handle)
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 28 #include "gatt_api.h"
506 GATT_API extern tGATT_CB gatt_cb;
508 GATT_API extern tGATT_CB *gatt_cb_ptr;
513 GATT_API extern void gatt_set_err_rsp(BOOLEAN enable, UINT8 req_op_code, UINT8 err_status);
  /external/bluetooth/bluedroid/include/
bt_target.h 472 #define GATT_API BTAPI
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h 100 #define GATT_API BTAPI
    [all...]

Completed in 692 milliseconds