Searched refs:GetRemoteDeviceProperty (Results 1 – 6 of 6) sorted by relevance
57 bt_property_t* GetRemoteDeviceProperty(const RawAddress* addr,
97 bt_property_t* BluetoothTest::GetRemoteDeviceProperty(const RawAddress* addr, in GetRemoteDeviceProperty() function in bttest::BluetoothTest
53 GetRemoteDeviceProperty(&devices[i], BT_PROPERTY_UUIDS); in SetUp()
51 int GetRemoteDeviceProperty(const RustRawAddress& address, int prop_type) const;
261 int BluetoothIntf::GetRemoteDeviceProperty(const RustRawAddress& address, int prop_type) const { in GetRemoteDeviceProperty() function in bluetooth::topshim::rust::BluetoothIntf
123 fn GetRemoteDeviceProperty(&self, address: &RustRawAddress, prop_type: i32) -> i32; in GetRemoteDeviceProperty() function