OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HID_L2CAP_CONN_FAIL
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/include/
hiddefs.h
59
#define
HID_L2CAP_CONN_FAIL
(0x0100) /* Connection Attempt was made but failed */
/external/bluetooth/bluedroid/stack/hid/
hidh_conn.c
265
p_hcon->disc_reason =
HID_L2CAP_CONN_FAIL
; /* In case disconnection occurs before security is completed, then set CLOSE_EVT reason code to 'connection failure' */
355
cb_res =
HID_L2CAP_CONN_FAIL
| HCI_ERR_PAGE_TIMEOUT ;
418
reason =
HID_L2CAP_CONN_FAIL
| (UINT32) result ;
428
p_hcon->disc_reason =
HID_L2CAP_CONN_FAIL
; /* In case disconnection occurs before security is completed, then set CLOSE_EVT reason code to "connection failure" */
498
p_hcon->disc_reason =
HID_L2CAP_CONN_FAIL
; /* Reset initial reason for CLOSE_EVT: Connection Attempt was made but failed */
576
p_hcon->disc_reason =
HID_L2CAP_CONN_FAIL
; /* Reset initial reason for CLOSE_EVT: Connection Attempt was made but failed */
[
all
...]
/external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c
878
if ((reason & (
HID_L2CAP_CONN_FAIL
|HID_L2CAP_REQ_FAIL)) || /* Failure to initialize connection (page timeout or l2cap error) */
[
all
...]
Completed in 186 milliseconds