Home
last modified time | relevance | path

Searched refs:is_congested (Results 1 – 15 of 15) sorted by relevance

/system/bt/stack/l2cap/
Dl2cap_client.c42 bool is_congested; member
51 static void congestion_cb(uint16_t local_channel_id, bool is_congested);
165 client->is_congested = false; in l2cap_client_disconnect()
184 if (client->is_congested) in l2cap_client_write()
325 static void congestion_cb(uint16_t local_channel_id, bool is_congested) { in congestion_cb() argument
334 client->is_congested = is_congested; in congestion_cb()
336 if (!is_congested) { in congestion_cb()
341 if (!client->is_congested) in congestion_cb()
403 assert(!client->is_congested); in dispatch_fragments()
411 client->is_congested = true; in dispatch_fragments()
Dl2c_ucd.c124 static void l2c_ucd_congestion_status_cback (BD_ADDR rem_bda, BOOLEAN is_congested) in l2c_ucd_congestion_status_cback() argument
139 is_congested, p_rcb->psm, in l2c_ucd_congestion_status_cback()
143 p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb ( rem_bda, is_congested ); in l2c_ucd_congestion_status_cback()
/system/bt/stack/gap/
Dgap_conn.c39 static void gap_congestion_ind (UINT16 lcid, BOOLEAN is_congested);
472 if (p_ccb->is_congested) in GAP_ConnBTWrite()
487 p_ccb->is_congested = TRUE; in GAP_ConnBTWrite()
557 if (p_ccb->is_congested) in GAP_ConnWriteData()
572 p_ccb->is_congested = TRUE; in GAP_ConnWriteData()
1044 static void gap_congestion_ind (UINT16 lcid, BOOLEAN is_congested) in gap_congestion_ind() argument
1052 is_congested, lcid); in gap_congestion_ind()
1058 p_ccb->is_congested = is_congested; in gap_congestion_ind()
1060 event = (is_congested) ? GAP_EVT_CONN_CONGESTED : GAP_EVT_CONN_UNCONGESTED; in gap_congestion_ind()
1063 if (!is_congested) in gap_congestion_ind()
[all …]
Dgap_int.h76 BOOLEAN is_congested; member
/system/bt/stack/avct/
Davct_l2c.c45 void avct_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested);
398 void avct_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested) in avct_l2c_congestion_ind_cback() argument
406 avct_lcb_event(p_lcb, AVCT_LCB_LL_CONG_EVT, (tAVCT_LCB_EVT *) &is_congested); in avct_l2c_congestion_ind_cback()
/system/bt/stack/rfcomm/
Drfc_l2cap_if.c49 static void RFCOMM_CongestionStatusInd (UINT16 lcid, BOOLEAN is_congested);
394 void RFCOMM_CongestionStatusInd (UINT16 lcid, BOOLEAN is_congested) in RFCOMM_CongestionStatusInd() argument
407 rfc_process_l2cap_congestion (p_mcb, is_congested); in RFCOMM_CongestionStatusInd()
Drfc_port_fsm.c870 void rfc_process_l2cap_congestion (tRFC_MCB *p_mcb, BOOLEAN is_congested) in rfc_process_l2cap_congestion() argument
872 p_mcb->l2cap_congested = is_congested; in rfc_process_l2cap_congestion()
874 if (!is_congested) in rfc_process_l2cap_congestion()
881 if (!is_congested) in rfc_process_l2cap_congestion()
Drfc_int.h300 extern void rfc_process_l2cap_congestion (tRFC_MCB *p_mcb, BOOLEAN is_congested);
/system/bt/stack/avdt/
Davdt_l2c.c45 void avdt_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested);
496 void avdt_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested) in avdt_l2c_congestion_ind_cback() argument
503 avdt_ad_tc_cong_ind(p_tbl, is_congested); in avdt_l2c_congestion_ind_cback()
Davdt_ad.c427 void avdt_ad_tc_cong_ind(tAVDT_TC_TBL *p_tbl, BOOLEAN is_congested) in avdt_ad_tc_cong_ind() argument
436 avdt_ccb_event(p_ccb, AVDT_CCB_LL_CONG_EVT, (tAVDT_CCB_EVT *) &is_congested); in avdt_ad_tc_cong_ind()
445 avdt_scb_event(p_scb, AVDT_SCB_TC_CONG_EVT, (tAVDT_SCB_EVT *) &is_congested); in avdt_ad_tc_cong_ind()
Davdt_int.h691 extern void avdt_ad_tc_cong_ind(tAVDT_TC_TBL *p_tbl, BOOLEAN is_congested);
/system/bt/stack/mcap/
Dmca_main.c407 void mca_tc_cong_ind(tMCA_TC_TBL *p_tbl, BOOLEAN is_congested) in mca_tc_cong_ind() argument
418 mca_ccb_event(p_ccb, MCA_CCB_LL_CONG_EVT, (tMCA_CCB_EVT *) &is_congested); in mca_tc_cong_ind()
427 mca_dcb_event(p_dcb, MCA_DCB_TC_CONG_EVT, (tMCA_DCB_EVT *) &is_congested); in mca_tc_cong_ind()
Dmca_int.h313 extern void mca_tc_cong_ind(tMCA_TC_TBL *p_tbl, BOOLEAN is_congested);
335 extern void mca_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested);
Dmca_l2c.c519 void mca_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested) in mca_l2c_congestion_ind_cback() argument
526 mca_tc_cong_ind(p_tbl, is_congested); in mca_l2c_congestion_ind_cback()
/system/bt/stack/bnep/
Dbnep_main.c68 static void bnep_congestion_ind (UINT16 lcid, BOOLEAN is_congested);
407 static void bnep_congestion_ind (UINT16 l2cap_cid, BOOLEAN is_congested) in bnep_congestion_ind() argument
418 if (is_congested) in bnep_congestion_ind()