Home
last modified time | relevance | path

Searched refs:Iso (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/py/
Dcontroller.py42 Iso = 5 variable in Idc
118 elif idc == Idc.Iso:
135 def send_iso(self, iso: hci.Iso): argument
138 …rootcanal.ffi_controller_receive_hci(c_void_p(self.instance), c_int(Idc.Iso), c_char_p(data), c_in…
184 iso = hci.Iso.parse_all(packet)
294 async def expect_iso(self, expected_iso: hci.Iso, timeout: int = 3): argument
296 iso = hci.Iso.parse_all(packet)
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl5542 packet Iso {
5558 packet IsoWithTimestamp : Iso (ts_flag = PRESENT) {
5567 packet IsoWithoutTimestamp : Iso (ts_flag = NOT_PRESENT) {
/packages/modules/Bluetooth/system/stack/
DAndroid.bp1401 // Iso manager unit tests
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl7137 packet Iso {
7153 packet IsoWithTimestamp : Iso (ts_flag = PRESENT) {
7162 packet IsoWithoutTimestamp : Iso (ts_flag = NOT_PRESENT) {