Searched defs:tcp_host (Results 1 – 4 of 4) 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 160 def __init__(self, psm, max_credits, mtu, mps, address, tcp_host, tcp_port): argument 327 def server(context, tcp_host, tcp_port): argument 345 def client(context, bluetooth_address, tcp_host, tcp_port): argument
|
D | rfcomm_bridge.py | 477 def server(context, tcp_host, tcp_port): argument 495 def client(context, bluetooth_address, tcp_host, tcp_port, encrypt): argument
|
/aosp_15_r20/external/python/bumble/rust/src/cli/l2cap/ |
D | server_bridge.rs | 40 pub tcp_host: String, field
|
D | client_bridge.rs | 46 pub tcp_host: String, field
|