1# Allow access to always-on compute device node
2allow hal_bluetooth_btlinux aoc_device:chr_file rw_file_perms;
3allow hal_bluetooth_btlinux device:dir r_dir_perms;
4
5allow hal_bluetooth_btlinux vendor_bt_data_file:dir rw_dir_perms;
6allow hal_bluetooth_btlinux vendor_bt_data_file:file create_file_perms;
7
8# Allow triggering uart skip suspend
9allow hal_bluetooth_btlinux sysfs_bt_uart:file rw_file_perms;
10
11# allow the HAL to call cccdktimesync registered callbacks
12binder_call(hal_bluetooth_btlinux, vendor_cccdktimesync_app)
13