Searched defs:ClassicChannel (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/python/bumble/bumble/ |
D | l2cap.py | 729 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:
|
D | hid.py | 265 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:
|
D | rfcomm.py | 772 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:
|
D | avdtp.py | 381 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:
|
D | avctp.py | 161 def __init__(self, l2cap_channel: l2cap.ClassicChannel) -> None:
|
D | avrcp.py | 1458 def _on_avctp_connection(self, l2cap_channel: l2cap.ClassicChannel) -> None: 1464 def _on_avctp_channel_open(self, l2cap_channel: l2cap.ClassicChannel) -> None:
|
D | device.py | 2147 handler: Optional[Callable[[l2cap.ClassicChannel], Any]] = None, 2161 Callable[[l2cap.ClassicChannel], Any],
|
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/ |
D | a2dp_test.py | 578 def on_l2cap_connection(self, channel: ClassicChannel) -> None:
|