Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/bluetooth/
Dbeacon.rs35 ble_beacon::AdvertiseSettings as AdvertiseSettingsProto, BleBeacon as BleBeaconProto,
288 patch: &BleBeaconProto, in ble_beacon_patch() argument
352 ) -> Result<BleBeaconProto, String> { in ble_beacon_get() argument
366 Ok(BleBeaconProto { in ble_beacon_get()
483 &BleBeaconProto { in test_beacon_patch()
516 let patch_result = ble_beacon_patch(FacadeIdentifier(0), id, &BleBeaconProto::default()); in test_beacon_patch_default()
/tools/netsim/rust/cli/src/
Drequests.rs65 BleBeacon as BleBeaconProto, Chip as ChipKindProto,
320 chip: Some(ChipKindProto::BleBeacon(BleBeaconProto { in get_patch_device_req_bytes()
595 chip: Some(ChipKindProto::BleBeacon(BleBeaconProto { in test_beacon_patch_ble_with_address()