/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_gap.cpp | 38 GapServiceSecurityInfo avctInfo = {INCOMING, AVRCP_TG, SEC_PROTOCOL_L2CAP, {AVCT_PSM}}; in RegisterSecurity() 43 GapServiceSecurityInfo avctBrinfo = {INCOMING, AVRCP_TG_BROWSING, SEC_PROTOCOL_L2CAP, {AVCT_BR_PSM}}; in RegisterSecurity() 61 GapServiceSecurityInfo avctInfo = {INCOMING, AVRCP_TG, SEC_PROTOCOL_L2CAP, {AVCT_PSM}}; in UnregisterSecurity() 66 GapServiceSecurityInfo avctBrinfo = {INCOMING, AVRCP_TG_BROWSING, SEC_PROTOCOL_L2CAP, {AVCT_BR_PSM}}; in UnregisterSecurity()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_gap.cpp | 38 GapServiceSecurityInfo avctInfo = {INCOMING, AVRCP_CT, SEC_PROTOCOL_L2CAP, {AVCT_PSM}}; in RegisterSecurity() 43 GapServiceSecurityInfo avctBrinfo = {INCOMING, AVRCP_CT_BROWSING, SEC_PROTOCOL_L2CAP, {AVCT_BR_PSM}}; in RegisterSecurity() 61 GapServiceSecurityInfo avctInfo = {INCOMING, AVRCP_CT, SEC_PROTOCOL_L2CAP, {AVCT_PSM}}; in UnregisterSecurity() 66 GapServiceSecurityInfo avctBrinfo = {INCOMING, AVRCP_CT_BROWSING, SEC_PROTOCOL_L2CAP, {AVCT_BR_PSM}}; in UnregisterSecurity()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_gap_if.c | 165 param.info.protocolId = SEC_PROTOCOL_L2CAP; in RfcommCheckSessionSecurity() 190 GapServiceSecurityInfo serviceInfo = {INCOMING, RFCOMM, SEC_PROTOCOL_L2CAP, {BT_PSM_RFCOMM}}; in RfcommRegisterSecurity() 206 GapServiceSecurityInfo serviceInfo = {INCOMING, RFCOMM, SEC_PROTOCOL_L2CAP, {BT_PSM_RFCOMM}}; in RfcommDeregisterSecurity()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A 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/hid_host/ |
H A D | hid_host_l2cap_connection.cpp | 23 GapServiceSecurityInfo securityInfo = {INCOMING, HID_HOST, SEC_PROTOCOL_L2CAP, in Startup() 32 securityInfo = {OUTGOING, HID_HOST, SEC_PROTOCOL_L2CAP, in Startup() 59 GapServiceSecurityInfo securityInfo = {INCOMING, HID_HOST, SEC_PROTOCOL_L2CAP, in Shutdown() 62 securityInfo = {OUTGOING, HID_HOST, SEC_PROTOCOL_L2CAP, in Shutdown() 700 securityInfo = {INCOMING, HID_HOST, SEC_PROTOCOL_L2CAP, in SendGapRequestSecurity() 712 securityInfo = {OUTGOING, HID_HOST, SEC_PROTOCOL_L2CAP, in SendGapRequestSecurity()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | gap_if.h | 115 SEC_PROTOCOL_L2CAP, enumerator
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_bnep.cpp | 24 GapServiceSecurityInfo securityInfo = {INCOMING, PAN_BNEP, SEC_PROTOCOL_L2CAP, in Startup() 33 securityInfo = {OUTGOING, PAN_BNEP, SEC_PROTOCOL_L2CAP, in Startup() 53 GapServiceSecurityInfo securityInfo = {INCOMING, PAN_BNEP, SEC_PROTOCOL_L2CAP, in Shutdown() 56 securityInfo = {OUTGOING, PAN_BNEP, SEC_PROTOCOL_L2CAP, in Shutdown() 662 securityInfo = {INCOMING, PAN_BNEP, SEC_PROTOCOL_L2CAP, in SendGapRequestSecurity() 674 securityInfo = {OUTGOING, PAN_BNEP, SEC_PROTOCOL_L2CAP, in SendGapRequestSecurity()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile.cpp | 57 GapServiceSecurityInfo securityInfo = {direction, serviceId, SEC_PROTOCOL_L2CAP, {AVDT_PSM}}; in DeregisterServiceSecurity() 152 SEC_PROTOCOL_L2CAP, { .l2capPsm = AVDT_PSM }, in Enable() 155 SEC_PROTOCOL_L2CAP, { .l2capPsm = AVDT_PSM }, in Enable()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_connection_manager.cpp | 324 GapServiceSecurityInfo clientServiceInfo = {OUTGOING, GATT_CLIENT, SEC_PROTOCOL_L2CAP, {BT_PSM_GATT}}; in StartUp() 325 GapServiceSecurityInfo serverServiceInfo = {INCOMING, GATT_SERVER, SEC_PROTOCOL_L2CAP, {BT_PSM_GATT}}; in StartUp() 358 GapServiceSecurityInfo clientServiceInfo = {OUTGOING, GATT_CLIENT, SEC_PROTOCOL_L2CAP, {BT_PSM_GATT}}; in ShutDown() 359 GapServiceSecurityInfo serverServiceInfo = {INCOMING, GATT_SERVER, SEC_PROTOCOL_L2CAP, {BT_PSM_GATT}}; in ShutDown()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_l2cap.c | 150 param.info.protocolId = SEC_PROTOCOL_L2CAP; in AvdtConnectSignalingIndication()
|
H A D | avdtp_impl.c | 1623 param.info.protocolId = SEC_PROTOCOL_L2CAP; in AvdtActConnReq()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap.c | 272 return (protocolID == SEC_PROTOCOL_L2CAP) ? (channelID1.l2capPsm == channelID2.l2capPsm) in GapCompareChannelID()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_connect.c | 606 gapSecurity->info.protocolId = SEC_PROTOCOL_L2CAP; in AttAssignGAPRequestSecurity()
|