Home
last modified time | relevance | path

Searched defs:end_handle (Results 1 – 9 of 9) sorted by relevance

/system/bt/bta/gatt/
Ddatabase.h42 uint16_t end_handle; member
48 uint16_t end_handle; member
71 uint16_t end_handle; member
80 uint16_t end_handle; /* end handle of included service */ member
Ddatabase_builder.cc30 void DatabaseBuilder::AddService(uint16_t handle, uint16_t end_handle, in AddService()
59 uint16_t end_handle) { in AddIncludedService()
Dbta_gattc_cache.cc254 uint16_t end_handle = (uint16_t)pe.params[1]; in bta_gattc_sdp_callback() local
560 uint16_t end_handle) { in bta_gattc_get_db_size()
601 uint16_t end_handle, in bta_gattc_get_gatt_db_impl()
675 uint16_t end_handle, btgatt_db_element_t** db, in bta_gattc_get_gatt_db()
Dbta_gattc_utils.cc367 uint16_t 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()
/system/bt/include/hardware/
Dbt_common_types.h67 uint16_t end_handle; member
/system/bt/stack/gatt/
Dgatt_api.cc619 uint16_t start_handle, uint16_t end_handle, in GATTC_Discover()
663 uint16_t start_handle, uint16_t end_handle) { in GATTC_Discover()
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()