Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/daemon/src/devices/
H A Ddevices_handler.rs1367 let bt_chip_params = test_chip_1_bt(); in test_get_or_create_device() localVariable
1368 let device_id_1 = bt_chip_params.get_or_create_device(); in test_get_or_create_device()
1432 let bt_chip_params = test_chip_1_bt(); in test_patch_error() localVariable
1434 let bt_chip_result = bt_chip_params.add_chip().unwrap(); in test_patch_error()
1493 let bt_chip_params = test_chip_1_bt(); in test_adding_two_chips() localVariable
1495 let bt_chip_result = bt_chip_params.add_chip().unwrap(); in test_adding_two_chips()
1502 assert_eq!(device.name, bt_chip_params.device_name); in test_adding_two_chips()
1592 let bt_chip_params = test_chip_1_bt(); in test_remove_chip() localVariable
1595 let bt_chip_result = bt_chip_params.add_chip().unwrap(); in test_remove_chip()
1627 let bt_chip_params = test_chip_1_bt(); in test_remove_chip_error() localVariable
[all …]