Allow Bluetooth process to access /dev/uhid in SELinux Policy

Bug: 37476041
Test: make, pair and connect to HID device
Change-Id: Ic7e81382994769e3f3a91255dcf3624edeaf6bfd
diff --git a/private/bluetooth.te b/private/bluetooth.te
index 8b25ecc..67e514a 100644
--- a/private/bluetooth.te
+++ b/private/bluetooth.te
@@ -32,6 +32,9 @@
 allow bluetooth tun_device:chr_file rw_file_perms;
 allow bluetooth efs_file:dir search;
 
+# allow Bluetooth to access uhid device for HID profile
+allow bluetooth uhid_device:chr_file rw_file_perms;
+
 # proc access.
 allow bluetooth proc_bluetooth_writable:file rw_file_perms;