Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_l2cap_if.cc74 p_l2c->pL2CA_CongestionStatus_Cb = RFCOMM_CongestionStatusInd; in rfcomm_l2cap_if_init()
/system/bt/stack/include/
Dl2c_api.h313 tL2CA_CONGESTION_STATUS_CB* pL2CA_CongestionStatus_Cb; member
/system/bt/stack/l2cap/
Dl2cap_client.cc73 .pL2CA_CongestionStatus_Cb = congestion_cb,
Dl2c_utils.cc3410 if (p_ccb->p_rcb && p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb) { in send_congestion_status_to_all_clients()
3420 (*p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb)(p_ccb->local_cid, status); in send_congestion_status_to_all_clients()
Dl2c_api.cc682 CHECK(callbacks->pL2CA_CongestionStatus_Cb != NULL); in L2CA_SetConnectionCallbacks()
/system/bt/stack/sdp/
Dsdp_main.cc120 sdp_cb.reg_info.pL2CA_CongestionStatus_Cb = NULL; in sdp_init()
/system/bt/stack/bnep/
Dbnep_main.cc94 bnep_cb.reg_info.pL2CA_CongestionStatus_Cb = bnep_congestion_ind; in bnep_register_with_l2cap()
/system/bt/stack/gap/
Dgap_conn.cc127 conn.reg_info.pL2CA_CongestionStatus_Cb = gap_congestion_ind; in gap_conn_init()