Home
last modified time | relevance | path

Searched refs:g_securityInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_gap_server.cpp22 GapServiceSecurityInfo HfpAgGapServer::g_securityInfo; member in OHOS::bluetooth::HfpAgGapServer
27 g_securityInfo.direction = INCOMING; in RegisterServiceSecurity()
28 g_securityInfo.protocolId = SEC_PROTOCOL_RFCOMM; in RegisterServiceSecurity()
29 g_securityInfo.channelId = secChan; in RegisterServiceSecurity()
30 g_securityInfo.serviceId = HFP_AG; in RegisterServiceSecurity()
33 &g_securityInfo, in RegisterServiceSecurity()
41 int ret = GAPIF_DeregisterServiceSecurity(nullptr, &g_securityInfo); in DeregisterServiceSecurity()
H A Dhfp_ag_gap_server.h57 static GapServiceSecurityInfo g_securityInfo; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_gap_server.cpp22 GapServiceSecurityInfo HfpHfGapServer::g_securityInfo; member in OHOS::bluetooth::HfpHfGapServer
27 g_securityInfo.direction = INCOMING; in RegisterServiceSecurity()
28 g_securityInfo.protocolId = SEC_PROTOCOL_RFCOMM; in RegisterServiceSecurity()
29 g_securityInfo.channelId = secChan; in RegisterServiceSecurity()
30 g_securityInfo.serviceId = HFP_HF; in RegisterServiceSecurity()
33 &g_securityInfo, in RegisterServiceSecurity()
41 int ret = GAPIF_DeregisterServiceSecurity(nullptr, &g_securityInfo); in DeregisterServiceSecurity()
H A Dhfp_hf_gap_server.h57 static GapServiceSecurityInfo g_securityInfo; variable