Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dhiddefs.h60 #define HID_L2CAP_REQ_FAIL (0x0200) /* L2CAP_ConnectReq API failed */ macro
/system/bt/stack/hid/
Dhidh_conn.c495 reason = HID_L2CAP_REQ_FAIL ; in hidh_l2cif_config_ind()
573 reason = HID_L2CAP_REQ_FAIL ; in hidh_l2cif_config_cfm()
/system/bt/bta/hh/
Dbta_hh_act.c878 …if ((reason & (HID_L2CAP_CONN_FAIL|HID_L2CAP_REQ_FAIL)) || /* Failure to initialize connection (p… in bta_hh_close_act()