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
/system/bt/stack/hid/
hidh_api.c
71
return
HID_SUCCESS
;
294
if( (st = hidh_conn_reg()) !=
HID_SUCCESS
)
302
return (
HID_SUCCESS
);
329
return (
HID_SUCCESS
) ;
380
return (
HID_SUCCESS
);
406
return
HID_SUCCESS
;
449
tHID_STATUS status =
HID_SUCCESS
;
469
if (status !=
HID_SUCCESS
)
546
return(
HID_SUCCESS
);
hidh_conn.c
122
return (
HID_SUCCESS
);
158
return (
HID_SUCCESS
);
179
p_dev->conn.disc_reason =
HID_SUCCESS
; /* Authentication passed. Reset disc_reason (from HID_ERR_AUTH_FAILED) */
220
if (HID_HostAddDev(bd_addr, HID_SEC_REQUIRED, &i) !=
HID_SUCCESS
)
349
p_dev->conn.disc_reason =
HID_SUCCESS
; /* Authentication passed. Reset disc_reason (from HID_ERR_AUTH_FAILED) */
534
p_hcon->disc_reason =
HID_SUCCESS
;
612
p_hcon->disc_reason =
HID_SUCCESS
;
[
all
...]
/system/bt/stack/include/
hiddefs.h
34
HID_SUCCESS
,
/system/bt/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
)
365
==
HID_SUCCESS
)
448
if (ret ==
HID_SUCCESS
|| ret == HID_ERR_ALREADY_CONN)
590
0, NULL)) !=
HID_SUCCESS
)
998
==
HID_SUCCESS
)
[
all
...]
Completed in 496 milliseconds