Home
last modified time | relevance | path

Searched defs:BluetoothProperty (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs387 properties: Vec<BluetoothProperty>, in new()
404 pub(crate) fn update_properties(&mut self, in_properties: &Vec<BluetoothProperty>) { in update_properties()
843 ) -> Option<BluetoothProperty> { in get_remote_device_property()
854 property: BluetoothProperty, in set_remote_device_property()
1329 properties: &Vec<BluetoothProperty>, in check_new_property_and_potentially_connect_profiles()
1499 properties: Vec<BluetoothProperty>, in adapter_properties_changed()
1504 fn device_found(&mut self, n: i32, properties: Vec<BluetoothProperty>) {} in device_found()
1528 properties: Vec<BluetoothProperty>, in remote_device_properties_changed()
1744 properties: Vec<BluetoothProperty>, in adapter_properties_changed()
1791 fn device_found(&mut self, _n: i32, properties: Vec<BluetoothProperty>) { in device_found()
[all …]
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs592 pub enum BluetoothProperty { enum
628 impl BluetoothProperty { impl
806 impl From<bindings::bt_property_t> for BluetoothProperty { implementation
1339 prop: BluetoothProperty, in set_remote_device_property()