1type vendor_cccdktimesync_app, domain;
2app_domain(vendor_cccdktimesync_app)
3
4allow vendor_cccdktimesync_app app_api_service:service_manager find;
5
6binder_call(vendor_cccdktimesync_app, hal_bluetooth_btlinux)
7allow vendor_cccdktimesync_app hal_bluetooth_coexistence_hwservice:hwservice_manager find;
8
9# allow the HAL to call our registered callbacks
10binder_call(hal_bluetooth_btlinux, vendor_cccdktimesync_app)
11