Searched refs:p_curr_msg (Results 1 – 3 of 3) sorted by relevance
1073 p_ccb->p_curr_msg = p_msg; in avdt_msg_send()1077 curr_msg_len = p_ccb->p_curr_msg->len; in avdt_msg_send()1080 while ((!p_ccb->cong) && (p_ccb->p_curr_msg != NULL)) { in avdt_msg_send()1086 if ((p_ccb->p_curr_msg->offset == AVDT_MSG_OFFSET) && in avdt_msg_send()1087 (p_ccb->p_curr_msg->len <= p_tbl->peer_mtu - AVDT_LEN_TYPE_SINGLE)) { in avdt_msg_send()1090 p_buf = p_ccb->p_curr_msg; in avdt_msg_send()1093 else if ((p_ccb->p_curr_msg->offset == AVDT_MSG_OFFSET) && in avdt_msg_send()1094 (p_ccb->p_curr_msg->len > in avdt_msg_send()1098 nosp = (p_ccb->p_curr_msg->len + AVDT_LEN_TYPE_START - p_tbl->peer_mtu) / in avdt_msg_send()1109 (uint8_t*)(p_ccb->p_curr_msg + 1) + p_ccb->p_curr_msg->offset, in avdt_msg_send()[all …]
61 osi_free_and_reset((void**)&p_ccb->p_curr_msg); in avdt_ccb_clear_ccb()779 if ((!p_ccb->cong) && (p_ccb->p_curr_msg == NULL) && in avdt_ccb_ret_cmd()815 if ((!p_ccb->cong) && (p_ccb->p_curr_msg == NULL) && in avdt_ccb_snd_cmd()844 if (p_ccb->p_curr_msg != NULL) { in avdt_ccb_snd_msg()
524 p_curr_msg(nullptr),584 p_curr_msg = nullptr; in ResetCcb()618 BT_HDR* p_curr_msg; // Current message being sent variable