Home
last modified time | relevance | path

Searched refs:AVCT_BR_PSM (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_gap.cpp43 GapServiceSecurityInfo avctBrinfo = {INCOMING, AVRCP_TG_BROWSING, SEC_PROTOCOL_L2CAP, {AVCT_BR_PSM}}; in RegisterSecurity()
66 GapServiceSecurityInfo avctBrinfo = {INCOMING, AVRCP_TG_BROWSING, SEC_PROTOCOL_L2CAP, {AVCT_BR_PSM}}; in UnregisterSecurity()
H A Davrcp_tg_sdp.cpp159 addlDsc.parameter[0].parameter[0].value = AVCT_BR_PSM; in AddProtocolDescriptorList()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_gap.cpp43 GapServiceSecurityInfo avctBrinfo = {INCOMING, AVRCP_CT_BROWSING, SEC_PROTOCOL_L2CAP, {AVCT_BR_PSM}}; in RegisterSecurity()
66 GapServiceSecurityInfo avctBrinfo = {INCOMING, AVRCP_CT_BROWSING, SEC_PROTOCOL_L2CAP, {AVCT_BR_PSM}}; in UnregisterSecurity()
H A Davrcp_ct_sdp.cpp159 addlDsc.parameter[0].parameter[0].value = AVCT_BR_PSM; in AddProtocolDescriptorList()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp.c71 if (L2CIF_RegisterService(AVCT_BR_PSM, (L2capService *)&G_AVCT_BR_L2C_SVR, NULL, NULL)) { in AvctStartup()
72 LOG_ERROR("[AVCT] %{public}s:L2CIF_RegisterService AVCT_BR_PSM failed.", __func__); in AvctStartup()
96 L2CIF_DeregisterService(AVCT_BR_PSM, NULL); in AvctShutdown()
H A Davctp_gap.c95 if (L2CIF_ConnectReq(&(cbDev->peerAddr), AVCT_BR_PSM, AVCT_BR_PSM, NULL, AvctBrwL2CIFConnectReqCallback)) { in AvctSecurityResult()
H A Davctp_br_l2cap.c91 if (lpsm == AVCT_BR_PSM) { in AvctBrRecvConnectionReqCBack()
115 if (psm != AVCT_BR_PSM) { in AvctBrRecvConnectionReqAct()
H A Davctp_br_act.c45 AvctRequestSecurity(cbDev, serviceId, AVCT_BR_PSM); in AvctCbBrChConn()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davctp.h48 #define AVCT_BR_PSM 0x001B macro

Completed in 5 milliseconds