Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/wireless/
Dbluetooth.rs194 pub fn bluetooth_start(config: &MessageField<BluetoothConfig>, instance_num: u16) { in bluetooth_start() function
196 ffi_bluetooth::bluetooth_start(&proto_bytes, instance_num); in bluetooth_start()
/tools/netsim/rust/daemon/src/
Drust_main.rs288 wireless::bluetooth::bluetooth_start(&config.bluetooth, instance_num); in run_netsimd_primary()
Dffi.rs227 #[rust_name = bluetooth_start]