Lines Matching full:command
89 #define NFC_FL_CONTROL_REQUESTED 0x0010 /* HAL requested control on NCI command window */
90 #define NFC_FL_CONTROL_GRANTED 0x0020 /* NCI command window is on the HAL side */
91 #define NFC_FL_DISCOVER_PENDING 0x0040 /* NCI command window is on the HAL side */
119 /* This data type is for NFC task to send a NCI VS command to NCIT task */
122 BT_HDR bt_hdr; /* the NCI command */
143 /* NCI command buffer contains a VSC (in BT_HDR.layer_specific) */
179 UINT8 last_hdr[NFC_SAVED_HDR_SIZE];/* part of last NCI command header */
180 UINT8 last_cmd[NFC_SAVED_CMD_SIZE];/* part of last NCI command payload */
181 void *p_vsc_cback; /* the callback function for last VSC command */
182 BUFFER_Q nci_cmd_xmit_q; /* NCI command queue */
183 TIMER_LIST_ENT nci_wait_rsp_timer; /* Timer for waiting for nci command response */
184 UINT16 nci_wait_rsp_tout; /* NCI command timeout (in ms) */