Searched full:hci_port (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/tools/netsim/rust/daemon/src/transport/ |
H A D | socket.rs | 54 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 D | service.rs | 33 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 D | rust_main.rs | 222 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 D | args.rs | 40 #[arg(long, alias = "hci_port")] 41 pub hci_port: Option<u32>, field
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/desktop/ |
D | root_canal_main.cc | 52 DEFINE_uint32(hci_port, 6402, "hci server tcp port"); 99 ERROR("hci_port out of range: {}", FLAGS_hci_port); in main()
|
D | test_environment.cc | 61 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()
|
D | test_environment.h | 54 int test_port, int hci_port, int link_port, int link_ble_port,
|
/aosp_15_r20/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',
|
/aosp_15_r20/tools/netsim/rust/common/src/util/ |
H A D | os_utils.rs | 133 // 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/ |
D | rust_host_config.yaml | 7 hci_port: '6402'
|
D | host_config.yaml | 7 hci_port: '6402'
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/topshim/ |
D | topshim_host_config.yaml | 7 hci_port: '6402'
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/ |
D | README.md | 39 * `--hci_port` (default `6402`) Configure the TCP port for the HCI server.
|
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/launch/ |
D | root_canal.cpp | 54 rootcanal.AddParameter("--hci_port=", config_.rootcanal_hci_port()); in Commands()
|
D | netsim_server.cpp | 102 netsimd.AddParameter("--hci_port=", config_.rootcanal_hci_port()); in Commands()
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | topshim_base_test.py | 72 rootcanal_hci_port = int(rootcanal_config.get("hci_port", "6402"))
|