Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_gap.cpp39 …egisterServiceSecurity(nullptr, &avctInfo, GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in RegisterSecurity()
41 …egisterServiceSecurity(nullptr, &avctInfo, GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in RegisterSecurity()
45 …isterServiceSecurity(nullptr, &avctBrinfo, GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in RegisterSecurity()
48 …isterServiceSecurity(nullptr, &avctBrinfo, GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in RegisterSecurity()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_gap.cpp39 …egisterServiceSecurity(nullptr, &avctInfo, GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in RegisterSecurity()
41 …egisterServiceSecurity(nullptr, &avctInfo, GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in RegisterSecurity()
45 …isterServiceSecurity(nullptr, &avctBrinfo, GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in RegisterSecurity()
48 …isterServiceSecurity(nullptr, &avctBrinfo, GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION); in RegisterSecurity()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_gap_client.cpp32 …C_IN_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTICATION); in RegisterServiceSecurity()
H A Dhfp_ag_gap_server.cpp34 …C_IN_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTICATION); in RegisterServiceSecurity()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_gap_client.cpp32 …C_IN_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTICATION); in RegisterServiceSecurity()
H A Dhfp_hf_gap_server.cpp34 …C_IN_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_ENCRYPTION | GAP_SEC_OUT_AUTHENTICATION); in RegisterServiceSecurity()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_gap_client.cpp37 …EC_IN_ENCRYPTION | GAP_SEC_OUT_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION; in RegisterServiceSecurity()
H A Dsocket_gap_server.cpp37 …EC_IN_ENCRYPTION | GAP_SEC_OUT_ENCRYPTION | GAP_SEC_IN_AUTHENTICATION | GAP_SEC_OUT_AUTHENTICATION; in RegisterServiceSecurity()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h132 #define GAP_SEC_OUT_AUTHENTICATION (1 << 4) macro
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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_SE… in StartUp()