Searched refs:end_handle (Results 1 – 11 of 11) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_cache.cc | 296 uint16_t end_handle = 0xFFFF; in bta_gattc_start_disc_char_dscp() local 301 end_handle = std::next(p_srvc_cb->pending_char)->declaration_handle - 1; in bta_gattc_start_disc_char_dscp() 304 end_handle = p_srvc_cb->pending_service->e_handle; in bta_gattc_start_disc_char_dscp() 309 .e_handle = end_handle}; in bta_gattc_start_disc_char_dscp() 420 uint16_t end_handle = (uint16_t)pe.params[1]; in bta_gattc_sdp_callback() local 425 << ", e_handle=" << loghex(end_handle); in bta_gattc_sdp_callback() 429 GATT_HANDLE_IS_VALID(end_handle) && p_srvc_cb != NULL) { in bta_gattc_sdp_callback() 432 start_handle, end_handle, service_uuid, in bta_gattc_sdp_callback() 436 << ", end_handle=" << loghex(end_handle); in bta_gattc_sdp_callback() 755 p_attr->end_handle = e_handle; in bta_gattc_fill_gatt_db_el() [all …]
|
D | bta_gattc_int.h | 415 uint16_t end_handle); 445 uint16_t end_handle, btgatt_db_element_t** db,
|
D | bta_gattc_utils.cc | 367 uint16_t end_handle) { in bta_gattc_clear_notif_registration() argument 385 if (handle >= start_handle && handle <= end_handle) in bta_gattc_clear_notif_registration()
|
D | bta_gattc_api.cc | 339 uint16_t end_handle, btgatt_db_element_t** db, in BTA_GATTC_GetGattDb() argument 341 bta_gattc_get_gatt_db(conn_id, start_handle, end_handle, db, count); in BTA_GATTC_GetGattDb()
|
/system/bt/include/hardware/ |
D | bt_common_types.h | 67 uint16_t end_handle; member
|
D | bt_gatt_client.h | 167 uint16_t end_handle);
|
/system/bt/stack/gatt/ |
D | gatt_db.cc | 61 db.end_handle = s_hdl + num_handle; in gatts_init_service_db() 655 if (db.next_handle >= db.end_handle) { in allocate_attr_in_db() 657 << " wrong number of handles! handle_max = " << +db.end_handle in allocate_attr_in_db()
|
D | gatt_int.h | 181 uint16_t end_handle; /* Last handle number */ member
|
/system/bt/service/hal/ |
D | bluetooth_gatt_interface.cc | 206 uint16_t end_handle) { in ServicesRemovedCallback() argument 209 << " start_handle: " << start_handle << " end_handle: " << end_handle; in ServicesRemovedCallback() 213 ServicesRemovedCallback(g_interface, conn_id, start_handle, end_handle)); in ServicesRemovedCallback()
|
D | bluetooth_gatt_interface.h | 108 uint16_t end_handle);
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 604 uint16_t end_handle, btgatt_db_element_t** db,
|