Home
last modified time | relevance | path

Searched defs:Bluetooth (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs294 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 …]
Dlib.rs76 bluetooth: Arc<Mutex<Box<Bluetooth>>>, in dispatch()
Dbluetooth_media.rs143 pub fn set_adapter(&mut self, adapter: Arc<Mutex<Box<Bluetooth>>>) { in set_adapter()
/packages/modules/Bluetooth/system/gd/rust/common/src/
Dlib.rs47 pub enum Bluetooth { enum
/packages/modules/Bluetooth/system/gd/rust/stack/src/link/acl/
Dfragment.rs94 bt: Bluetooth, in fragmenting_stream()