Let RadioExt talk to bt hal

Bug: 227122249
Test: Manual
Change-Id: I9f41615e8e862af147d6f47e5e4c4e0dde40c233
diff --git a/tracking_denials/hal_radioext_default.te b/tracking_denials/hal_radioext_default.te
deleted file mode 100644
index 74a400d..0000000
--- a/tracking_denials/hal_radioext_default.te
+++ /dev/null
@@ -1,2 +0,0 @@
-# b/227122249
-dontaudit hal_radioext_default hal_bluetooth_coexistence_hwservice:hwservice_manager { find };
diff --git a/whitechapel_pro/hal_radioext_default.te b/whitechapel_pro/hal_radioext_default.te
index a5a0f3e..eef71cf 100644
--- a/whitechapel_pro/hal_radioext_default.te
+++ b/whitechapel_pro/hal_radioext_default.te
@@ -7,6 +7,7 @@
 add_hwservice(hal_radioext_default, hal_radioext_hwservice)
 
 binder_call(hal_radioext_default, grilservice_app)
+binder_call(hal_radioext_default, hal_bluetooth_btlinux)
 
 # RW /dev/oem_ipc0
 allow hal_radioext_default radio_device:chr_file rw_file_perms;
@@ -16,3 +17,5 @@
 allow hal_radioext_default radio_vendor_data_file:file create_file_perms;
 allow hal_radioext_default sysfs_display:file rw_file_perms;
 
+# Bluetooth
+allow hal_radioext_default hal_bluetooth_coexistence_hwservice:hwservice_manager find;