/packages/modules/Bluetooth/system/bta/gatt/ |
D | database.h | 43 uint16_t end_handle; member 49 uint16_t end_handle; member 76 uint16_t end_handle; member 85 uint16_t end_handle; /* end handle of included service */ member
|
D | database_builder.cc | 41 void DatabaseBuilder::AddService(uint16_t handle, uint16_t end_handle, in AddService() 74 uint16_t end_handle) { in AddIncludedService()
|
D | bta_gattc_cache.cc | 390 uint16_t end_handle = (uint16_t)pe.params[1]; in bta_gattc_sdp_callback() local 919 uint16_t end_handle) { in bta_gattc_get_db_size() 960 uint16_t end_handle, in bta_gattc_get_gatt_db_impl() 1039 uint16_t end_handle, btgatt_db_element_t** db, in bta_gattc_get_gatt_db()
|
D | bta_gattc_utils.cc | 510 uint16_t end_handle) { in bta_gattc_clear_notif_registration()
|
D | bta_gattc_api.cc | 370 uint16_t end_handle, btgatt_db_element_t** db, in BTA_GATTC_GetGattDb()
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_types.h | 147 uint16_t end_handle; member 161 CsisInstance(uint16_t start_handle, uint16_t end_handle, in CsisInstance()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_api.cc | 871 uint16_t start_handle, uint16_t end_handle, in GATTC_Discover() 918 uint16_t start_handle, uint16_t end_handle) { in GATTC_Discover()
|
D | gatt_int.h | 183 uint16_t end_handle; /* Last handle number */ member
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | gatt.py | 1426 def getCharacteristicsRange(services, start_handle, end_handle, uuid): argument 1441 def getDescriptorsRange(services, start_handle, end_handle): argument
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_common_types.h | 69 uint16_t end_handle; member
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_gatt_api.cc | 136 uint16_t start_handle, uint16_t end_handle) { in GATTC_Discover()
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | gatt.proto | 210 uint32 end_handle = 4; field
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_disc.cc | 133 btgatt_db_element_t** db, int* count) { in __anon788b21910502()
|
D | bta_dm_disc_legacy.cc | 158 btgatt_db_element_t** db, int* count) { in __anonf50479c50502()
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 407 def read_using_characteristic_uuid(self, address, uuid, start_handle, end_handle, auth_req): argument
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 823 def read_using_characteristic_uuid(self, address, uuid, start_handle, end_handle, auth_req): argument
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 1292 let end_handle = String::from(get_arg(args, 4)?) in cmd_gatt() localVariable
|