Revert "Update bluetooth perm checking to perm cache"
This reverts commit fe085f77819c7a71380a4c2d9d543aa854c80743.
Reason for revert: b/381940267
Will test with abtd prior to merge
Change-Id: I621307c17c5377d3f89053fecc32486b16d57061
diff --git a/media/audioaidlconversion/AidlConversionCppNdk.cpp b/media/audioaidlconversion/AidlConversionCppNdk.cpp
index 0b784a3..f739f3c 100644
--- a/media/audioaidlconversion/AidlConversionCppNdk.cpp
+++ b/media/audioaidlconversion/AidlConversionCppNdk.cpp
@@ -1064,7 +1064,7 @@
// Use '01' for LSB bits 0 and 1 as Bluetooth MAC addresses are never multicast
// and universaly administered
constexpr std::array<uint8_t, 4> BTANON_PREFIX {0xFD, 0xFF, 0xFF, 0xFF};
- // Keep sync with ServiceUtilities.cpp anonymizeBluetoothAddress
+ // Keep sync with ServiceUtilities.cpp mustAnonymizeBluetoothAddress
constexpr const char * BTANON_PREFIX_STR = "XX:XX:XX:XX:";
}