Home
last modified time | relevance | path

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

/tools/netsim/ui/ts/
Ddevice-info.ts448 if (chip.bleBeacon) {
451 if (chip.bleBeacon.bt) {
453 this.getBluetoothRadioCheckboxes(chip.bleBeacon.bt);
473 ${this.handleGetBleBeacon(chip.bleBeacon)}`;
485 chip.kind === ChipKind.BLUETOOTH_BEACON && chip.bleBeacon;
Ddevice-list.ts61 boolean{return device.chips.at(0)?.bleBeacon !== undefined}
Ddevice-map.ts106 boolean{return device.chips.at(0)?.bleBeacon !== undefined}
/tools/netsim/ui/dist/js/
Ddevice-info.js55 …(e,t){if(e.bleBeacon){let s={};return e.bleBeacon.bt&&([s["Bluetooth LE"],s["Bluetooth Classic"]]=…
67bleBeacon)}`}return""}handleGetChips(){if(!this.selectedDevice||!this.selectedDevice.chips)return …
Ddevice-list.js1 …e){var i;return void 0!==(null===(i=e.chips.at(0))||void 0===i?void 0:i.bleBeacon)}render(){const …
Ddevice-map.js1 …e){var i;return void 0!==(null===(i=e.chips.at(0))||void 0===i?void 0:i.bleBeacon)}render(){const …
/tools/netsim/ui/ts/netsim/
Dmodel.ts61 bleBeacon?:|Chip_BleBeacon|undefined; property
222 bleBeacon?:|ChipCreate_BleBeaconCreate|undefined; property