Searched refs:GAP_SEC_OUT_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()
133 #define GAP_SEC_OUT_ENCRYPTION (1 << 5) macro
27 GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTICATION)) { in Startup()36 GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTICATION)) { in Startup()
28 GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTICATION)) { in Startup()37 GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTICATION)) { in Startup()
71 reqInfo->needEncryption = !!(info->securityMode & GAP_SEC_OUT_ENCRYPTION); in GapAllocReqSecInfo()
327 …erServiceSecurity(nullptr, &clientServiceInfo, GAP_SEC_OUT_AUTHENTICATION | GAP_SEC_OUT_ENCRYPTION) in StartUp()