Home
last modified time | relevance | path

Searched refs:L2CAP_DW_CONGESTED (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c467 if (status == L2CAP_DW_CONGESTED) { in GAP_ConnBTWrite()
550 if (status == L2CAP_DW_CONGESTED) { in GAP_ConnWriteData()
1039 if (status == L2CAP_DW_CONGESTED) { in gap_congestion_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_lcb_act.c454 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) in avct_lcb_cong_ind()
577 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) { in avct_lcb_send_msg()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h55 #define L2CAP_DW_CONGESTED 2 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c433 case L2CAP_DW_CONGESTED: in dispatch_fragments()
Dl2c_ucd.c438 return (L2CAP_DW_CONGESTED); in L2CA_UcdDataWrite()
Dl2c_api.c1838 return (L2CAP_DW_CONGESTED); in L2CA_SendFixedChnlData()
1851 return (L2CAP_DW_CONGESTED); in L2CA_SendFixedChnlData()
Dl2c_main.c1061 return (L2CAP_DW_CONGESTED); in l2c_data_write()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c368 } else if (l2cap_ret == L2CAP_DW_CONGESTED) { in attp_send_msg_to_l2cap()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h377 #define AVDT_AD_CONGESTED L2CAP_DW_CONGESTED /* 2 */