Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/bluetooth/
Dmocked.rs50 let beacon_chip = BeaconChip::from_proto(device_name, chip_id, beacon_proto)?; in ble_beacon_add() localVariable
51 if BEACON_CHIPS.write().unwrap().insert(chip_id, Mutex::new(beacon_chip)).is_some() { in ble_beacon_add()
Dbeacon.rs248 let beacon_chip = BeaconChip::from_proto(device_name, chip_id, beacon_proto)?; in ble_beacon_add() localVariable
249 if BEACON_CHIPS.write().unwrap().insert(chip_id, Mutex::new(beacon_chip)).is_some() { in ble_beacon_add()