Searched refs:Chip_Bluetooth (Results 1 – 4 of 4) sorted by relevance
/tools/netsim/ui/ts/netsim/ |
D | model.ts | 59 bt?:|Chip_Bluetooth|undefined; 81 export interface Chip_Bluetooth { interface 98 bt:|Chip_Bluetooth|undefined;
|
/tools/netsim/rust/cli/src/ |
D | requests.rs | 78 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()
|
D | args.rs | 31 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/ |
D | device-info.ts | 7 import {Chip, Chip_BleBeacon, Chip_Bluetooth, Chip_Radio,} from './netsim/model.js'; 433 private getBluetoothRadioCheckboxes(bt: Chip_Bluetooth) {
|