Home
last modified time | relevance | path

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

/edtt-latest/src/components/
Dbasic_commands.py848 RespCmd, RespLen, status, handle, AuthPayloadTimeout = struct.unpack('<HHBHH', packet);
856 return status, handle, AuthPayloadTimeout;
863 def write_authenticated_payload_timeout(transport, idx, handle, AuthPayloadTimeout, to): argument
865 …LOAD_TIMEOUT_REQ, 6, HCICommands.BT_HCI_OP_WRITE_AUTH_PAYLOAD_TIMEOUT, handle, AuthPayloadTimeout);