Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/wireless/
Dbluetooth.rs107 let bt_proto = ProtoBluetooth::parse_from_bytes(&bluetooth_bytes).unwrap(); in get() localVariable
112 tx_count: bt_proto.low_energy.tx_count, in get()
113 rx_count: bt_proto.low_energy.rx_count, in get()
119 tx_count: bt_proto.classic.tx_count, in get()
120 rx_count: bt_proto.classic.rx_count, in get()
124 address: bt_proto.address, in get()
125 bt_properties: bt_proto.bt_properties, in get()