Home
last modified time | relevance | path

Searched refs:num_handle (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gatts_api.c158 UINT16 num_handle, BOOLEAN is_primary) in BTA_GATTS_CreateService() argument
169 p_buf->num_handle = num_handle; in BTA_GATTS_CreateService()
Dbta_gatts_int.h87 UINT16 num_handle; member
Dbta_gatts_act.c366 p_msg->api_create_svc.num_handle, in bta_gatts_create_srvc()
/external/bluetooth/bluedroid/stack/gatt/
Datt_protocol.c202 BT_HDR *attp_build_read_multi_cmd(UINT16 payload_size, UINT16 num_handle, UINT16 *p_handle) in attp_build_read_multi_cmd() argument
207 …if ((p_buf = (BT_HDR *)GKI_getbuf((UINT16)(sizeof(BT_HDR) + num_handle * 2 + 1 + L2CAP_MIN_OFFSET)… in attp_build_read_multi_cmd()
216 for (i = 0; i < num_handle && p_buf->len + 2 <= payload_size; i ++) in attp_build_read_multi_cmd()
Dgatt_db.c63 UINT16 s_hdl, UINT16 num_handle) in gatts_init_service_db() argument
72 GATT_TRACE_DEBUG("s_hdl = %d num_handle = %d", s_hdl, num_handle ); in gatts_init_service_db()
76 p_db->end_handle = s_hdl + num_handle; in gatts_init_service_db()
Dgatt_int.h696 …vice_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, UINT16 s_hdl, UINT16 num_handle);
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h178 UINT8 num_handle; member
1201 UINT8 inst, UINT16 num_handle, BOOLEAN is_primary);
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h270 UINT8 num_handle; member