Lines Matching full:opcode
53 ** 2-bytes for opcode and 1 byte for length
58 ** 1-byte for opcode and 1 byte for length
104 uint16_t opcode; /* OPCODE of outstanding internal commands */
142 uint8_t hci_mct_send_int_cmd(uint16_t opcode, HC_BT_HDR *p_buf, \
178 uint16_t opcode, len=0;
182 STREAM_TO_UINT16(opcode, p)
187 if (opcode == HCI_READ_BUFFER_SIZE)
209 else if (opcode == HCI_LE_READ_BUFFER_SIZE)
241 uint16_t opcode, len;
261 STREAM_TO_UINT16(opcode, p)
263 if (opcode == p_cb->int_cmd[p_cb->int_cmd_rd_idx].opcode)
267 opcode);
679 * have stored with the opcode of HCI command.
680 * Retrieve the opcode from the Cmd packet.
1089 uint8_t hci_mct_send_int_cmd(uint16_t opcode, HC_BT_HDR *p_buf, \
1096 , INT_CMD_PKT_MAX_COUNT, opcode);
1101 mct_cb.int_cmd[mct_cb.int_cmd_wrt_idx].opcode = opcode;
1106 p_buf->layer_specific = opcode;