Searched defs:Bluetooth (Results 1 – 8 of 8) sorted by relevance
| /packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
| D | bluetooth.rs | 451 pub struct Bluetooth { struct 452 intf: Arc<Mutex<BluetoothInterface>>, argument 455 bonded_devices: HashMap<String, BluetoothDeviceContext>, argument 458 bluetooth_admin: Arc<Mutex<Box<BluetoothAdmin>>>, argument 459 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, argument 460 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, argument 461 callbacks: Callbacks<dyn IBluetoothCallback + Send>, argument 462 connection_callbacks: Callbacks<dyn IBluetoothConnectionCallback + Send>, argument 472 properties: HashMap<BtPropertyType, BluetoothProperty>, argument 474 found_devices: HashMap<String, BluetoothDeviceContext>, argument [all …]
|
| D | lib.rs | 160 bluetooth: Arc<Mutex<Box<Bluetooth>>>, in dispatch()
|
| D | suspend.rs | 119 bt: Arc<Mutex<Box<Bluetooth>>>, in new()
|
| D | bluetooth_admin.rs | 88 pub fn set_adapter(&mut self, adapter: Arc<Mutex<Box<Bluetooth>>>) { in set_adapter()
|
| D | bluetooth_media.rs | 359 pub fn set_adapter(&mut self, adapter: Arc<Mutex<Box<Bluetooth>>>) { in set_adapter()
|
| D | bluetooth_gatt.rs | 1392 pub fn init_profiles(&mut self, tx: Sender<Message>, adapter: Arc<Mutex<Box<Bluetooth>>>) { in init_profiles()
|
| /packages/modules/Bluetooth/system/gd/rust/common/src/ |
| D | lib.rs | 70 pub enum Bluetooth { enum
|
| /packages/modules/Bluetooth/system/gd/rust/stack/src/link/acl/ |
| D | fragment.rs | 94 bt: Bluetooth, in fragmenting_stream()
|