Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py313 def send_command_and_wait(self, cmd_code, cmd_index, cmd_data='', argument
331 self.send_command(cmd_code, cmd_index, cmd_data)
350 if code != cmd_code:
353 '0x%04d (expected 0x%04d)' % (code, cmd_code)))
379 if code != cmd_code:
382 '0x%04d (expected 0x%04d)' % (code, cmd_code)))
/external/libnfc-nci/src/nfa/include/
Dnfa_hci_api.h194 UINT8 cmd_code; /* HCP CMD id */ member
490 UINT8 cmd_code,
/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_api.c584 UINT8 cmd_code, in NFA_HciSendCommand() argument
608 …"NFA_HciSendCommand (): hci_handle:0x%04x, pipe:0x%02x Code: 0x%02x", hci_handle, pipe, cmd_code); in NFA_HciSendCommand()
617 p_msg->cmd_code = cmd_code; in NFA_HciSendCommand()
Dnfa_hci_act.c922 …((status = nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_COMMAND_TYPE, p_evt_data->send_cmd.cmd_code, in nfa_hci_api_send_cmd()
1954 evt_data.cmd_rcvd.cmd_code = nfa_hci_cb.inst; in nfa_hci_handle_generic_gate_cmd()
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h247 UINT8 cmd_code; member