Home
last modified time | relevance | path

Searched refs:L2CAP_CFG_FAILED_NO_REASON (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/include/
Dl2cdefs.h214 #define L2CAP_CFG_FAILED_NO_REASON 2 macro
218 static_assert(L2CAP_CONN_OTHER_ERROR != L2CAP_CFG_FAILED_NO_REASON,
/system/bt/stack/test/eatt/
Deatt_test.cc326 tL2CAP_LE_CFG_INFO cfg = {.result = L2CAP_CFG_FAILED_NO_REASON, in TEST_F()
381 tL2CAP_LE_CFG_INFO cfg = {.result = L2CAP_CFG_FAILED_NO_REASON, in TEST_F()
420 tL2CAP_LE_CFG_INFO cfg = {.result = L2CAP_CFG_FAILED_NO_REASON, in TEST_F()
/system/bt/stack/rfcomm/
Drfc_mx_fsm.cc608 } else if (result == L2CAP_CFG_FAILED_NO_REASON) { in rfc_on_l2cap_error()
/system/bt/stack/l2cap/
Dl2c_csm.cc931 L2CAP_CFG_FAILED_NO_REASON); in l2c_csm_config()
1025 L2CAP_CFG_FAILED_NO_REASON); in l2c_csm_config()
Dl2c_fcr.cc1714 p_cfg->result = L2CAP_CFG_FAILED_NO_REASON; in l2c_fcr_renegotiate_chan()
Dl2c_utils.cc1885 p_cfg->result = L2CAP_CFG_FAILED_NO_REASON; in l2cu_process_peer_cfg_req()
/system/bt/stack/hid/
Dhidh_conn.cc283 if (result != L2CAP_CFG_FAILED_NO_REASON) { in hidh_on_l2cap_error()