Merge "Revert "bluetooth: Allow triggering AOC reset from BT HAL"" into udc-qpr-dev

This commit is contained in:
Brian Duddie 2023-10-12 22:25:50 +00:00 committed by Android (Google) Code Review
commit c387226619

View file

@ -5,9 +5,5 @@ allow hal_bluetooth_btlinux device:dir r_dir_perms;
allow hal_bluetooth_btlinux vendor_bt_data_file:dir rw_dir_perms;
allow hal_bluetooth_btlinux vendor_bt_data_file:file create_file_perms;
# Allow triggering AOC reset
allow hal_bluetooth_btlinux sysfs_aoc:dir search;
allow hal_bluetooth_btlinux sysfs_aoc_reset:file rw_file_perms;
# allow the HAL to call cccdktimesync registered callbacks
binder_call(hal_bluetooth_btlinux, vendor_cccdktimesync_app)