Home
last modified time | relevance | path

Searched refs:end_handle (Results 1 – 11 of 11) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_cache.cc296 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 …]
Dbta_gattc_int.h415 uint16_t end_handle);
445 uint16_t end_handle, btgatt_db_element_t** db,
Dbta_gattc_utils.cc367 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()
Dbta_gattc_api.cc339 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/
Dbt_common_types.h67 uint16_t end_handle; member
Dbt_gatt_client.h167 uint16_t end_handle);
/system/bt/stack/gatt/
Dgatt_db.cc61 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()
Dgatt_int.h181 uint16_t end_handle; /* Last handle number */ member
/system/bt/service/hal/
Dbluetooth_gatt_interface.cc206 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()
Dbluetooth_gatt_interface.h108 uint16_t end_handle);
/system/bt/bta/include/
Dbta_gatt_api.h604 uint16_t end_handle, btgatt_db_element_t** db,