Searched defs:Bluetooth (Results 1 – 5 of 5) sorted by relevance
| /packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
| D | bluetooth.rs | 294 pub struct Bluetooth { struct 295 intf: Arc<Mutex<BluetoothInterface>>, argument 297 bonded_devices: HashMap<String, BluetoothDeviceContext>, argument 298 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, argument 299 callbacks: HashMap<u32, Box<dyn IBluetoothCallback + Send>>, argument 300 connection_callbacks: HashMap<u32, Box<dyn IBluetoothConnectionCallback + Send>>, argument 306 properties: HashMap<BtPropertyType, BluetoothProperty>, argument 308 found_devices: HashMap<String, BluetoothDeviceContext>, argument 318 impl Bluetooth { argument 324 ) -> Bluetooth { in new() [all …]
|
| D | lib.rs | 76 bluetooth: Arc<Mutex<Box<Bluetooth>>>, in dispatch()
|
| D | bluetooth_media.rs | 143 pub fn set_adapter(&mut self, adapter: Arc<Mutex<Box<Bluetooth>>>) { in set_adapter()
|
| /packages/modules/Bluetooth/system/gd/rust/common/src/ |
| D | lib.rs | 47 pub enum Bluetooth { enum
|
| /packages/modules/Bluetooth/system/gd/rust/stack/src/link/acl/ |
| D | fragment.rs | 94 bt: Bluetooth, in fragmenting_stream()
|