Home
last modified time | relevance | path

Searched refs:HID_L2CAP_REQ_FAIL (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dhiddefs.h64 #define HID_L2CAP_REQ_FAIL (0x0200) /* L2CAP_ConnectReq API failed */ macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/hid/
Dhidh_conn.c466 reason = HID_L2CAP_REQ_FAIL ; in hidh_l2cif_config_ind()
537 reason = HID_L2CAP_REQ_FAIL ; in hidh_l2cif_config_cfm()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hh/
Dbta_hh_act.c846 …if ((reason & (HID_L2CAP_CONN_FAIL | HID_L2CAP_REQ_FAIL)) || /* Failure to initialize connection (… in bta_hh_close_act()