Searched refs:AVDT_CP_SCMS_T_ID (Results 1 – 8 of 8) sorted by relevance
815 EXPECT_EQ(avdt_cfg.protect_info[1], (AVDT_CP_SCMS_T_ID & 0xFF)); in TEST_F()816 EXPECT_EQ(avdt_cfg.protect_info[2], ((AVDT_CP_SCMS_T_ID >> 8) & 0xFF)); in TEST_F()853 EXPECT_EQ(avdt_cfg.protect_info[1], (AVDT_CP_SCMS_T_ID & 0xFF)); in TEST_F()854 EXPECT_EQ(avdt_cfg.protect_info[2], ((AVDT_CP_SCMS_T_ID >> 8) & 0xFF)); in TEST_F()
176 #define AVDT_CP_SCMS_T_ID 0x0002 macro
430 UINT16_TO_STREAM(p, AVDT_CP_SCMS_T_ID); in A2DP_VendorInitCodecConfigAptx()
448 UINT16_TO_STREAM(p, AVDT_CP_SCMS_T_ID); in A2DP_VendorInitCodecConfigAptxHd()
625 UINT16_TO_STREAM(p, AVDT_CP_SCMS_T_ID); in A2DP_VendorInitCodecConfigLdac()
740 UINT16_TO_STREAM(p, AVDT_CP_SCMS_T_ID); in A2DP_InitCodecConfigAac()
828 UINT16_TO_STREAM(p, AVDT_CP_SCMS_T_ID); in A2DP_InitCodecConfigSbc()
1726 if (cp_id == AVDT_CP_SCMS_T_ID) { in ContentProtectIsScmst()