Searched defs:end_handle (Results 1 – 15 of 15) sorted by relevance
/packages/modules/Bluetooth/system/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 | 39 void DatabaseBuilder::AddService(uint16_t handle, uint16_t end_handle, in AddService() 72 uint16_t end_handle) { in AddIncludedService()
|
D | bta_gattc_cache.cc | 304 uint16_t end_handle = (uint16_t)pe.params[1]; in bta_gattc_sdp_callback() local 832 uint16_t end_handle) { in bta_gattc_get_db_size() 873 uint16_t end_handle, in bta_gattc_get_gatt_db_impl() 953 uint16_t end_handle, btgatt_db_element_t** db, in bta_gattc_get_gatt_db()
|
D | bta_gattc_utils.cc | 454 uint16_t end_handle) { in bta_gattc_clear_notif_registration()
|
D | bta_gattc_api.cc | 361 uint16_t end_handle, btgatt_db_element_t** db, in BTA_GATTC_GetGattDb()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_gatt.cc | 46 uint16_t start_handle, uint16_t end_handle, in GATTC_Discover()
|
D | mock_bta_gattc_api.cc | 110 uint16_t end_handle, btgatt_db_element_t** db, in BTA_GATTC_GetGattDb()
|
D | mock_stack_gatt_api.cc | 109 uint16_t start_handle, uint16_t end_handle) { in GATTC_Discover()
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_types.h | 146 uint16_t end_handle; member 160 CsisInstance(uint16_t start_handle, uint16_t end_handle, const bluetooth::Uuid& uuid) in CsisInstance()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_common_types.h | 69 uint16_t end_handle; member
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_api.cc | 742 uint16_t start_handle, uint16_t end_handle, in GATTC_Discover() 791 uint16_t start_handle, uint16_t end_handle) { in GATTC_Discover()
|
D | gatt_int.h | 186 uint16_t end_handle; /* Last handle number */ member
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | gatt.proto | 166 uint32 end_handle = 4; field
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | gatt.py | 1231 def getCharacteristicsRange(services, start_handle, end_handle, uuid): argument 1246 def getDescriptorsRange(services, start_handle, end_handle): argument
|
/packages/modules/Bluetooth/system/service/hal/ |
D | bluetooth_gatt_interface.cc | 211 uint16_t end_handle) { in ServicesRemovedCallback()
|