Home
last modified time | relevance | path

Searched refs:GAP_SEC_OUT_AUTHENTICATION (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_gap.cpp39 result |= GAPIF_RegisterServiceSecurity(nullptr, &avctInfo, GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in RegisterSecurity()
41 result |= GAPIF_RegisterServiceSecurity(nullptr, &avctInfo, GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in RegisterSecurity()
45 GAPIF_RegisterServiceSecurity(nullptr, &avctBrinfo, GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in RegisterSecurity()
48 GAPIF_RegisterServiceSecurity(nullptr, &avctBrinfo, GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in RegisterSecurity()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_gap.cpp39 result |= GAPIF_RegisterServiceSecurity(nullptr, &avctInfo, GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in RegisterSecurity()
41 result |= GAPIF_RegisterServiceSecurity(nullptr, &avctInfo, GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in RegisterSecurity()
45 GAPIF_RegisterServiceSecurity(nullptr, &avctBrinfo, GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in RegisterSecurity()
48 GAPIF_RegisterServiceSecurity(nullptr, &avctBrinfo, GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in RegisterSecurity()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_gap_client.cpp32 GAP_SEC_IN_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTICATION); in RegisterServiceSecurity()
H A Dhfp_ag_gap_server.cpp34 GAP_SEC_IN_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTICATION); in RegisterServiceSecurity()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_gap_client.cpp32 GAP_SEC_IN_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTICATION); in RegisterServiceSecurity()
H A Dhfp_hf_gap_server.cpp34 GAP_SEC_IN_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTICATION); in RegisterServiceSecurity()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_gap_server.cpp37 GAP_SEC_IN_ENCRYPTION | GAP_SEC_OUT_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION; in RegisterServiceSecurity()
H A Dsocket_gap_client.cpp37 GAP_SEC_IN_ENCRYPTION | GAP_SEC_OUT_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION; in RegisterServiceSecurity()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h132 #define GAP_SEC_OUT_AUTHENTICATION (1 << 4) macro
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_l2cap_connection.cpp27 GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTICATION)) { in Startup()
36 GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTICATION)) { in Startup()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp153 GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in Enable()
156 GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in Enable()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp28 GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTICATION)) { in Startup()
37 GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTICATION)) { in Startup()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c70 reqInfo->needAuthentication = !!(info->securityMode & GAP_SEC_OUT_AUTHENTICATION); in GapAllocReqSecInfo()
1071 tempInfo.securityMode = GAP_SEC_OUT_AUTHENTICATION; in GAP_AuthenticationReq()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp327 if (GAPIF_RegisterServiceSecurity(nullptr, &clientServiceInfo, GAP_SEC_OUT_AUTHENTICATION | GAP_SEC_OUT_ENCRYPTION) in StartUp()

Completed in 13 milliseconds