Home
last modified time | relevance | path

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 Davrcp_ct_gap.cpp38 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 Davrcp_tg_gap.cpp38 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 Davctp.c67 if (L2CIF_RegisterService(AVCT_PSM, (L2capService *)&G_AVCT_L2C_SVR, NULL, NULL)) { in AvctStartup()
95 L2CIF_DeregisterService(AVCT_PSM, NULL); in AvctShutdown()
H A Davctp_gap.c84 …if (L2CIF_ConnectReq(&(cbDev->peerAddr), AVCT_PSM, AVCT_PSM, NULL, AvctCtrlL2CIFConnectReqCallback… in AvctSecurityResult()
221 if (lpsm == AVCT_PSM) { in AvctRequestSecurityBy()
H A Davctp_ctrl_l2cap.c90 if (lpsm == AVCT_PSM) { in AvctRecvConnectionReqCBack()
113 if (psm != AVCT_PSM) { in AvctRecvConnectionReqAct()
H A Davctp_ctrl_act.c52 AvctRequestSecurity(cbDev, serviceId, AVCT_PSM); in AvctCbCtrlChConn()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davctp.h47 #define AVCT_PSM 0x0017 macro