Searched refs:GetCharacteristic (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/bta/test/common/ |
D | bta_gatt_api_mock.h | 45 virtual const Characteristic* GetCharacteristic(uint16_t conn_id, 82 MOCK_METHOD((const Characteristic*), GetCharacteristic,
|
D | bta_gatt_api_mock.cc | 94 return gatt_interface->GetCharacteristic(conn_id, handle); in BTA_GATTC_GetCharacteristic()
|
/packages/modules/Bluetooth/system/bta/ras/ |
D | ras_server.cc | 136 GetCharacteristic(kRasRealTimeRangingDataCharacteristic) in PushProcedureData() 159 uint16_t attr_id = GetCharacteristic(kRasRangingDataReadyCharacteristic) in PushProcedureData() 181 GetCharacteristic(kRasRangingDataOverWrittenCharacteristic) in PushProcedureData() 583 GetCharacteristic(kRasOnDemandDataCharacteristic)->attribute_handle_; in OnGetRangingData() 609 GetCharacteristic(kRasControlPointCharacteristic)->attribute_handle_, in OnGetRangingData() 650 GetCharacteristic(kRasControlPointCharacteristic)->attribute_handle_, in SendResponseCode() 678 RasCharacteristic* GetCharacteristic(Uuid uuid) { in GetCharacteristic() function in __anoncef38c590111::RasServerImpl
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | devices_test.cc | 223 ON_CALL(gatt_interface, GetCharacteristic(_, _)) in SetUp()
|
D | vc_test.cc | 255 ON_CALL(gatt_interface, GetCharacteristic(_, _)) in SetUp()
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_client_test.cc | 443 ON_CALL(gatt_interface, GetCharacteristic(_, _)) in SetUp()
|
/packages/modules/Bluetooth/system/bta/has/ |
D | has_client_test.cc | 685 ON_CALL(gatt_interface, GetCharacteristic(_, _)) in SetUp()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_client_test.cc | 685 ON_CALL(mock_gatt_interface_, GetCharacteristic(_, _)) in SetUpMockGatt()
|