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
/external/bluetooth/bluedroid/stack/include/
hidh_api.h
44
#define
HID_SEC_REQUIRED
0x8000
/external/bluetooth/bluedroid/bta/include/
bta_hh_api.h
122
#define BTA_HH_SEC_REQUIRED
HID_SEC_REQUIRED
/external/bluetooth/bluedroid/stack/hid/
hidh_conn.c
268
(p_dev->attr_mask &
HID_SEC_REQUIRED
) ? HID_SEC_CHN : HID_NOSEC_CHN,
434
(p_dev->attr_mask &
HID_SEC_REQUIRED
) ? HID_SEC_CHN : HID_NOSEC_CHN,
967
if(p_dev->attr_mask &
HID_SEC_REQUIRED
)
[
all
...]
/external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c
193
attr_mask |=
HID_SEC_REQUIRED
;
[
all
...]
Completed in 24 milliseconds