Revert^3 "bluetooth: Allow triggering AOC reset from BT HAL"

eb2dcaedc8

Change-Id: Idb64a3e6d60747273159682102a5367b99fe6833
This commit is contained in:
Chia-Chi Teng 2023-11-16 22:37:36 +00:00 committed by Android (Google) Code Review
parent eb2dcaedc8
commit d240d1b4e2

View file

@ -8,9 +8,5 @@ allow hal_bluetooth_btlinux vendor_bt_data_file:file create_file_perms;
# Allow triggering uart skip suspend
allow hal_bluetooth_btlinux sysfs_bt_uart:file rw_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)