Home
last modified time | relevance | path

Searched full:hci_port (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/desktop/
Droot_canal_main.cc54 DEFINE_uint32(hci_port, 6402, "hci server tcp port");
108 ERROR("hci_port out of range: {}", FLAGS_hci_port); in main()
Dtest_environment.cc63 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()
Dtest_environment.h56 int test_port, int hci_port, int link_port, int link_ble_port,
/packages/modules/Bluetooth/system/blueberry/tests/gd/
Drust_host_config.yaml7 hci_port: '6402'
Dhost_config.yaml7 hci_port: '6402'
/packages/modules/Bluetooth/system/blueberry/tests/topshim/
Dtopshim_host_config.yaml7 hci_port: '6402'
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dgd_base_test.py169 rootcanal_hci_port = int(rootcanal_config.get("hci_port", "6402"))
179 str(rootcanal_test_port), '-hci_port',
/packages/modules/Bluetooth/tools/rootcanal/
DREADME.md39 * `--hci_port` (default `6402`) Configure the TCP port for the HCI server.
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_base_test.py72 rootcanal_hci_port = int(rootcanal_config.get("hci_port", "6402"))