Searched refs:ucd (Results 1 - 3 of 3) sorted by relevance

/system/bt/stack/l2cap/
H A Dl2c_ucd.c67 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_RECEPTION ))
69 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
70 p_rcb->ucd.state &= ~(L2C_UCD_STATE_W4_RECEPTION);
75 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_MTU ))
77 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
78 p_rcb->ucd.state &= ~(L2C_UCD_STATE_W4_MTU);
114 p_rcb->ucd.cb_info.pL2CA_UCD_Data_Cb(rem_bda, p_buf);
137 &&( p_rcb->ucd.state != L2C_UCD_STATE_UNUSED ))
139 if ( p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb )
146 p_rcb->ucd
[all...]
H A Dl2c_utils.c1810 p_rcb->ucd.state = L2C_UCD_STATE_UNUSED;
1842 p_rcb->ucd.state = L2C_UCD_STATE_UNUSED;
3755 if ( p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb )
3761 p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb( p_ccb->p_lcb->remote_bd_addr, FALSE );
3798 if ( p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb )
3804 p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb( p_ccb->p_lcb->remote_bd_addr, TRUE );
H A Dl2c_int.h245 tL2C_UCD_REG ucd; member in struct:__anon1224

Completed in 26 milliseconds