We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fba188 commit 0d2ae25Copy full SHA for 0d2ae25
lib/pbio/include/pbdrv/bluetooth.h
@@ -616,7 +616,8 @@ static inline pbio_error_t pbdrv_bluetooth_await_advertise_or_scan_command(pbio_
616
}
617
618
static inline pbio_error_t pbdrv_bluetooth_close_user_tasks(pbio_os_state_t *state, pbio_os_timer_t *timer) {
619
- return PBIO_ERROR_NOT_SUPPORTED;
+ // Should not hold up systems without Bluetooth.
620
+ return PBIO_SUCCESS;
621
622
623
0 commit comments