Home
last modified time | relevance | path

Searched defs:ClassicChannel (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/python/bumble/bumble/
Dl2cap.py729 class ClassicChannel(EventEmitter): class
1408 handler: Optional[Callable[[ClassicChannel], Any]],
1417 def on_connection(self, channel: ClassicChannel) -> None:
1559 server: Callable[[ClassicChannel], Any],
1568 handler: Optional[Callable[[ClassicChannel], Any]] = None,
2138 def on_channel_closed(self, channel: ClassicChannel) -> None:
Dhid.py265 def on_l2cap_connection(self, l2cap_channel: l2cap.ClassicChannel) -> None:
270 def on_l2cap_channel_open(self, l2cap_channel: l2cap.ClassicChannel) -> None:
279 def on_l2cap_channel_close(self, l2cap_channel: l2cap.ClassicChannel) -> None:
Drfcomm.py772 def __init__(self, l2cap_channel: l2cap.ClassicChannel, role: Role) -> None:
1123 def on_connection(self, l2cap_channel: l2cap.ClassicChannel) -> None:
1127 def on_l2cap_channel_open(self, l2cap_channel: l2cap.ClassicChannel) -> None:
Davdtp.py381 async def start(self, rtp_channel: l2cap.ClassicChannel) -> None:
1292 self, l2cap_channel: l2cap.ClassicChannel, version: Tuple[int, int] = (1, 3)
1734 def wrapper(handler: Callable[[l2cap.ClassicChannel], None]) -> None:
1767 def on_l2cap_connection(self, channel: l2cap.ClassicChannel) -> None:
Davctp.py161 def __init__(self, l2cap_channel: l2cap.ClassicChannel) -> None:
Davrcp.py1458 def _on_avctp_connection(self, l2cap_channel: l2cap.ClassicChannel) -> None:
1464 def _on_avctp_channel_open(self, l2cap_channel: l2cap.ClassicChannel) -> None:
Ddevice.py2147 handler: Optional[Callable[[l2cap.ClassicChannel], Any]] = None,
2161 Callable[[l2cap.ClassicChannel], Any],
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/
Da2dp_test.py578 def on_l2cap_connection(self, channel: ClassicChannel) -> None: