Searched refs:INTEROP_DISABLE_ABSOLUTE_VOLUME (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/device/test/ |
D | interop_test.cc | 136 EXPECT_TRUE(interop_match_addr(INTEROP_DISABLE_ABSOLUTE_VOLUME, &test_address)); in TEST_F() 265 EXPECT_FALSE(interop_match_addr(INTEROP_DISABLE_ABSOLUTE_VOLUME, &test_address)); in TEST_F() 402 EXPECT_FALSE(interop_match_name(INTEROP_DISABLE_ABSOLUTE_VOLUME, "TEST")); in TEST_F() 467 EXPECT_TRUE(interop_match_addr(INTEROP_DISABLE_ABSOLUTE_VOLUME, &test_address)); in TEST_F() 469 EXPECT_TRUE(interop_match_addr(INTEROP_DISABLE_ABSOLUTE_VOLUME, &test_address)); in TEST_F() 471 EXPECT_TRUE(interop_match_addr(INTEROP_DISABLE_ABSOLUTE_VOLUME, &test_address)); in TEST_F() 481 EXPECT_FALSE(interop_match_addr(INTEROP_DISABLE_ABSOLUTE_VOLUME, &test_address)); in TEST_F() 483 EXPECT_FALSE(interop_match_addr(INTEROP_DISABLE_ABSOLUTE_VOLUME, &test_address)); in TEST_F()
|
/aosp_15_r20/packages/modules/Bluetooth/system/device/include/ |
D | interop.h | 49 INTEROP_DISABLE_ABSOLUTE_VOLUME, enumerator
|
/aosp_15_r20/packages/modules/Bluetooth/system/device/fuzzer/ |
D | README.md | 17 …BLE_LE_SECURE_CONNECTIONS` 1.`INTEROP_AUTO_RETRY_PAIRING` 2.`INTEROP_DISABLE_ABSOLUTE_VOLUME` 3.`I…
|
D | btdevice_esco_fuzzer.cpp | 35 interop_feature_t::INTEROP_DISABLE_ABSOLUTE_VOLUME,
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/apex/com.android.btservices/android_common_scs_com.android.btservices/image.apex/etc/bluetooth/ |
D | interop_database.conf | 81 [INTEROP_DISABLE_ABSOLUTE_VOLUME]
|
/aosp_15_r20/out/target/product/shiba/obj/ETC/etc_bluetooth_interop_database.conf.com.android.btservices_intermediates/ |
D | interop_database.conf | 81 [INTEROP_DISABLE_ABSOLUTE_VOLUME]
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/conf/interop_database.conf/android_arm64_armv8-2a_cortex-a55/ |
D | interop_database.conf | 81 [INTEROP_DISABLE_ABSOLUTE_VOLUME]
|
/aosp_15_r20/out/target/product/shiba/obj/PACKAGING/check_vintf_all_intermediates/apex/com.android.btservices/etc/bluetooth/ |
D | interop_database.conf | 81 [INTEROP_DISABLE_ABSOLUTE_VOLUME]
|
/aosp_15_r20/packages/modules/Bluetooth/system/conf/ |
D | interop_database.conf | 81 [INTEROP_DISABLE_ABSOLUTE_VOLUME]
|
/aosp_15_r20/packages/modules/Bluetooth/system/profile/avrcp/ |
D | connection_handler.cc | 73 if (interop_match_addr(INTEROP_DISABLE_ABSOLUTE_VOLUME, bdaddr)) { in IsAbsoluteVolumeEnabled()
|
/aosp_15_r20/packages/modules/Bluetooth/system/device/src/ |
D | interop.cc | 329 CASE_RETURN_STR(INTEROP_DISABLE_ABSOLUTE_VOLUME) in interop_feature_string_()
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_rc.cc | 684 if (interop_match_addr(INTEROP_DISABLE_ABSOLUTE_VOLUME, &p_dev->rc_addr) || in handle_rc_features()
|