Revert^2 "Update bluetooth perm checking to perm cache"

This reverts commit 8b79359eb7a51a2ff0a4285801636dab600f0080.

Reason for revert: Re-land

Test: Manual a2dp/sco playback, disconnect/connect
Test: Security POC
Test: avatar A2dpTest#test_avdt_handle_suspend_cfm_bad_state_error
Test: v2/pandora-prod-team/pts-bot
Bug: 285588444
Bug: 381940267
Bug: 382088208

Change-Id: I8cdf337c419651cbd21f6f3314bd31205621d7a1
diff --git a/media/utils/ServiceUtilities.cpp b/media/utils/ServiceUtilities.cpp
index 8ceff96..ce8e00e 100644
--- a/media/utils/ServiceUtilities.cpp
+++ b/media/utils/ServiceUtilities.cpp
@@ -544,7 +544,7 @@
  * @param caller string identifying the caller for logging.
  * @return true if the MAC addresses must be anonymized, false otherwise.
  */
-bool mustAnonymizeBluetoothAddress(
+bool mustAnonymizeBluetoothAddressLegacy(
         const AttributionSourceState& attributionSource, const String16&) {
     uid_t uid = VALUE_OR_FATAL(aidl2legacy_int32_t_uid_t(attributionSource.uid));
     bool res;