Searched defs:on_l2cap_channel_open (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/bumble/bumble/ | ||
D | avctp.py | 172 def on_l2cap_channel_open(self): member in Protocol |
D | hid.py | 270 def on_l2cap_channel_open(self, l2cap_channel: l2cap.ClassicChannel) -> None: member in HID |
D | avdtp.py | 1465 def on_l2cap_channel_open(self): member in Protocol |
D | rfcomm.py | 1127 def on_l2cap_channel_open(self, l2cap_channel: l2cap.ClassicChannel) -> None: member in Server |