Searched refs:GAP_SEC_IN_ENCRYPTION (Results 1 – 11 of 11) sorted by relevance
32 …GAP_SEC_IN_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTIC… in RegisterServiceSecurity()
34 …GAP_SEC_IN_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTIC… in RegisterServiceSecurity()
37 …GAP_SEC_IN_ENCRYPTION | GAP_SEC_OUT_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTIC… in RegisterServiceSecurity()
130 #define GAP_SEC_IN_ENCRYPTION (1 << 2) macro
26 GAP_SEC_IN_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | in Startup()35 GAP_SEC_IN_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | in Startup()
27 GAP_SEC_IN_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | in Startup()36 GAP_SEC_IN_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | in Startup()
78 reqInfo->needEncryption = !!(info->securityMode & GAP_SEC_IN_ENCRYPTION); in GapAllocReqSecInfo()
333 …sterServiceSecurity(nullptr, &serverServiceInfo, GAP_SEC_IN_AUTHENTICATION | GAP_SEC_IN_ENCRYPTION) in StartUp()