Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/bumble/bumble/
Dgatt_server.py513 def on_gatt_pdu(self, connection: Connection, att_pdu: ATT_PDU) -> None: member in Server
Dgatt_client.py1061 def on_gatt_pdu(self, att_pdu: ATT_PDU) -> None: member in Client
Ddevice.py5077 def on_gatt_pdu(self, connection, pdu): member in Device