OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HID_L2CAP_REQ_FAIL
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/include/
hiddefs.h
59
#define
HID_L2CAP_REQ_FAIL
(0x0200) /* L2CAP_ConnectReq API failed */
/external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c
789
if ((reason & (HID_L2CAP_CONN_FAIL|
HID_L2CAP_REQ_FAIL
)) || /* Failure to initialize connection (page timeout or l2cap error) */
[
all
...]
/external/bluetooth/bluedroid/stack/hid/
hidh_conn.c
335
reason =
HID_L2CAP_REQ_FAIL
;
[
all
...]
Completed in 75 milliseconds