Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs585 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 …]
Dbluetooth_admin.rs88 pub fn set_adapter(&mut self, adapter: Arc<Mutex<Box<Bluetooth>>>) { in set_adapter()
Dlib.rs214 bluetooth: Arc<Mutex<Box<Bluetooth>>>, in dispatch()
Dsuspend.rs150 bt: Arc<Mutex<Box<Bluetooth>>>, in new()
Dbluetooth_adv.rs549 adapter: Arc<Mutex<Box<Bluetooth>>>, in initialize()
582 adapter: Arc<Mutex<Box<Bluetooth>>>, in new()
1457 adapter: Arc<Mutex<Box<Bluetooth>>>, in new()
Dbluetooth_media.rs642 pub fn set_adapter(&mut self, adapter: Arc<Mutex<Box<Bluetooth>>>) { in set_adapter()
Dbluetooth_gatt.rs1595 adapter: Arc<Mutex<Box<Bluetooth>>>, in init_adv_manager()
/packages/modules/Bluetooth/floss/pandora/server/
Dhid.py38 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
Dmodem.py31 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
Dsecurity.py42 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
379 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
Dl2cap.py43 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
Da2dp.py42 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
Drfcomm.py44 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
Dhfp.py35 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
Dhost.py45 def __init__(self, server: grpc.aio.Server, bluetooth: bluetooth_module.Bluetooth,
Dbluetooth.py36 class Bluetooth(object): class
Dgatt.py55 def __init__(self, bluetooth: bluetooth_module.Bluetooth):
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs59 bluetooth: Arc<Mutex<Box<Bluetooth>>>, in dispatch()