Home
last modified time | relevance | path

Searched refs:ReadRemoteRssi (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py295 await self.__gatt_stub.ReadRemoteRssi(empty_proto.Empty())
/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto84 rpc ReadRemoteRssi(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py938 self.proxy().ReadRemoteRssi(self.client_id, address)
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs590 ReadRemoteRssi(i32, RawAddress, i32, GattStatus), enumerator
713 gc_read_remote_rssi_cb -> GattClientCallbacks::ReadRemoteRssi,
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs2949 #[btif_callback(ReadRemoteRssi)]