Searched refs:AVDT_PSM (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp.c | 59 if (L2CIF_RegisterService(AVDT_PSM, (L2capService *)&G_AVDT_L2C_APPL, NULL, NULL)) { in AvdtStartup() 80 L2CIF_DeregisterService(AVDT_PSM, NULL); in AvdtShutdown()
|
H A D | avdtp_impl.c | 1439 L2CIF_ConnectReq(&sigCtrl->peerAddress, AVDT_PSM, AVDT_PSM, NULL, AvdtStreamConnectReqCallback); in AvdtActStreamOpenReq() 1619 chlId.l2capPsm = AVDT_PSM; in AvdtActConnReq() 1872 AVDT_PSM, in AvdtSecurityCheck() 1874 if (L2CIF_ConnectReq(&sigCtrl->peerAddress, AVDT_PSM, AVDT_PSM, NULL, AvdtSignalConnectReqCallback)) { in AvdtSecurityCheck()
|
H A D | avdtp_l2cap.c | 128 chlId.l2capPsm = AVDT_PSM; in AvdtConnectSignalingIndication()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avdtp.h | 157 #define AVDT_PSM 0x0019 // PSM for AVDT macro
|
/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()
|
Completed in 8 milliseconds