Home
last modified time | relevance | path

Searched refs:SEC_PROTOCOL_L2CAP (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_gap.cpp38 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 Davrcp_ct_gap.cpp38 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 Drfcomm_gap_if.c165 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 Davctp_gap.c180 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 Dhid_host_l2cap_connection.cpp23 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 Dgap_if.h115 SEC_PROTOCOL_L2CAP, enumerator
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp24 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 Da2dp_profile.cpp57 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 Dgatt_connection_manager.cpp324 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 Davdtp_l2cap.c150 param.info.protocolId = SEC_PROTOCOL_L2CAP; in AvdtConnectSignalingIndication()
H A Davdtp_impl.c1623 param.info.protocolId = SEC_PROTOCOL_L2CAP; in AvdtActConnReq()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.c272 return (protocolID == SEC_PROTOCOL_L2CAP) ? (channelID1.l2capPsm == channelID2.l2capPsm) in GapCompareChannelID()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c606 gapSecurity->info.protocolId = SEC_PROTOCOL_L2CAP; in AttAssignGAPRequestSecurity()

Completed in 20 milliseconds