Searched refs:AVCT_PSM (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/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() 61 GapServiceSecurityInfo avctInfo = {INCOMING, AVRCP_CT, SEC_PROTOCOL_L2CAP, {AVCT_PSM}}; in UnregisterSecurity()
|
/ohos5.0/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() 61 GapServiceSecurityInfo avctInfo = {INCOMING, AVRCP_TG, SEC_PROTOCOL_L2CAP, {AVCT_PSM}}; in UnregisterSecurity()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp.c | 67 if (L2CIF_RegisterService(AVCT_PSM, (L2capService *)&G_AVCT_L2C_SVR, NULL, NULL)) { in AvctStartup() 95 L2CIF_DeregisterService(AVCT_PSM, NULL); in AvctShutdown()
|
H A D | avctp_gap.c | 84 …if (L2CIF_ConnectReq(&(cbDev->peerAddr), AVCT_PSM, AVCT_PSM, NULL, AvctCtrlL2CIFConnectReqCallback… in AvctSecurityResult() 221 if (lpsm == AVCT_PSM) { in AvctRequestSecurityBy()
|
H A D | avctp_ctrl_l2cap.c | 90 if (lpsm == AVCT_PSM) { in AvctRecvConnectionReqCBack() 113 if (psm != AVCT_PSM) { in AvctRecvConnectionReqAct()
|
H A D | avctp_ctrl_act.c | 52 AvctRequestSecurity(cbDev, serviceId, AVCT_PSM); in AvctCbCtrlChConn()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avctp.h | 47 #define AVCT_PSM 0x0017 macro
|