Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/bumble/bumble/
Dl2cap.py1048 class LeCreditBasedChannel(EventEmitter): class
1433 handler: Optional[Callable[[LeCreditBasedChannel], Any]],
1446 def on_connection(self, channel: LeCreditBasedChannel) -> None:
1605 server: Callable[[LeCreditBasedChannel], Any],
1620 handler: Optional[Callable[[LeCreditBasedChannel], Any]] = None,
Ddevice.py2154 handler: Optional[Callable[[l2cap.LeCreditBasedChannel], Any]] = None,
2162 Callable[[l2cap.LeCreditBasedChannel], Any],
/aosp_15_r20/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Ddck.py39 def on_l2cap_channel(channel: LeCreditBasedChannel) -> None:
/aosp_15_r20/external/python/bumble/bumble/profiles/
Dasha.py249 def _on_connection(self, channel: l2cap.LeCreditBasedChannel) -> None: