Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/wireless/
Dble_beacon.rs22 use netsim_proto::model::ChipCreate as ChipCreateProto;
31 pub chip_proto: ChipCreateProto,
/tools/netsim/rust/daemon/src/
Dservice.rs213 use netsim_proto::model::ChipCreate as ChipCreateProto; in new_test_beacon()
240 let chip_proto = ChipCreateProto { in new_test_beacon()
/tools/netsim/rust/cli/src/
Drequests.rs71 Chip as ChipProto, ChipCreate as ChipCreateProto, DeviceCreate as DeviceCreateProto,
291 chips: vec![ChipCreateProto { in get_create_device_req_bytes()
559 chips: vec![ChipCreateProto { in test_beacon_create_ble_with_address()
Dargs.rs35 self, chip_create, Chip, ChipCreate as ChipCreateProto, Device,
169 chips: vec![ChipCreateProto { in get_request_bytes()
/tools/netsim/rust/daemon/src/bluetooth/
Dbeacon.rs40 use netsim_proto::model::{ChipCreate as ChipCreateProto, DeviceCreate as DeviceCreateProto};
241 chip_proto: &ChipCreateProto, in ble_beacon_add() argument
428 &ChipCreateProto { in new_test_beacon_with_settings()