Home
last modified time | relevance | path

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

/system/bt/stack/mcap/
Dmca_dact.c148 if (status == L2CAP_DW_CONGESTED) in mca_dcb_snd_data()
/system/bt/stack/gap/
Dgap_conn.c485 if (status == L2CAP_DW_CONGESTED) in GAP_ConnBTWrite()
570 if (status == L2CAP_DW_CONGESTED) in GAP_ConnWriteData()
1069 if (status == L2CAP_DW_CONGESTED) in gap_congestion_ind()
1273 if (status == L2CAP_DW_CONGESTED) in gap_proc_btu_event()
/system/bt/stack/avct/
Davct_lcb_act.c489 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) in avct_lcb_cong_ind()
623 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) in avct_lcb_send_msg()
/system/bt/stack/include/
Dl2c_api.h53 #define L2CAP_DW_CONGESTED 2 macro
/system/bt/stack/l2cap/
Dl2cap_client.c410 case L2CAP_DW_CONGESTED: in dispatch_fragments()
Dl2c_ucd.c465 return (L2CAP_DW_CONGESTED); in L2CA_UcdDataWrite()
Dl2c_main.c1002 return (L2CAP_DW_CONGESTED); in l2c_data_write()
Dl2c_api.c1598 return (L2CAP_DW_CONGESTED); in L2CA_SendFixedChnlData()
/system/bt/stack/gatt/
Datt_protocol.c371 else if (l2cap_ret == L2CAP_DW_CONGESTED) in attp_send_msg_to_l2cap()
/system/bt/stack/avdt/
Davdt_int.h366 #define AVDT_AD_CONGESTED L2CAP_DW_CONGESTED /* 2 */