Lines Matching refs:ucd
64 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_RECEPTION )) in l2c_ucd_discover_cback()
66 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data); in l2c_ucd_discover_cback()
67 p_rcb->ucd.state &= ~(L2C_UCD_STATE_W4_RECEPTION); in l2c_ucd_discover_cback()
72 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_MTU )) in l2c_ucd_discover_cback()
74 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data); in l2c_ucd_discover_cback()
75 p_rcb->ucd.state &= ~(L2C_UCD_STATE_W4_MTU); in l2c_ucd_discover_cback()
111 p_rcb->ucd.cb_info.pL2CA_UCD_Data_Cb(rem_bda, p_buf); in l2c_ucd_data_ind_cback()
134 &&( p_rcb->ucd.state != L2C_UCD_STATE_UNUSED )) in l2c_ucd_congestion_status_cback()
136 if ( p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb ) in l2c_ucd_congestion_status_cback()
143 p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb ( rem_bda, is_congested ); in l2c_ucd_congestion_status_cback()
221 p_rcb->ucd.state = L2C_UCD_STATE_W4_DATA; in L2CA_UcdRegister()
222 p_rcb->ucd.cb_info = *p_cb_info; in L2CA_UcdRegister()
235 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb = l2c_ucd_discover_cback; in L2CA_UcdRegister()
236 p_rcb->ucd.cb_info.pL2CA_UCD_Data_Cb = l2c_ucd_data_ind_cback; in L2CA_UcdRegister()
237 p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb = l2c_ucd_congestion_status_cback; in L2CA_UcdRegister()
279 p_rcb->ucd.state = L2C_UCD_STATE_UNUSED; in L2CA_UcdDeregister()
286 if ((p_rcb->in_use) && (p_rcb->ucd.state != L2C_UCD_STATE_UNUSED)) in L2CA_UcdDeregister()
338 ||( p_rcb->ucd.state == L2C_UCD_STATE_UNUSED )) in L2CA_UcdDiscover()
358 p_rcb->ucd.state |= L2C_UCD_STATE_W4_RECEPTION; in L2CA_UcdDiscover()
361 p_rcb->ucd.state |= L2C_UCD_STATE_W4_MTU; in L2CA_UcdDiscover()
405 ||( p_rcb->ucd.state == L2C_UCD_STATE_UNUSED )) in L2CA_UcdDataWrite()
676 if (p_rcb->ucd.state & L2C_UCD_STATE_W4_RECEPTION) in l2c_ucd_check_pending_info_req()
689 p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (p_ccb->p_lcb->remote_bd_addr, in l2c_ucd_check_pending_info_req()
704 if (p_rcb->ucd.state & L2C_UCD_STATE_W4_MTU) in l2c_ucd_check_pending_info_req()
709 p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (p_ccb->p_lcb->remote_bd_addr, in l2c_ucd_check_pending_info_req()
868 p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Data_Cb(p_ccb->p_lcb->remote_bd_addr, (BT_HDR *)p_buf); in l2c_ucd_send_pending_in_sec_q()