Home | History | Annotate | Download | only in src

Lines Matching full:opcode

52 **      2-bytes for opcode and 1 byte for length
57 ** 1-byte for opcode and 1 byte for length
126 uint16_t opcode; /* OPCODE of outstanding internal commands */
159 uint8_t hci_h4_send_int_cmd(uint16_t opcode, HC_BT_HDR *p_buf, \
195 uint16_t opcode, len=0;
199 STREAM_TO_UINT16(opcode, p)
204 if (opcode == HCI_READ_BUFFER_SIZE)
226 else if (opcode == HCI_LE_READ_BUFFER_SIZE)
258 uint16_t opcode, len;
272 STREAM_TO_UINT16(opcode, p)
274 if (opcode == p_cb->int_cmd[p_cb->int_cmd_rd_idx].opcode)
278 opcode);
708 * have stored with the opcode of HCI command.
709 * Retrieve the opcode from the Cmd packet.
987 uint8_t hci_h4_send_int_cmd(uint16_t opcode, HC_BT_HDR *p_buf, \
994 , INT_CMD_PKT_MAX_COUNT, opcode);
999 h4_cb.int_cmd[h4_cb.int_cmd_wrt_idx].opcode = opcode;
1004 p_buf->layer_specific = opcode;