Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/
Dservice.rs211 BleBeaconCreate as BleBeaconCreateProto, Chip as ChipProto, in new_test_beacon()
218 let beacon_proto = BleBeaconCreateProto { in new_test_beacon()
/tools/netsim/rust/cli/src/
Drequests.rs68 BleBeaconCreate as BleBeaconCreateProto, Chip as ChipKindCreateProto,
294 chip: Some(ChipKindCreateProto::BleBeacon(BleBeaconCreateProto { in get_create_device_req_bytes()
561 chip: Some(ChipKindCreateProto::BleBeacon(BleBeaconCreateProto { in test_beacon_create_ble_with_address()
/tools/netsim/rust/daemon/src/bluetooth/
Dbeacon.rs38 BleBeaconCreate as BleBeaconCreateProto, Chip as BuiltinProto,
96 beacon_proto: &BleBeaconCreateProto, in from_proto() argument
430 chip: Some(BuiltinProto::BleBeacon(BleBeaconCreateProto { in new_test_beacon_with_settings()
Dadvertise_data.rs19 chip_create::BleBeaconCreate as BleBeaconCreateProto,