Home
last modified time | relevance | path

Searched refs:securityInfo (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_l2cap_connection.cpp23 GapServiceSecurityInfo securityInfo = {INCOMING, HID_HOST, SEC_PROTOCOL_L2CAP, in Startup() local
25 if (GAPIF_RegisterServiceSecurity(nullptr, &securityInfo, in Startup()
32 securityInfo = {OUTGOING, HID_HOST, SEC_PROTOCOL_L2CAP, in Startup()
34 if (GAPIF_RegisterServiceSecurity(nullptr, &securityInfo, in Startup()
59 GapServiceSecurityInfo securityInfo = {INCOMING, HID_HOST, SEC_PROTOCOL_L2CAP, in Shutdown() local
61 GAPIF_DeregisterServiceSecurity(nullptr, &securityInfo); in Shutdown()
62 securityInfo = {OUTGOING, HID_HOST, SEC_PROTOCOL_L2CAP, in Shutdown()
64 GAPIF_DeregisterServiceSecurity(nullptr, &securityInfo); in Shutdown()
697 GapServiceSecurityInfo securityInfo; in SendGapRequestSecurity() local
700 securityInfo in SendGapRequestSecurity()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
H A Ddfx_types.h116 SecurityInfo securityInfo; member
123 SecurityInfo securityInfo; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp24 GapServiceSecurityInfo securityInfo = {INCOMING, PAN_BNEP, SEC_PROTOCOL_L2CAP, in Startup() local
26 if (GAPIF_RegisterServiceSecurity(nullptr, &securityInfo, in Startup()
33 securityInfo = {OUTGOING, PAN_BNEP, SEC_PROTOCOL_L2CAP, in Startup()
35 if (GAPIF_RegisterServiceSecurity(nullptr, &securityInfo, in Startup()
53 GapServiceSecurityInfo securityInfo = {INCOMING, PAN_BNEP, SEC_PROTOCOL_L2CAP, in Shutdown() local
55 GAPIF_DeregisterServiceSecurity(nullptr, &securityInfo); in Shutdown()
56 securityInfo = {OUTGOING, PAN_BNEP, SEC_PROTOCOL_L2CAP, in Shutdown()
58 GAPIF_DeregisterServiceSecurity(nullptr, &securityInfo); in Shutdown()
659 GapServiceSecurityInfo securityInfo; in SendGapRequestSecurity() local
662 securityInfo in SendGapRequestSecurity()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp47 GapServiceSecurityInfo securityInfo = {direction, serviceId, protocolId, channelId}; in RegisterServiceSecurity() local
48 int ret = GAPIF_RegisterServiceSecurity(nullptr, &securityInfo, securityMode); in RegisterServiceSecurity()
57 GapServiceSecurityInfo securityInfo = {direction, serviceId, SEC_PROTOCOL_L2CAP, {AVDT_PSM}}; in DeregisterServiceSecurity() local
58 int ret = GAPIF_DeregisterServiceSecurity(nullptr, &securityInfo); in DeregisterServiceSecurity()

Completed in 6 milliseconds