OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HID_SUCCESS
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/hid/
hidh_api.c
71
return
HID_SUCCESS
;
289
if( (st = hidh_conn_reg()) !=
HID_SUCCESS
)
297
return (
HID_SUCCESS
);
324
return (
HID_SUCCESS
) ;
375
return (
HID_SUCCESS
);
401
return
HID_SUCCESS
;
444
tHID_STATUS status =
HID_SUCCESS
;
464
if (status !=
HID_SUCCESS
)
546
return(
HID_SUCCESS
);
hidh_conn.c
117
return (
HID_SUCCESS
);
153
return (
HID_SUCCESS
);
174
p_dev->conn.disc_reason =
HID_SUCCESS
; /* Authentication passed. Reset disc_reason (from HID_ERR_AUTH_FAILED) */
215
if (HID_HostAddDev(bd_addr, HID_SEC_REQUIRED, &i) !=
HID_SUCCESS
)
335
p_dev->conn.disc_reason =
HID_SUCCESS
; /* Authentication passed. Reset disc_reason (from HID_ERR_AUTH_FAILED) */
524
p_hcon->disc_reason =
HID_SUCCESS
;
602
p_hcon->disc_reason =
HID_SUCCESS
;
[
all
...]
/external/bluetooth/bluedroid/stack/include/
hiddefs.h
34
HID_SUCCESS
,
/external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c
81
if ( HID_HostRegister (bta_hh_cback) ==
HID_SUCCESS
)
168
if (HID_HostDeregister()!=
HID_SUCCESS
)
215
if(HID_HostAddDev (p_cb->addr, attr_mask, &hdl) ==
HID_SUCCESS
)
302
bta_hh_sdp_cback)) ==
HID_SUCCESS
)
366
==
HID_SUCCESS
)
456
if ((ret = HID_HostOpenDev (p_cb->hid_handle)) !=
HID_SUCCESS
)
591
0, NULL)) !=
HID_SUCCESS
)
996
==
HID_SUCCESS
)
[
all
...]
Completed in 1085 milliseconds