Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/mcap/
Dmca_dact.c141 if (status == L2CAP_DW_CONGESTED) in mca_dcb_snd_data()
/external/bluetooth/bluedroid/stack/avct/
Davct_lcb_act.c462 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) in avct_lcb_cong_ind()
594 if (L2CA_DataWrite(p_lcb->ch_lcid, p_buf) == L2CAP_DW_CONGESTED) in avct_lcb_send_msg()
/external/bluetooth/bluedroid/stack/include/
Dl2c_api.h51 #define L2CAP_DW_CONGESTED 2 macro
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_ucd.c465 return (L2CAP_DW_CONGESTED); in L2CA_UcdDataWrite()
Dl2c_main.c987 return (L2CAP_DW_CONGESTED); in l2c_data_write()
/external/bluetooth/bluedroid/stack/avdt/
Davdt_int.h370 #define AVDT_AD_CONGESTED L2CAP_DW_CONGESTED /* 2 */