Home
last modified time | relevance | path

Searched refs:bluetooth_bytes (Results 1 – 2 of 2) sorted by relevance

/tools/netsim/rust/daemon/src/wireless/
Dbluetooth.rs106 let bluetooth_bytes = ffi_bluetooth::bluetooth_get_cxx(self.rootcanal_id); in get() localVariable
107 let bt_proto = ProtoBluetooth::parse_from_bytes(&bluetooth_bytes).unwrap(); in get()
/tools/netsim/rust/daemon/src/bluetooth/
Dbeacon.rs361 let bluetooth_bytes = ffi_bluetooth::bluetooth_get_cxx(_facade_id.0); in ble_beacon_get() localVariable
362 Some(Bluetooth::parse_from_bytes(&bluetooth_bytes).unwrap()) in ble_beacon_get()