Searched full:hci_port (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/desktop/ |
D | root_canal_main.cc | 54 DEFINE_uint32(hci_port, 6402, "hci server tcp port"); 108 ERROR("hci_port out of range: {}", FLAGS_hci_port); in main()
|
D | test_environment.cc | 63 int test_port, int hci_port, int link_port, int link_ble_port, in TestEnvironment() argument 85 SetUpHciServer(open_server, hci_port, rootcanal::ControllerProperties()); in TestEnvironment()
|
D | test_environment.h | 56 int test_port, int hci_port, int link_port, int link_ble_port,
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/ |
D | rust_host_config.yaml | 7 hci_port: '6402'
|
D | host_config.yaml | 7 hci_port: '6402'
|
/packages/modules/Bluetooth/system/blueberry/tests/topshim/ |
D | topshim_host_config.yaml | 7 hci_port: '6402'
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | gd_base_test.py | 169 rootcanal_hci_port = int(rootcanal_config.get("hci_port", "6402")) 179 str(rootcanal_test_port), '-hci_port',
|
/packages/modules/Bluetooth/tools/rootcanal/ |
D | README.md | 39 * `--hci_port` (default `6402`) Configure the TCP port for the HCI server.
|
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | topshim_base_test.py | 72 rootcanal_hci_port = int(rootcanal_config.get("hci_port", "6402"))
|