Home
last modified time | relevance | path

Searched defs:HCI_IsoDataPacket (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/bumble/examples/
Drun_unicast_server.py146 def on_pdu(ase: AseStateMachine, pdu: HCI_IsoDataPacket):
/aosp_15_r20/external/python/bumble/apps/lea_unicast/
Dapp.py487 def on_pdu(pdu: HCI_IsoDataPacket, ase: ascs.AseStateMachine):
/aosp_15_r20/external/python/bumble/bumble/
Dhost.py691 def on_hci_iso_data_packet(self, packet: hci.HCI_IsoDataPacket) -> None:
Ddevice.py4911 def on_iso_packet(self, handle: int, packet: HCI_IsoDataPacket) -> None:
Dhci.py6724 class HCI_IsoDataPacket(HCI_Packet): class