Home | History | Annotate | Download | only in avct

Lines Matching defs:ul_msg

153   tAVCT_UL_MSG ul_msg;
191 ul_msg.p_buf = p_bcb->p_tx_msg;
192 ul_msg.p_ccb = p_ccb_bind;
193 ul_msg.label = (uint8_t)(p_bcb->p_tx_msg->layer_specific & 0xFF);
194 ul_msg.cr = (uint8_t)((p_bcb->p_tx_msg->layer_specific & 0xFF00) >> 8);
199 avct_bcb_event(p_bcb, AVCT_LCB_UL_MSG_EVT, (tAVCT_LCB_EVT*)&ul_msg);
405 if (p_data->ul_msg.p_ccb->p_lcb == NULL) {
406 osi_free_and_reset((void**)&p_data->ul_msg.p_buf);
409 p_bcb->p_tx_msg = p_data->ul_msg.p_buf;
413 (p_data->ul_msg.cr << 8) + p_data->ul_msg.label;
417 p_bcb->allocated, p_data->ul_msg.p_ccb->p_lcb->allocated);
418 p_bcb->allocated = p_data->ul_msg.p_ccb->p_lcb->allocated;
420 (tAVCT_LCB_EVT*)p_data->ul_msg.p_ccb);
442 curr_msg_len = p_data->ul_msg.p_buf->len;
448 osi_free_and_reset((void**)&p_data->ul_msg.p_buf);
454 p_buf = p_data->ul_msg.p_buf;
462 AVCT_BUILD_HDR(p, p_data->ul_msg.label, pkt_type, p_data->ul_msg.cr);
463 UINT16_TO_BE_STREAM(p, p_data->ul_msg.p_ccb->cc.pid);