Remove unnecessary policy from bluetooth domain

wcnss_filter and wc_prop are now covered by hal_bluetooth rules.
priv_sock_ioctls rule is not needed here because it's granted in the
common/device-agnostic policy.

Test: Toggle Bluetooth off and on
Test: Pair with another Android, and transfer a file to that Android
      over Bluetooth
Test: Pair with a Bluetooth speaker, play music through that
      speaker over Bluetooth
Bug: 34170079

Change-Id: I5ef28620c92c96bba3d183c1b4fb4af1207d54fa
diff --git a/sepolicy/bluetooth.te b/sepolicy/bluetooth.te
deleted file mode 100644
index 851b715..0000000
--- a/sepolicy/bluetooth.te
+++ /dev/null
@@ -1,6 +0,0 @@
-allow bluetooth wcnss_filter:unix_stream_socket connectto;
-
-set_prop(bluetooth, wc_prop)
-
-# Allow access to net_admin ioctls
-allowxperm bluetooth self:udp_socket ioctl priv_sock_ioctls;