Searched defs:Bluetooth (Results 1 – 18 of 18) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 585 pub struct Bluetooth { struct 586 intf: Arc<Mutex<BluetoothInterface>>, argument 590 remote_devices: HashMap<RawAddress, BluetoothDeviceContext>, argument 593 bluetooth_admin: Arc<Mutex<Box<BluetoothAdmin>>>, argument 594 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, argument 595 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, argument 596 callbacks: Callbacks<dyn IBluetoothCallback + Send>, argument 597 connection_callbacks: Callbacks<dyn IBluetoothConnectionCallback + Send>, argument 611 properties: HashMap<BtPropertyType, BluetoothProperty>, argument 621 pending_create_bond: Option<(BluetoothDevice, BtTransport)>, argument [all …]
|
D | bluetooth_admin.rs | 88 pub fn set_adapter(&mut self, adapter: Arc<Mutex<Box<Bluetooth>>>) { in set_adapter()
|
D | lib.rs | 214 bluetooth: Arc<Mutex<Box<Bluetooth>>>, in dispatch()
|
D | suspend.rs | 150 bt: Arc<Mutex<Box<Bluetooth>>>, in new()
|
D | bluetooth_adv.rs | 549 adapter: Arc<Mutex<Box<Bluetooth>>>, in initialize() 582 adapter: Arc<Mutex<Box<Bluetooth>>>, in new() 1457 adapter: Arc<Mutex<Box<Bluetooth>>>, in new()
|
D | bluetooth_media.rs | 642 pub fn set_adapter(&mut self, adapter: Arc<Mutex<Box<Bluetooth>>>) { in set_adapter()
|
D | bluetooth_gatt.rs | 1595 adapter: Arc<Mutex<Box<Bluetooth>>>, in init_adv_manager()
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | hid.py | 38 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
|
D | modem.py | 31 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
|
D | security.py | 42 def __init__(self, bluetooth: bluetooth_module.Bluetooth): 379 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
|
D | l2cap.py | 43 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
|
D | a2dp.py | 42 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
|
D | rfcomm.py | 44 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
|
D | hfp.py | 35 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
|
D | host.py | 45 def __init__(self, server: grpc.aio.Server, bluetooth: bluetooth_module.Bluetooth,
|
D | bluetooth.py | 36 class Bluetooth(object): class
|
D | gatt.py | 55 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | interface_manager.rs | 59 bluetooth: Arc<Mutex<Box<Bluetooth>>>, in dispatch()
|