Bug: 349661931 Flag: com.android.bluetooth.hal.flags.pixel_bt_aoc_offload_efw_xport Test: Allows bthal to choose between USF and EFW transports to communicate with AoC based on version. Change-Id: I3edbcafd4ee5d0c875618c1a1c1b89e1bbd4d1ec
15 lines
608 B
Text
15 lines
608 B
Text
# Allow access to always-on compute device node
|
|
allow hal_bluetooth_btlinux aoc_device:chr_file rw_file_perms;
|
|
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 uart skip suspend
|
|
allow hal_bluetooth_btlinux sysfs_bt_uart:file rw_file_perms;
|
|
|
|
# allow the HAL to call cccdktimesync registered callbacks
|
|
binder_call(hal_bluetooth_btlinux, vendor_cccdktimesync_app)
|
|
|
|
# Allow access for AoC properties.
|
|
get_prop(hal_bluetooth_btlinux, vendor_aoc_prop)
|