/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/ |
D | l2cap_client.c | 38 bool is_congested; member 47 static void congestion_cb(uint16_t local_channel_id, bool is_congested); 169 client->is_congested = false; in l2cap_client_disconnect() 191 if (client->is_congested) { in l2cap_client_write() 341 static void congestion_cb(uint16_t local_channel_id, bool is_congested) in congestion_cb() argument 351 client->is_congested = is_congested; in congestion_cb() 353 if (!is_congested) { in congestion_cb() 358 if (!client->is_congested) { in congestion_cb() 426 assert(!client->is_congested); in dispatch_fragments() 434 client->is_congested = true; in dispatch_fragments()
|
D | l2c_ucd.c | 116 static void l2c_ucd_congestion_status_cback (BD_ADDR rem_bda, BOOLEAN is_congested) in l2c_ucd_congestion_status_cback() argument 128 is_congested, p_rcb->psm, in l2c_ucd_congestion_status_cback() 132 p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb ( rem_bda, is_congested ); in l2c_ucd_congestion_status_cback()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gap/ |
D | gap_conn.c | 42 static void gap_congestion_ind (UINT16 lcid, BOOLEAN is_congested); 456 if (p_ccb->is_congested) { in GAP_ConnBTWrite() 468 p_ccb->is_congested = TRUE; in GAP_ConnBTWrite() 538 if (p_ccb->is_congested) { in GAP_ConnWriteData() 551 p_ccb->is_congested = TRUE; in GAP_ConnWriteData() 1015 static void gap_congestion_ind (UINT16 lcid, BOOLEAN is_congested) in gap_congestion_ind() argument 1023 is_congested, lcid); in gap_congestion_ind() 1030 p_ccb->is_congested = is_congested; in gap_congestion_ind() 1032 event = (is_congested) ? GAP_EVT_CONN_CONGESTED : GAP_EVT_CONN_UNCONGESTED; in gap_congestion_ind() 1035 if (!is_congested) { in gap_congestion_ind() [all …]
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/avct/ |
D | avct_l2c.c | 48 void avct_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested); 371 void avct_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested) in avct_l2c_congestion_ind_cback() argument 378 avct_lcb_event(p_lcb, AVCT_LCB_LL_CONG_EVT, (tAVCT_LCB_EVT *) &is_congested); in avct_l2c_congestion_ind_cback()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_l2cap_if.c | 49 static void RFCOMM_CongestionStatusInd (UINT16 lcid, BOOLEAN is_congested); 368 void RFCOMM_CongestionStatusInd (UINT16 lcid, BOOLEAN is_congested) in RFCOMM_CongestionStatusInd() argument 378 rfc_process_l2cap_congestion (p_mcb, is_congested); in RFCOMM_CongestionStatusInd()
|
D | rfc_port_fsm.c | 850 void rfc_process_l2cap_congestion (tRFC_MCB *p_mcb, BOOLEAN is_congested) in rfc_process_l2cap_congestion() argument 852 p_mcb->l2cap_congested = is_congested; in rfc_process_l2cap_congestion() 854 if (!is_congested) { in rfc_process_l2cap_congestion() 859 if (!is_congested) { in rfc_process_l2cap_congestion()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_ad.c | 400 void avdt_ad_tc_cong_ind(tAVDT_TC_TBL *p_tbl, BOOLEAN is_congested) in avdt_ad_tc_cong_ind() argument 408 avdt_ccb_event(p_ccb, AVDT_CCB_LL_CONG_EVT, (tAVDT_CCB_EVT *) &is_congested); in avdt_ad_tc_cong_ind() 415 avdt_scb_event(p_scb, AVDT_SCB_TC_CONG_EVT, (tAVDT_SCB_EVT *) &is_congested); in avdt_ad_tc_cong_ind()
|
D | avdt_l2c.c | 47 void avdt_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested); 469 void avdt_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested) in avdt_l2c_congestion_ind_cback() argument 475 avdt_ad_tc_cong_ind(p_tbl, is_congested); in avdt_l2c_congestion_ind_cback()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gap/include/ |
D | gap_int.h | 73 BOOLEAN is_congested; member
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/rfcomm/include/ |
D | rfc_int.h | 290 extern void rfc_process_l2cap_congestion (tRFC_MCB *p_mcb, BOOLEAN is_congested);
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/avdt/include/ |
D | avdt_int.h | 695 extern void avdt_ad_tc_cong_ind(tAVDT_TC_TBL *p_tbl, BOOLEAN is_congested);
|