zephyr/samples
Filip Kokosinski e9e5498a51 samples/bluetooth/central: fix error code reporting
`bt_conn_le_create` returns a signed value. Error message format string
expects an unsigned value.

This commit changes the expected value in the format string to a signed
one, to match what `bt_conn_le_create` returns.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
2023-04-17 15:12:32 +02:00
..
application_development samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
arch shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
basic samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
bluetooth samples/bluetooth/central: fix error code reporting 2023-04-17 15:12:32 +02:00
boards samples: stm32: backup_sram: Fix main function return statement 2023-04-17 20:19:19 +09:00
compression samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
cpp subsys/cpp: Also run C++ tests with picolibc when possible 2023-01-20 09:03:25 +01:00
drivers samples: drivers: spi_flash_at45: Add missing return statement 2023-04-17 20:19:36 +09:00
fuel_gauge samples, tests: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
hello_world samples, tests: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
kernel samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
modules samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
net shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
philosophers samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
posix tests: remove intel adsp cavs platforms from filters 2023-04-06 18:51:56 +02:00
sensor samples, tests: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
shields samples: shields: npm1300_ek: Initial sample for NPM1300 PMIC EK 2023-04-17 10:14:40 +02:00
subsys samples: zbus: fix variable sizes and simplify benchmark sample 2023-04-14 12:14:29 -05:00
synchronization samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
tfm_integration samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
userspace samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
classic.rst
index.rst drivers: Added fuel gauge max17048 2023-03-22 14:51:33 -04:00
sample_definition_and_criteria.rst Bluetooth: Remove point 6 of Samples Guidelines 2023-02-06 10:43:31 +01:00