Home
last modified time | relevance | path

Searched refs:L2CAP_DW_FAILED (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ucd.c386 return (L2CAP_DW_FAILED); in L2CA_UcdDataWrite()
395 return (L2CAP_DW_FAILED); in L2CA_UcdDataWrite()
402 return (L2CAP_DW_FAILED); in L2CA_UcdDataWrite()
417 return (L2CAP_DW_FAILED); in L2CA_UcdDataWrite()
429 return (L2CAP_DW_FAILED); in L2CA_UcdDataWrite()
Dl2c_main.c1029 return (L2CAP_DW_FAILED); in l2c_data_write()
1037 return (L2CAP_DW_FAILED); in l2c_data_write()
1052 return (L2CAP_DW_FAILED); in l2c_data_write()
Dl2c_api.c1783 return (L2CAP_DW_FAILED); in L2CA_SendFixedChnlData()
1790 return (L2CAP_DW_FAILED); in L2CA_SendFixedChnlData()
1799 return (L2CAP_DW_FAILED); in L2CA_SendFixedChnlData()
1817 return (L2CAP_DW_FAILED); in L2CA_SendFixedChnlData()
1827 return (L2CAP_DW_FAILED); in L2CA_SendFixedChnlData()
Dl2cap_client.c437 case L2CAP_DW_FAILED: in dispatch_fragments()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c360 l2cap_ret = L2CAP_DW_FAILED; in attp_send_msg_to_l2cap()
364 if (l2cap_ret == L2CAP_DW_FAILED) { in attp_send_msg_to_l2cap()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h53 #define L2CAP_DW_FAILED FALSE macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h375 #define AVDT_AD_FAILED L2CAP_DW_FAILED /* FALSE */
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_api.c1235 … if (L2CAP_DW_FAILED != avdt_ad_write_req(AVDT_CHAN_REPORT, p_scb->p_ccb, p_scb, p_pkt)) { in AVDT_SendReport()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_conn.c786 if (L2CA_DataWrite(cid, p_buf) == L2CAP_DW_FAILED) in hidd_conn_send_data()
Dhidh_conn.c931 if (L2CA_DataWrite(cid, p_buf) == L2CAP_DW_FAILED) { in hidh_conn_snd_data()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c332 if ((l2cap_ret = L2CA_SendFixedChnlData (fixed_cid, rem_bda, p_toL2CAP)) == L2CAP_DW_FAILED) { in smp_send_msg_to_L2CAP()