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 D | avrcp_tg_gap.cpp | 43 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 D | avrcp_tg_sdp.cpp | 159 addlDsc.parameter[0].parameter[0].value = AVCT_BR_PSM; in AddProtocolDescriptorList()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_gap.cpp | 43 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 D | avrcp_ct_sdp.cpp | 159 addlDsc.parameter[0].parameter[0].value = AVCT_BR_PSM; in AddProtocolDescriptorList()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp.c | 71 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 D | avctp_gap.c | 95 if (L2CIF_ConnectReq(&(cbDev->peerAddr), AVCT_BR_PSM, AVCT_BR_PSM, NULL, AvctBrwL2CIFConnectReqCallback)) { in AvctSecurityResult()
|
H A D | avctp_br_l2cap.c | 91 if (lpsm == AVCT_BR_PSM) { in AvctBrRecvConnectionReqCBack() 115 if (psm != AVCT_BR_PSM) { in AvctBrRecvConnectionReqAct()
|
H A D | avctp_br_act.c | 45 AvctRequestSecurity(cbDev, serviceId, AVCT_BR_PSM); in AvctCbBrChConn()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avctp.h | 48 #define AVCT_BR_PSM 0x001B macro
|
Completed in 4 milliseconds