Let RadioExt talk to bt hal

Bug: 227122249
Test: Manual
Change-Id: I9f41615e8e862af147d6f47e5e4c4e0dde40c233
This commit is contained in:
Labib 2022-04-19 18:35:04 +08:00 committed by TreeHugger Robot
parent 32bf1ffbf7
commit 2b189b45af
2 changed files with 3 additions and 2 deletions

View file

@ -1,2 +0,0 @@
# b/227122249
dontaudit hal_radioext_default hal_bluetooth_coexistence_hwservice:hwservice_manager { find };

View file

@ -7,6 +7,7 @@ get_prop(hal_radioext_default, hwservicemanager_prop)
add_hwservice(hal_radioext_default, hal_radioext_hwservice)
binder_call(hal_radioext_default, grilservice_app)
binder_call(hal_radioext_default, hal_bluetooth_btlinux)
# RW /dev/oem_ipc0
allow hal_radioext_default radio_device:chr_file rw_file_perms;
@ -16,3 +17,5 @@ allow hal_radioext_default radio_vendor_data_file:dir create_dir_perms;
allow hal_radioext_default radio_vendor_data_file:file create_file_perms;
allow hal_radioext_default sysfs_display:file rw_file_perms;
# Bluetooth
allow hal_radioext_default hal_bluetooth_coexistence_hwservice:hwservice_manager find;