Home
last modified time | relevance | path

Searched refs:BluetoothConfig (Results 1 – 3 of 3) sorted by relevance

/tools/netsim/rust/daemon/src/wireless/
Dbluetooth.rs23 use netsim_proto::config::Bluetooth as BluetoothConfig;
194 pub fn bluetooth_start(config: &MessageField<BluetoothConfig>, instance_num: u16) { in bluetooth_start() argument
/tools/netsim/rust/daemon/src/
Drust_main.rs39 use netsim_proto::config::{Bluetooth as BluetoothConfig, Capture, Config};
188 config.bluetooth = Some(BluetoothConfig::new()).into(); in disambiguate_args()
/tools/netsim/rust/daemon/src/bluetooth/
Dmocked.rs21 use netsim_proto::config::Bluetooth as BluetoothConfig;