OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HID_SEC_REQUIRED
(Results
1 - 4
of
4
) sorted by null
/system/bt/stack/include/
hidh_api.h
44
#define
HID_SEC_REQUIRED
0x8000
/system/bt/bta/include/
bta_hh_api.h
148
#define BTA_HH_SEC_REQUIRED
HID_SEC_REQUIRED
/system/bt/stack/hid/
hidh_conn.c
220
if (HID_HostAddDev(bd_addr,
HID_SEC_REQUIRED
, &i) != HID_SUCCESS)
275
(p_dev->attr_mask &
HID_SEC_REQUIRED
) ? HID_SEC_CHN : HID_NOSEC_CHN,
444
(p_dev->attr_mask &
HID_SEC_REQUIRED
) ? HID_SEC_CHN : HID_NOSEC_CHN,
[
all
...]
/system/bt/bta/hh/
bta_hh_act.c
200
attr_mask |=
HID_SEC_REQUIRED
;
[
all
...]
Completed in 228 milliseconds