Searched refs:p_curr_msg (Results 1 – 3 of 3) sorted by relevance
1152 p_ccb->p_curr_msg = p_msg; in avdt_msg_send()1156 curr_msg_len = p_ccb->p_curr_msg->len; in avdt_msg_send()1159 while ((!p_ccb->cong) && (p_ccb->p_curr_msg != NULL)) { in avdt_msg_send()1165 if ((p_ccb->p_curr_msg->offset == AVDT_MSG_OFFSET) && in avdt_msg_send()1166 (p_ccb->p_curr_msg->len <= p_tbl->peer_mtu - AVDT_LEN_TYPE_SINGLE)) { in avdt_msg_send()1169 p_buf = p_ccb->p_curr_msg; in avdt_msg_send()1172 else if ((p_ccb->p_curr_msg->offset == AVDT_MSG_OFFSET) && in avdt_msg_send()1173 (p_ccb->p_curr_msg->len > p_tbl->peer_mtu - AVDT_LEN_TYPE_SINGLE)) { in avdt_msg_send()1176 nosp = (p_ccb->p_curr_msg->len + AVDT_LEN_TYPE_START - p_tbl->peer_mtu) / in avdt_msg_send()1190 (UINT8 *)(p_ccb->p_curr_msg + 1) + p_ccb->p_curr_msg->offset, p_buf->len); in avdt_msg_send()[all …]
59 if (p_ccb->p_curr_msg != NULL) { in avdt_ccb_clear_ccb()60 osi_free(p_ccb->p_curr_msg); in avdt_ccb_clear_ccb()61 p_ccb->p_curr_msg = NULL; in avdt_ccb_clear_ccb()781 if ((!p_ccb->cong) && (p_ccb->p_curr_msg == NULL) && (p_ccb->p_curr_cmd != NULL)) { in avdt_ccb_ret_cmd()814 if ((!p_ccb->cong) && (p_ccb->p_curr_msg == NULL) && (p_ccb->p_curr_cmd == NULL)) { in avdt_ccb_snd_cmd()844 if (p_ccb->p_curr_msg != NULL) { in avdt_ccb_snd_msg()
443 BT_HDR *p_curr_msg; /* Current message being sent */ member