Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs451 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 …]
Dlib.rs160 bluetooth: Arc<Mutex<Box<Bluetooth>>>, in dispatch()
Dsuspend.rs119 bt: Arc<Mutex<Box<Bluetooth>>>, in new()
Dbluetooth_admin.rs88 pub fn set_adapter(&mut self, adapter: Arc<Mutex<Box<Bluetooth>>>) { in set_adapter()
Dbluetooth_media.rs359 pub fn set_adapter(&mut self, adapter: Arc<Mutex<Box<Bluetooth>>>) { in set_adapter()
Dbluetooth_gatt.rs1392 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/
Dlib.rs70 pub enum Bluetooth { enum
/packages/modules/Bluetooth/system/gd/rust/stack/src/link/acl/
Dfragment.rs94 bt: Bluetooth, in fragmenting_stream()