Home
last modified time | relevance | path

Searched refs:GetRemoteDeviceProperty (Results 1 – 6 of 6) sorted by relevance

/system/bt/test/suite/adapter/
Dbluetooth_test.h57 bt_property_t* GetRemoteDeviceProperty(const RawAddress* addr,
Dbluetooth_test.cc97 bt_property_t* BluetoothTest::GetRemoteDeviceProperty(const RawAddress* addr, in GetRemoteDeviceProperty() function in bttest::BluetoothTest
/system/bt/test/suite/rfcomm/
Drfcomm_test.cc53 GetRemoteDeviceProperty(&devices[i], BT_PROPERTY_UUIDS); in SetUp()
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.h51 int GetRemoteDeviceProperty(const RustRawAddress& address, int prop_type) const;
Dbtif_shim.cc261 int BluetoothIntf::GetRemoteDeviceProperty(const RustRawAddress& address, int prop_type) const { in GetRemoteDeviceProperty() function in bluetooth::topshim::rust::BluetoothIntf
/system/bt/gd/rust/topshim/src/
Dbtif.rs123 fn GetRemoteDeviceProperty(&self, address: &RustRawAddress, prop_type: i32) -> i32; in GetRemoteDeviceProperty() function