Searched refs:p_tx_msg (Results 1 – 2 of 2) sorted by relevance
195 if (!p_bcb->p_tx_msg || !p_ccb_bind) { in avct_bcb_open_ind()199 ul_msg.p_buf = p_bcb->p_tx_msg; in avct_bcb_open_ind()201 ul_msg.label = (uint8_t)(p_bcb->p_tx_msg->layer_specific & 0xFF); in avct_bcb_open_ind()202 ul_msg.cr = (uint8_t)((p_bcb->p_tx_msg->layer_specific & 0xFF00) >> 8); in avct_bcb_open_ind()203 p_bcb->p_tx_msg->layer_specific = AVCT_DATA_BROWSE; in avct_bcb_open_ind()204 p_bcb->p_tx_msg = NULL; in avct_bcb_open_ind()412 osi_free_and_reset((void**)&p_bcb->p_tx_msg); in avct_bcb_discard_msg()419 p_bcb->p_tx_msg = p_data->ul_msg.p_buf; in avct_bcb_discard_msg()421 if (p_bcb->p_tx_msg) { in avct_bcb_discard_msg()422 p_bcb->p_tx_msg->layer_specific = in avct_bcb_discard_msg()[all …]
97 BT_HDR* p_tx_msg; /* Message to be sent - in case the browsing channel is not member