Searched refs:lap (Results 1 – 2 of 2) sorted by relevance
/edtt-latest/src/tests/ |
D | hci_verification.py | 41 NumRsp, length, lap = 0, 1, toArray(0x9E8B00, 3); 43 status = inquire(transport, idx, lap, length, NumRsp, 100);
|
/edtt-latest/src/components/ |
D | basic_commands.py | 566 def inquire(transport, idx, lap, length, NumRsp, to): argument 568 cmd = struct.pack('<HHH3B', Commands.CMD_INQUIRE_REQ, 7, HCICommands.BT_HCI_OP_INQUIRY, *lap);
|