Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c71 p_l2c->pL2CA_CongestionStatus_Cb = RFCOMM_CongestionStatusInd; in rfcomm_l2cap_if_init()
/external/bluetooth/bluedroid/stack/include/
Dl2c_api.h299 tL2CA_CONGESTION_STATUS_CB *pL2CA_CongestionStatus_Cb; member
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_main.c130 sdp_cb.reg_info.pL2CA_CongestionStatus_Cb = NULL; in sdp_init()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_utils.c3432 if (p_ccb->p_rcb && p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb) in l2cu_check_channel_congestion()
3439 (*p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb)(p_ccb->local_cid, FALSE); in l2cu_check_channel_congestion()
3477 if (p_ccb->p_rcb && p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb) in l2cu_check_channel_congestion()
3482 (*p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb)(p_ccb->local_cid, TRUE); in l2cu_check_channel_congestion()
Dl2c_ucd.c243 p_rcb->api.pL2CA_CongestionStatus_Cb = NULL; in L2CA_UcdRegister()
/external/bluetooth/bluedroid/stack/bnep/
Dbnep_main.c97 bnep_cb.reg_info.pL2CA_CongestionStatus_Cb = bnep_congestion_ind; in bnep_register_with_l2cap()
/external/bluetooth/bluedroid/stack/gap/
Dgap_conn.c84 gap_cb.conn.reg_info.pL2CA_CongestionStatus_Cb = gap_congestion_ind; in gap_conn_init()