external_zblue/subsys/sensing
Tom Burdick 5510d8faea sensors: Submit call returns void
The integer return of sensor_submit should be void as the call is
asynchronous and the response is meant to be delivered using RTIO APIs
signaling that the submission completed with error or success.

Change the function signature to void and fix all uses of the submit
API, fixing some bugs in the process.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2026-04-20 17:26:11 +08:00
..
sensor sensors: Submit call returns void 2026-04-20 17:26:11 +08:00
CMakeLists.txt sensing: add hinge angle sensor 2026-04-20 16:59:26 +08:00
Kconfig sensing: add hinge angle sensor 2026-04-20 16:59:26 +08:00
dispatch.c sensing: Fix initializer compile-time constant 2026-04-20 16:59:27 +08:00
sensing.c sensing: Fix initializer compile-time constant 2026-04-20 16:59:27 +08:00
sensing_sensor.c sensors: Submit call returns void 2026-04-20 17:26:11 +08:00
sensor_mgmt.c sensors: Add a blocking sensor_read call 2026-04-20 17:21:10 +08:00
sensor_mgmt.h sensing: Fix build warning on invalid array index 2026-04-20 17:23:21 +08:00