OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAN_SECURITY
(Results
1 - 2
of
2
) sorted by null
/system/bt/btif/include/
btif_pan_internal.h
42
#ifndef
PAN_SECURITY
43
#define
PAN_SECURITY
(BTM_SEC_IN_AUTHENTICATE | BTM_SEC_OUT_AUTHENTICATE | BTM_SEC_IN_ENCRYPT | BTM_SEC_OUT_ENCRYPT)
/system/bt/btif/src/
btif_pan.c
217
static tBTA_PAN_ROLE_INFO bta_panu_info = {PANU_SERVICE_NAME, 0,
PAN_SECURITY
};
218
static tBTA_PAN_ROLE_INFO bta_pan_nap_info = {PAN_NAP_SERVICE_NAME, 1,
PAN_SECURITY
};
Completed in 47 milliseconds