Searched defs:is_congested (Results 1 – 12 of 12) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2cap_client.c | 42 bool is_congested; member 323 static void congestion_cb(uint16_t local_channel_id, bool is_congested) { in congestion_cb()
|
D | l2c_ucd.c | 127 static void l2c_ucd_congestion_status_cback (BD_ADDR rem_bda, BOOLEAN is_congested) in l2c_ucd_congestion_status_cback()
|
/system/bt/stack/rfcomm/ |
D | rfc_l2cap_if.c | 393 void RFCOMM_CongestionStatusInd (UINT16 lcid, BOOLEAN is_congested) in RFCOMM_CongestionStatusInd()
|
D | rfc_port_fsm.c | 868 void rfc_process_l2cap_congestion (tRFC_MCB *p_mcb, BOOLEAN is_congested) in rfc_process_l2cap_congestion()
|
/system/bt/stack/avct/ |
D | avct_l2c.c | 398 void avct_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested) in avct_l2c_congestion_ind_cback()
|
/system/bt/stack/avdt/ |
D | avdt_l2c.c | 514 void avdt_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested) in avdt_l2c_congestion_ind_cback()
|
D | avdt_ad.c | 427 void avdt_ad_tc_cong_ind(tAVDT_TC_TBL *p_tbl, BOOLEAN is_congested) in avdt_ad_tc_cong_ind()
|
/system/bt/stack/bnep/ |
D | bnep_main.c | 417 static void bnep_congestion_ind (UINT16 l2cap_cid, BOOLEAN is_congested) in bnep_congestion_ind()
|
/system/bt/stack/mcap/ |
D | mca_main.c | 407 void mca_tc_cong_ind(tMCA_TC_TBL *p_tbl, BOOLEAN is_congested) in mca_tc_cong_ind()
|
D | mca_l2c.c | 519 void mca_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested) in mca_l2c_congestion_ind_cback()
|
/system/bt/stack/gap/ |
D | gap_conn.c | 1063 static void gap_congestion_ind (UINT16 lcid, BOOLEAN is_congested) in gap_congestion_ind()
|
D | gap_int.h | 77 BOOLEAN is_congested; member
|