Searched defs:BluetoothProperty (Results  1 – 3 of 3) sorted by relevance
| /packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ | 
| D | bluetooth.rs | 330         properties: Vec<BluetoothProperty>,  in new() 346     pub(crate) fn update_properties(&mut self, in_properties: &Vec<BluetoothProperty>) {  in update_properties() 438         properties: Vec<BluetoothProperty>,  in on_remote_device_properties_changed() 698     ) -> Option<BluetoothProperty> {  in get_remote_device_property() 707         property: BluetoothProperty,  in set_remote_device_property() 1043         properties: Vec<BluetoothProperty>,  in adapter_properties_changed() 1048     fn device_found(&mut self, n: i32, properties: Vec<BluetoothProperty>) {}  in device_found() 1080         properties: Vec<BluetoothProperty>,  in remote_device_properties_changed() 1224         properties: Vec<BluetoothProperty>,  in adapter_properties_changed() 1278     fn device_found(&mut self, _n: i32, properties: Vec<BluetoothProperty>) {  in device_found() [all …] 
 | 
| D | bluetooth_admin.rs | 177         properties: &Vec<BluetoothProperty>,  in on_remote_device_properties_changed()
  | 
| /packages/modules/Bluetooth/system/gd/rust/topshim/src/ | 
| D | btif.rs | 436 pub enum BluetoothProperty {  enum 465 impl BluetoothProperty {  impl 641 impl From<bindings::bt_property_t> for BluetoothProperty {  implementation 1164         prop: BluetoothProperty,  in set_remote_device_property()
  |