Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/daemon/src/transport/
H A Dsocket.rs54 pub fn run_socket_transport(hci_port: u16) { in run_socket_transport()
58 accept_incoming(hci_port) in run_socket_transport()
64 fn accept_incoming(hci_port: u16) -> std::io::Result<()> { in accept_incoming()
65 … let listener = TcpListener::bind(SocketAddr::from((Ipv4Addr::LOCALHOST, hci_port))).or_else(|e| { in accept_incoming()
66 …warn!("Failed to bind to 127.0.0.1:{hci_port} in netsimd socket server, Trying [::1]:{hci_port}. {… in accept_incoming()
67 TcpListener::bind(SocketAddr::from((Ipv6Addr::LOCALHOST, hci_port))) in accept_incoming()
70 info!("Hci socket server is listening on: {}", hci_port); in accept_incoming()
/aosp_15_r20/tools/netsim/rust/daemon/src/
H A Dservice.rs33 hci_port: u16, field
45 hci_port: u16, in new()
50 ServiceParams { fd_startup_str, no_cli_ui, no_web_ui, hci_port, instance_num, dev, vsock } in new()
152 run_socket_transport(self.service_params.hci_port); in run()
H A Drust_main.rs222 let hci_port: u16 = in run_netsimd_primary() localVariable
223 get_hci_port(args.hci_port.unwrap_or_default(), instance_num - 1).try_into().unwrap(); in run_netsimd_primary()
267 hci_port, in run_netsimd_primary()
H A Dargs.rs40 #[arg(long, alias = "hci_port")]
41 pub hci_port: Option<u32>, field
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/desktop/
Droot_canal_main.cc52 DEFINE_uint32(hci_port, 6402, "hci server tcp port");
99 ERROR("hci_port out of range: {}", FLAGS_hci_port); in main()
Dtest_environment.cc61 int test_port, int hci_port, int link_port, int link_ble_port, in TestEnvironment() argument
81 SetUpHciServer(open_server, hci_port, rootcanal::ControllerProperties()); in TestEnvironment()
Dtest_environment.h54 int test_port, int hci_port, int link_port, int link_ble_port,
/aosp_15_r20/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',
/aosp_15_r20/tools/netsim/rust/common/src/util/
H A Dos_utils.rs133 // 1. The CLI flag `-hci_port`. in get_hci_port()
277 // Test if hci_port flag exists in test_get_hci_port()
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/
Drust_host_config.yaml7 hci_port: '6402'
Dhost_config.yaml7 hci_port: '6402'
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/topshim/
Dtopshim_host_config.yaml7 hci_port: '6402'
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/
DREADME.md39 * `--hci_port` (default `6402`) Configure the TCP port for the HCI server.
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/launch/
Droot_canal.cpp54 rootcanal.AddParameter("--hci_port=", config_.rootcanal_hci_port()); in Commands()
Dnetsim_server.cpp102 netsimd.AddParameter("--hci_port=", config_.rootcanal_hci_port()); in Commands()
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_base_test.py72 rootcanal_hci_port = int(rootcanal_config.get("hci_port", "6402"))