Searched refs:AVDT_CP_SCMS_T_ID (Results 1 – 8 of 8) sorted by relevance
776 EXPECT_EQ(avdt_cfg.protect_info[1], (AVDT_CP_SCMS_T_ID & 0xFF)); in TEST_F()777 EXPECT_EQ(avdt_cfg.protect_info[2], ((AVDT_CP_SCMS_T_ID >> 8) & 0xFF)); in TEST_F()804 EXPECT_EQ(avdt_cfg.protect_info[1], (AVDT_CP_SCMS_T_ID & 0xFF)); in TEST_F()805 EXPECT_EQ(avdt_cfg.protect_info[2], ((AVDT_CP_SCMS_T_ID >> 8) & 0xFF)); in TEST_F()
135 #define AVDT_CP_SCMS_T_ID 0x0002 macro
437 UINT16_TO_STREAM(p, AVDT_CP_SCMS_T_ID); in A2DP_VendorInitCodecConfigAptx()
455 UINT16_TO_STREAM(p, AVDT_CP_SCMS_T_ID); in A2DP_VendorInitCodecConfigAptxHd()
717 UINT16_TO_STREAM(p, AVDT_CP_SCMS_T_ID); in A2DP_InitCodecConfigAac()
633 UINT16_TO_STREAM(p, AVDT_CP_SCMS_T_ID); in A2DP_VendorInitCodecConfigLdac()
836 UINT16_TO_STREAM(p, AVDT_CP_SCMS_T_ID); in A2DP_InitCodecConfigSbc()
1696 if (cp_id == AVDT_CP_SCMS_T_ID) { in ContentProtectIsScmst()