Home
last modified time | relevance | path

Searched defs:on_l2cap_connection (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/bumble/bumble/
Davdtp.py1458 def on_l2cap_connection(self, channel): member in Protocol
1767 def on_l2cap_connection(self, channel: l2cap.ClassicChannel) -> None: member in Listener
1983 def on_l2cap_connection(self, channel): member in Stream
Dhid.py265 def on_l2cap_connection(self, l2cap_channel: l2cap.ClassicChannel) -> None: member in HID
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/
Da2dp_test.py578 def on_l2cap_connection(self, channel: ClassicChannel) -> None: member in A2dpTest.test_avdt_handle_suspend_cfm_bad_state_error.TestA2dpListener