Home
last modified time | relevance | path

Searched refs:GetCharacteristic (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.h45 virtual const Characteristic* GetCharacteristic(uint16_t conn_id,
82 MOCK_METHOD((const Characteristic*), GetCharacteristic,
Dbta_gatt_api_mock.cc94 return gatt_interface->GetCharacteristic(conn_id, handle); in BTA_GATTC_GetCharacteristic()
/packages/modules/Bluetooth/system/bta/ras/
Dras_server.cc136 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/
Ddevices_test.cc223 ON_CALL(gatt_interface, GetCharacteristic(_, _)) in SetUp()
Dvc_test.cc255 ON_CALL(gatt_interface, GetCharacteristic(_, _)) in SetUp()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client_test.cc443 ON_CALL(gatt_interface, GetCharacteristic(_, _)) in SetUp()
/packages/modules/Bluetooth/system/bta/has/
Dhas_client_test.cc685 ON_CALL(gatt_interface, GetCharacteristic(_, _)) in SetUp()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_client_test.cc685 ON_CALL(mock_gatt_interface_, GetCharacteristic(_, _)) in SetUpMockGatt()