[ALPS03902630] Fix property type of MTK Bluetooth
Google has new property limitation, neverallow coredomain from writing vendor properties. Change the type from mtk_core_property_type to extended_core_property_type MTK-Commit-Id: d430f6e975a68837ae7c95be664f9004149a6852 Change-Id: I24c634223eb40fc4f28934cdcacb26ea94b0d4f6 CR-Id: ALPS03902630 Feature: BT AOSP
This commit is contained in:
parent
8d6cad2a8f
commit
4d3273bbcc
@ -11,7 +11,6 @@ allow bluetooth storage_stub_file:dir getattr;
|
||||
|
||||
# Date: 2018/01/17
|
||||
#allow bluetooth to set property
|
||||
typeattribute bluetooth system_writes_vendor_properties_violators;
|
||||
set_prop(bluetooth, vendor_bluetooth_prop)
|
||||
set_prop(bluetooth, debug_prop)
|
||||
|
||||
|
@ -162,7 +162,7 @@ type vendor_connsysfw_prop, property_type, extended_core_property_type;
|
||||
type vendor_radio_prop, property_type, mtk_core_property_type;
|
||||
|
||||
#=============allow bluetooth==============
|
||||
type vendor_bluetooth_prop, property_type, mtk_core_property_type;
|
||||
type vendor_bluetooth_prop, property_type, extended_core_property_type;
|
||||
|
||||
#=============allow EM to set modem reset delay property================
|
||||
type mtk_debug_md_reset_prop, property_type, mtk_core_property_type;
|
||||
|
Loading…
x
Reference in New Issue
Block a user