Searched refs:HCI_HEADER_SIZES (Results 1 – 1 of 1) sorted by relevance
37 HCI_HEADER_SIZES = dict([(H4_IDC_CMD, 3), (H4_IDC_ACL, 4), (H4_IDC_SCO, 3), (H4_IDC_EVT, 2), (H4_ID… variable56 assert idc[0] in HCI_HEADER_SIZES57 header = await reader.readexactly(HCI_HEADER_SIZES[idc[0]])