Searched defs:LeCreditBasedChannel (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/bumble/bumble/ |
D | l2cap.py | 1048 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,
|
D | device.py | 2154 handler: Optional[Callable[[l2cap.LeCreditBasedChannel], Any]] = None, 2162 Callable[[l2cap.LeCreditBasedChannel], Any],
|
/aosp_15_r20/packages/modules/Bluetooth/pandora/server/bumble_experimental/ |
D | dck.py | 39 def on_l2cap_channel(channel: LeCreditBasedChannel) -> None:
|
/aosp_15_r20/external/python/bumble/bumble/profiles/ |
D | asha.py | 249 def _on_connection(self, channel: l2cap.LeCreditBasedChannel) -> None:
|