Home
last modified time | relevance | path

Searched defs:send_l2cap_pdu (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/bumble/bumble/
Dhost.py570 def send_l2cap_pdu(self, connection_handle: int, cid: int, pdu: bytes) -> None: member in Host
Ddevice.py1452 def send_l2cap_pdu(self, cid: int, pdu: bytes) -> None: member in Connection
2179 def send_l2cap_pdu(self, connection_handle: int, cid: int, pdu: bytes) -> None: member in Device