Searched refs:NumHandles (Results 1 – 1 of 1) sorted by relevance
/edtt-2.7.6/src/components/ |
D | basic_commands.py | 642 def host_number_of_completed_packets(transport, idx, NumHandles, HHandle, HCount, to): argument 643 …cmd = struct.pack('<HHHB' + 'HH' * NumHandles, Commands.CMD_HOST_NUMBER_OF_COMPLETED_PACKETS_REQ, … 644 …HCICommands.BT_HCI_OP_HOST_NUM_COMPLETED_PACKETS, NumHandles, *list(chain(*list(zip(HHandle, HCoun…
|