/external/bluetooth/bluedroid/bta/gatt/ |
bta_gatts_api.c | 153 ** num_handle: numble of handle requessted for this service. 160 UINT16 num_handle, BOOLEAN is_primary) 171 p_buf->num_handle = num_handle;
|
bta_gatts_int.h | 87 UINT16 num_handle; member in struct:__anon253
|
bta_gatts_act.c | 354 p_msg->api_create_svc.num_handle,
|
/external/bluetooth/bluedroid/stack/gatt/ |
att_protocol.c | 202 BT_HDR *attp_build_read_multi_cmd(UINT16 payload_size, UINT16 num_handle, UINT16 *p_handle) 207 if ((p_buf = (BT_HDR *)GKI_getbuf((UINT16)(sizeof(BT_HDR) + num_handle * 2 + 1 + L2CAP_MIN_OFFSET))) != NULL) 216 for (i = 0; i < num_handle && p_buf->len + 2 <= payload_size; i ++)
|
gatt_db.c | 61 UINT16 s_hdl, UINT16 num_handle) 70 GATT_TRACE_DEBUG2("s_hdl = %d num_handle = %d", s_hdl, num_handle ); 74 p_db->end_handle = s_hdl + num_handle; [all...] |
gatt_int.h | 667 extern BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID service, BOOLEAN is_pri, UINT16 s_hdl, UINT16 num_handle);
|
/external/bluetooth/bluedroid/bta/include/ |
bta_gatt_api.h | 149 UINT8 num_handle; member in struct:__anon404 [all...] |
/external/bluetooth/bluedroid/stack/include/ |
gatt_api.h | 270 UINT8 num_handle; member in struct:__anon1064 [all...] |