1# connect to the UART 2allow hal_bluetooth wcnss_filter:unix_stream_socket connectto; 3 4# wc_transport.start_hci and friends 5set_prop(hal_bluetooth, wc_prop) 6 7# talk to system_server to set priority 8allow hal_bluetooth fwk_scheduler_hwservice:hwservice_manager find; 9allow hal_bluetooth system_server:binder call; 10