Searched refs:p_retry_cmd (Results 1 – 2 of 2) sorted by relevance
503 if (rw_cb.tcb.i93.p_retry_cmd) in rw_i93_send_to_lower()505 GKI_freebuf (rw_cb.tcb.i93.p_retry_cmd); in rw_i93_send_to_lower()506 rw_cb.tcb.i93.p_retry_cmd = NULL; in rw_i93_send_to_lower()509 rw_cb.tcb.i93.p_retry_cmd = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_i93_send_to_lower()511 if (rw_cb.tcb.i93.p_retry_cmd) in rw_i93_send_to_lower()513 memcpy (rw_cb.tcb.i93.p_retry_cmd, p_msg, sizeof (BT_HDR) + p_msg->offset + p_msg->len); in rw_i93_send_to_lower()2998 &&(rw_cb.tcb.i93.p_retry_cmd) in rw_i93_process_timeout()3004 p_buf = rw_cb.tcb.i93.p_retry_cmd; in rw_i93_process_timeout()3005 rw_cb.tcb.i93.p_retry_cmd = NULL; in rw_i93_process_timeout()3014 if (rw_cb.tcb.i93.p_retry_cmd) in rw_i93_process_timeout()[all …]
528 BT_HDR *p_retry_cmd; /* buffer to store cmd sent last */ member