Home
last modified time | relevance | path

Searched defs:BluetoothLogging (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_logging.rs23 pub struct BluetoothLogging { struct
48 impl BluetoothLogging { argument
99 impl IBluetoothLogging for BluetoothLogging { implementation
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs69 logging: Arc<Mutex<Box<BluetoothLogging>>>, in dispatch()