1# HwBinder IPC from client to server, and callbacks
2binder_call(hal_uwb_client, hal_uwb_server)
3binder_call(hal_uwb_server, hal_uwb_client)
4
5hal_attribute_service(hal_uwb, hal_uwb_service)
6
7binder_call(hal_uwb_server, servicemanager)
8binder_call(hal_uwb_client, servicemanager)
9