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

  /system/bt/bta/gatt/
bta_gatts_api.c 137 ** num_handle: numble of handle requessted for this service.
144 UINT16 num_handle, BOOLEAN is_primary)
153 p_buf->num_handle = num_handle;
bta_gatts_int.h 87 UINT16 num_handle; member in struct:__anon71773
bta_gatts_act.c 349 p_msg->api_create_svc.num_handle,
  /system/bt/stack/gatt/
att_protocol.c 190 BT_HDR *attp_build_read_multi_cmd(UINT16 payload_size, UINT16 num_handle, UINT16 *p_handle)
194 (BT_HDR *)osi_malloc(sizeof(BT_HDR) + num_handle * 2 + 1 + L2CAP_MIN_OFFSET);
202 for (i = 0; i < num_handle && p_buf->len + 2 <= payload_size; i ++) {
gatt_db.c 63 UINT16 s_hdl, UINT16 num_handle)
74 GATT_TRACE_DEBUG("s_hdl = %d num_handle = %d", s_hdl, num_handle );
78 p_db->end_handle = s_hdl + num_handle;
    [all...]
gatt_int.h 677 extern BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, UINT16 s_hdl, UINT16 num_handle);
  /system/bt/bta/include/
bta_gatt_api.h 179 UINT8 num_handle; member in struct:__anon71939
    [all...]
  /system/bt/stack/include/
gatt_api.h 271 UINT8 num_handle; member in struct:__anon72728
    [all...]

Completed in 119 milliseconds