Searched refs:tcp_host (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/python/bumble/apps/ |
D | l2cap_bridge.py | 43 def __init__(self, psm, max_credits, mtu, mps, tcp_host, tcp_port): argument 48 self.tcp_host = tcp_host 119 host=self.bridge.tcp_host, 160 def __init__(self, psm, max_credits, mtu, mps, address, tcp_host, tcp_port): argument 166 self.tcp_host = tcp_host 248 host=self.tcp_host if self.tcp_host != '_' else None, 327 def server(context, tcp_host, tcp_port): argument 333 tcp_host, 345 def client(context, bluetooth_address, tcp_host, tcp_port): argument 352 tcp_host,
|
D | rfcomm_bridge.py | 89 self, channel: int, uuid: str, trace: bool, tcp_host: str, tcp_port: int 94 self.tcp_host = tcp_host 173 reader, writer = await asyncio.open_connection(self.tcp_host, self.tcp_port) 238 tcp_host: str, 246 self.tcp_host = tcp_host 317 host=self.tcp_host if self.tcp_host != "_" else None, 477 def server(context, tcp_host, tcp_port): argument 482 tcp_host, 495 def client(context, bluetooth_address, tcp_host, tcp_port, encrypt): argument 501 tcp_host,
|
/aosp_15_r20/external/python/bumble/rust/src/cli/l2cap/ |
D | mod.rs | 51 L2cap::Server { tcp_host, tcp_port } => { in run() 57 tcp_host, in run() 65 tcp_host, in run() 74 tcp_host, in run()
|
D | server_bridge.rs | 40 pub tcp_host: String, field 45 let host = args.tcp_host.clone(); in start() 105 tcp_host: String, in proxy_data_between_l2cap_and_tcp()
|
D | client_bridge.rs | 46 pub tcp_host: String, field 70 let listener = TcpListener::bind(format!("{}:{}", args.tcp_host, args.tcp_port)) in start()
|
/aosp_15_r20/external/python/bumble/rust/src/ |
D | main.rs | 236 tcp_host: String, 251 tcp_host: String,
|