/foundation/communication/bluetooth_service/services/bluetooth/service/src/pbap_pse/ |
D | pbap_pse_gap.cpp | 38 securityInfoL2cap.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_L2CAP; in Register() 52 securityInfoRfcomm.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_RFCOMM; in Register() 75 securityInfoL2cap.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_L2CAP; in Deregister() 86 securityInfoRfcomm.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_RFCOMM; in Deregister()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/opp/ |
D | opp_gap_server.cpp | 36 securityInfoL2cap.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_L2CAP; in Register() 49 securityInfoRfcomm.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_RFCOMM; in Register() 71 securityInfoL2cap.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_L2CAP; in Deregister() 81 securityInfoRfcomm.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_RFCOMM; in Deregister()
|
D | opp_gap_client.cpp | 49 securityInfo.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_RFCOMM; in Register() 51 securityInfo.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_L2CAP; in Register() 85 securityInfo.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_L2CAP; in Deregister() 87 securityInfo.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_RFCOMM; in Deregister() 118 securityInfo.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_L2CAP; in RequestSecurity()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pbap_pce/ |
D | pbap_pce_gap.cpp | 46 securityInfo.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_RFCOMM; in Register() 48 securityInfo.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_L2CAP; in Register() 81 securityInfo.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_L2CAP; in Deregister() 83 securityInfo.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_RFCOMM; in Deregister() 112 securityInfo.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_L2CAP; in RequestSecurity()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
D | socket_gap_client.cpp | 32 serviceInfo.protocolId = SEC_PROTOCOL_RFCOMM; in RegisterServiceSecurity() 53 serviceInfo.protocolId = SEC_PROTOCOL_RFCOMM; in UnregisterSecurity()
|
D | socket_gap_server.cpp | 32 serviceInfo.protocolId = SEC_PROTOCOL_RFCOMM; in RegisterServiceSecurity() 53 serviceInfo.protocolId = SEC_PROTOCOL_RFCOMM; in UnregisterSecurity()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
D | rfcomm_gap_if.c | 132 param.info.protocolId = SEC_PROTOCOL_RFCOMM; in RfcommCheckChannelSecurity() 165 param.info.protocolId = SEC_PROTOCOL_L2CAP; in RfcommCheckSessionSecurity() 170 param.info.protocolId = SEC_PROTOCOL_RFCOMM; in RfcommCheckSessionSecurity()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
D | hfp_hf_gap_client.cpp | 26 securityInfo_.protocolId = SEC_PROTOCOL_RFCOMM; in RegisterServiceSecurity()
|
D | hfp_hf_gap_server.cpp | 28 g_securityInfo.protocolId = SEC_PROTOCOL_RFCOMM; in RegisterServiceSecurity()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
D | hfp_ag_gap_client.cpp | 26 securityInfo_.protocolId = SEC_PROTOCOL_RFCOMM; in RegisterServiceSecurity()
|
D | hfp_ag_gap_server.cpp | 28 g_securityInfo.protocolId = SEC_PROTOCOL_RFCOMM; in RegisterServiceSecurity()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
D | gap_if.c | 325 serviceInfo->protocolId ? "RFCOMM" : "L2CAP", in GAPIF_RegisterServiceSecurity() 326 … serviceInfo->protocolId ? serviceInfo->channelId.rfcommChannel : serviceInfo->channelId.l2capPsm, in GAPIF_RegisterServiceSecurity() 362 serviceInfo->protocolId ? "RFCOMM" : "L2CAP", in GAPIF_RegisterServiceSecurityAsync() 363 … serviceInfo->protocolId ? serviceInfo->channelId.rfcommChannel : serviceInfo->channelId.l2capPsm, in GAPIF_RegisterServiceSecurityAsync() 406 serviceInfo->protocolId ? "RFCOMM" : "L2CAP", in GAPIF_DeregisterServiceSecurity() 407 … serviceInfo->protocolId ? serviceInfo->channelId.rfcommChannel : serviceInfo->channelId.l2capPsm); in GAPIF_DeregisterServiceSecurity() 440 serviceInfo->protocolId ? "RFCOMM" : "L2CAP", in GAPIF_DeregisterServiceSecurityAsync() 441 … serviceInfo->protocolId ? serviceInfo->channelId.rfcommChannel : serviceInfo->channelId.l2capPsm); in GAPIF_DeregisterServiceSecurityAsync() 482 param->info.protocolId ? "RFCOMM" : "L2CAP", in GAPIF_RequestSecurity() 483 … param->info.protocolId ? param->info.channelId.rfcommChannel : param->info.channelId.l2capPsm); in GAPIF_RequestSecurity() [all …]
|
D | gap.c | 907 (regInfo->info.protocolId == serviceInfo->protocolId) && in GAP_RegisterServiceSecurity() 908 … GapCompareChannelID(serviceInfo->protocolId, regInfo->info.channelId, serviceInfo->channelId)) { in GAP_RegisterServiceSecurity() 955 regInfo->info.protocolId == serviceInfo->protocolId && in GAP_DeregisterServiceSecurity() 956 … GapCompareChannelID(serviceInfo->protocolId, regInfo->info.channelId, serviceInfo->channelId)) { in GAP_DeregisterServiceSecurity()
|
D | gap_br_sec.c | 48 return ((info1->direction == info2->direction) && (info1->protocolId == info2->protocolId) && in GapCompareServiceSecurityInfo() 49 (GapCompareChannelID(info2->protocolId, info1->channelId, info2->channelId)) && in GapCompareServiceSecurityInfo() 132 reqInfo->info.protocolId ? "RFCOMM" : "L2CAP", in GapDoSecurityCallback() 385 param->info.protocolId ? "RFCOMM" : "L2CAP"); in GAP_RequestSecurity()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/map_mce/ |
D | map_mce_mns_server.cpp | 271 serviceInfo.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_L2CAP; in RegisterServiceSecurity() 284 serviceInfo.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_RFCOMM; in RegisterServiceSecurity() 307 serviceInfo.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_L2CAP; in DeregisterServiceSecurity() 317 serviceInfo.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_RFCOMM; in DeregisterServiceSecurity()
|
D | map_mce_instance_client.cpp | 223 info.protocolId = SEC_PROTOCOL_L2CAP; // if l2cap ,then true in RegisterServiceSecurity() 227 info.protocolId = SEC_PROTOCOL_RFCOMM; // if not l2cap ,then false in RegisterServiceSecurity() 238 info.protocolId, in RegisterServiceSecurity()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
D | avctp_gap.c | 180 gapParam.info.protocolId = SEC_PROTOCOL_L2CAP; in AvctRequestSecurity() 217 gapParam.info.protocolId = SEC_PROTOCOL_L2CAP; in AvctRequestSecurityBy()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/map_mse/ |
D | map_mse_instance.cpp | 886 .protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_L2CAP, in RegistGap() 900 .protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_RFCOMM, in RegistGap() 908 serviceInfo.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_RFCOMM; in RegistGap() 927 .protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_L2CAP, in UnRegistGap() 938 .protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_RFCOMM, in UnRegistGap() 945 serviceInfo.protocolId = GAP_SecMultiplexingProtocol::SEC_PROTOCOL_RFCOMM; in UnRegistGap()
|
D | map_mse_mnscli.cpp | 121 .protocolId = isL2cap ? GAP_SecMultiplexingProtocol::SEC_PROTOCOL_L2CAP in RegistGap() 152 .protocolId = isL2cap ? GAP_SecMultiplexingProtocol::SEC_PROTOCOL_L2CAP in UnRegistGap()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
D | a2dp_profile.h | 596 GAP_SecMultiplexingProtocol protocolId, GapSecChannel channelId, uint16_t securityMode);
|
D | a2dp_profile.cpp | 43 GAP_SecMultiplexingProtocol protocolId, GapSecChannel channelId, uint16_t securityMode) in RegisterServiceSecurity() argument 47 GapServiceSecurityInfo securityInfo = {direction, serviceId, protocolId, channelId}; in RegisterServiceSecurity()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
D | gap_if.h | 141 GAP_SecMultiplexingProtocol protocolId; member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
D | avdtp_l2cap.c | 150 param.info.protocolId = SEC_PROTOCOL_L2CAP; in AvdtConnectSignalingIndication()
|
D | avdtp_impl.c | 1623 param.info.protocolId = SEC_PROTOCOL_L2CAP; in AvdtActConnReq()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
D | att_connect.c | 606 gapSecurity->info.protocolId = SEC_PROTOCOL_L2CAP; in AttAssignGAPRequestSecurity()
|