Home
last modified time | relevance | path

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

/tools/netsim/ui/ts/netsim/
Dmodel.ts59 bt?:|Chip_Bluetooth|undefined;
81 export interface Chip_Bluetooth { interface
98 bt:|Chip_Bluetooth|undefined;
/tools/netsim/rust/cli/src/
Drequests.rs78 chip::{Bluetooth as Chip_Bluetooth, Radio as Chip_Radio},
115 let mut bt_chip = Chip_Bluetooth::new(); in get_expected_radio()
321 bt: MessageField::some(Chip_Bluetooth::new()), in get_patch_device_req_bytes()
596 bt: MessageField::some(Chip_Bluetooth::new()), in test_beacon_patch_ble_with_address()
Dargs.rs31 BleBeacon as Chip_Ble_Beacon, Bluetooth as Chip_Bluetooth, Chip as Chip_Type,
115 let mut bt_chip = Chip_Bluetooth::new(); in get_request_bytes()
200 bt: MessageField::some(Chip_Bluetooth::new()), in get_request_bytes()
/tools/netsim/ui/ts/
Ddevice-info.ts7 import {Chip, Chip_BleBeacon, Chip_Bluetooth, Chip_Radio,} from './netsim/model.js';
433 private getBluetoothRadioCheckboxes(bt: Chip_Bluetooth) {