Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ucd.c61 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_RECEPTION )) { in l2c_ucd_discover_cback()
62 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data); in l2c_ucd_discover_cback()
63 p_rcb->ucd.state &= ~(L2C_UCD_STATE_W4_RECEPTION); in l2c_ucd_discover_cback()
68 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_MTU )) { 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_MTU); in l2c_ucd_discover_cback()
103 p_rcb->ucd.cb_info.pL2CA_UCD_Data_Cb(rem_bda, p_buf); in l2c_ucd_data_ind_cback()
125 && ( p_rcb->ucd.state != L2C_UCD_STATE_UNUSED )) { in l2c_ucd_congestion_status_cback()
126 if ( p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb ) { in l2c_ucd_congestion_status_cback()
132 p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb ( rem_bda, is_congested ); in l2c_ucd_congestion_status_cback()
[all …]
Dl2c_utils.c1788 p_rcb->ucd.state = L2C_UCD_STATE_UNUSED; in l2cu_allocate_rcb()
1821 p_rcb->ucd.state = L2C_UCD_STATE_UNUSED; in l2cu_allocate_ble_rcb()
3641 if ( p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb ) {
3646 … p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb( p_ccb->p_lcb->remote_bd_addr, FALSE );
3677 if ( p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb ) {
3682 … p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb( p_ccb->p_lcb->remote_bd_addr, TRUE );
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h252 tL2C_UCD_REG ucd; member