Searched defs:end_handle (Results 1 – 11 of 11) sorted by relevance
/system/bt/bta/gatt/ |
D | database.h | 43 uint16_t end_handle; member 49 uint16_t end_handle; member 74 uint16_t end_handle; member 83 uint16_t end_handle; /* end handle of included service */ member
|
D | database_builder.cc | 37 void DatabaseBuilder::AddService(uint16_t handle, uint16_t end_handle, in AddService() 70 uint16_t end_handle) { in AddIncludedService()
|
D | bta_gattc_cache.cc | 303 uint16_t end_handle = (uint16_t)pe.params[1]; in bta_gattc_sdp_callback() local 777 uint16_t end_handle) { in bta_gattc_get_db_size() 818 uint16_t end_handle, in bta_gattc_get_gatt_db_impl() 898 uint16_t end_handle, btgatt_db_element_t** db, in bta_gattc_get_gatt_db()
|
D | bta_gattc_utils.cc | 375 uint16_t end_handle) { in bta_gattc_clear_notif_registration()
|
D | bta_gattc_api.cc | 346 uint16_t end_handle, btgatt_db_element_t** db, in BTA_GATTC_GetGattDb()
|
/system/bt/test/mock/ |
D | mock_stack_gatt.cc | 95 uint16_t start_handle, uint16_t end_handle) { in GATTC_Discover() 100 uint16_t start_handle, uint16_t end_handle, in GATTC_Discover()
|
D | mock_bta_gattc_api.cc | 107 uint16_t end_handle, btgatt_db_element_t** db, in BTA_GATTC_GetGattDb()
|
/system/bt/include/hardware/ |
D | bt_common_types.h | 67 uint16_t end_handle; member
|
/system/bt/stack/gatt/ |
D | gatt_api.cc | 664 uint16_t start_handle, uint16_t end_handle, in GATTC_Discover() 718 uint16_t start_handle, uint16_t end_handle) { in GATTC_Discover()
|
D | gatt_int.h | 180 uint16_t end_handle; /* Last handle number */ member
|
/system/bt/service/hal/ |
D | bluetooth_gatt_interface.cc | 207 uint16_t end_handle) { in ServicesRemovedCallback()
|