HomeSort by relevance Sort by last modified time
    Searched defs:ul_msg (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/avct/
avct_api.cc 382 tAVCT_UL_MSG ul_msg; local
406 ul_msg.p_buf = p_msg;
407 ul_msg.p_ccb = p_ccb;
408 ul_msg.label = label;
409 ul_msg.cr = cr;
420 (tAVCT_LCB_EVT*)&ul_msg);
426 (tAVCT_LCB_EVT*)&ul_msg);
avct_bcb_act.cc 153 tAVCT_UL_MSG ul_msg; local
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
    [all...]
avct_int.h 124 tAVCT_UL_MSG ul_msg; member in union:__anon106146

Completed in 602 milliseconds