Home
last modified time | relevance | path

Searched refs:create_l2cap_connector (Results 1 – 2 of 2) sorted by relevance

/external/python/bumble/bumble/
Ddevice.py216 def create_l2cap_connector(self, psm): member in Connection
217 return self.device.create_l2cap_connector(self, psm)
507 def create_l2cap_connector(self, connection, psm): member in Device
Davdtp.py1143 connector = connection.create_l2cap_connector(AVDTP_PSM)