1# coexistence device file node 2add_hwservice(hal_bluetooth_btlinux, hal_bluetooth_coexistence_hwservice); 3add_service(hal_bluetooth_btlinux, hal_bluetooth_coexistence_service); 4allow hal_bluetooth_btlinux wb_coexistence_dev:chr_file rw_file_perms; 5 6# power stats 7allow hal_bluetooth_btlinux hal_power_stats_vendor_service:service_manager find; 8binder_call(hal_bluetooth_btlinux, hal_power_stats_default) 9 10# bt firmware dump 11allow hal_bluetooth_btlinux aconfig_storage_metadata_file:dir search; 12allow hal_bluetooth_btlinux sscoredump_vendor_data_crashinfo_file:dir rw_dir_perms; 13allow hal_bluetooth_btlinux sscoredump_vendor_data_crashinfo_file:file rw_file_perms; 14 15userdebug_or_eng(` 16 allow hal_bluetooth_btlinux sscoredump_vendor_data_coredump_file:dir create_dir_perms; 17 allow hal_bluetooth_btlinux sscoredump_vendor_data_coredump_file:file create_file_perms; 18 allow hal_bluetooth_btlinux logbuffer_device:chr_file r_file_perms; 19') 20