Home
last modified time | relevance | path

Searched defs:tcp_host (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/bumble/apps/
Dl2cap_bridge.py43 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
Drfcomm_bridge.py477 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/
Dserver_bridge.rs40 pub tcp_host: String, field
Dclient_bridge.rs46 pub tcp_host: String, field