1 allow hal_bluetooth sysfs:file rw_file_perms; 2 allow hal_bluetooth sysfs_usb:file w_file_perms; 3 4 allow hal_bluetooth ttyHS0_device:chr_file rw_file_perms; 5 allow hal_bluetooth start_hci_filter:unix_stream_socket connectto; 6 7 set_prop(hal_bluetooth, wc_transport_prop) 8 9 # read /persist/bdaddr.txt 10 allow hal_bluetooth persist_file:dir search; 11 allow hal_bluetooth persist_file:file r_file_perms; 12