Home
last modified time | relevance | path

Searched refs:pL2CA_CongestionStatus_Cb (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c84 p_l2c->pL2CA_CongestionStatus_Cb = RFCOMM_CongestionStatusInd; in rfcomm_l2cap_if_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h313 tL2CA_CONGESTION_STATUS_CB *pL2CA_CongestionStatus_Cb; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c65 .pL2CA_CongestionStatus_Cb = congestion_cb,
Dl2c_ucd.c226 p_rcb->api.pL2CA_CongestionStatus_Cb = NULL; in L2CA_UcdRegister()
Dl2c_utils.c3655 if (p_ccb->p_rcb && p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb) {
3661 (*p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb)(p_ccb->local_cid, FALSE);
3698 if (p_ccb->p_rcb && p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb) {
3702 (*p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb)(p_ccb->local_cid, TRUE);
Dl2c_api.c327 assert(callbacks->pL2CA_CongestionStatus_Cb != NULL); in L2CA_SetConnectionCallbacks()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c198 sdp_cb.reg_info.pL2CA_CongestionStatus_Cb = NULL; in sdp_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c87 gap_cb.conn.reg_info.pL2CA_CongestionStatus_Cb = gap_congestion_ind; in gap_conn_init()