Home
last modified time | relevance | path

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

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