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 the HAL to call cccdktimesync registered callbacks
9binder_call(hal_bluetooth_btlinux, vendor_cccdktimesync_app)
10