zephyr/samples
Jonas Remmert 098749bb45 samples: mesh_badge: fix BT mesh provisioning error
The BT Mesh Configuration Client API is used in an asynchronous manner
and the app key was not added before attempt binding it to mesh models.
This caused the binding functions to fail and resulted in a fail when
trying to to send mesh messages.

This commit registers a callback that is called when the app key is
assigned. After this callback is called, the binding functions are
called.

Signed-off-by: Jonas Remmert <j.remmert@phytec.de>
2023-02-21 18:36:05 +02:00
..
application_development treewide: update usage of zephyr_code_relocate 2023-01-17 18:08:37 +01:00
arch boards: xtensa: m5stickc_plus: initial support 2023-01-09 10:16:27 +01:00
basic samples: basic: custom devicetree binding demo 2023-01-19 10:16:34 +01:00
bluetooth Bluetooth: Audio: Only allow receiver to send start command 2023-02-20 09:45:18 +01:00
boards samples: mesh_badge: fix BT mesh provisioning error 2023-02-21 18:36:05 +02:00
compression samples: compression: lz4 requires more than 64kB of RAM 2022-11-02 16:06:06 -05:00
cpp subsys/cpp: Also run C++ tests with picolibc when possible 2023-01-20 09:03:25 +01:00
drivers samples: drivers: led pwm running on 2 pwm leds on nucleo_u575 2023-02-20 09:47:18 +01:00
hello_world yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
kernel yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
modules samples: modules: thrift: add samples for thrift module 2023-02-09 20:30:21 +09:00
net net: lwm2m: Add event LWM2M_RD_CLIENT_EVENT_REG_UPDATE 2023-02-19 20:44:02 -05:00
philosophers Samples: Philosophers: Revert stack size change 2023-02-20 10:49:38 +01:00
posix samples: posix: gettimeofday: include time.h 2023-01-11 09:41:29 +01:00
sensor samples: die_temp_polling: Add xmc45_relax_kit overlay 2023-02-20 11:14:15 +01:00
shields samples: shields: npm6001_ek: remove dead assignment 2022-12-27 13:12:55 +01:00
subsys samples: mgmt: mcumgr: smp_svr: Add missing base64 selects 2023-02-20 15:58:27 +01:00
synchronization samples: synchronization: Convert CONFIG_MP_NUM_CPUS handling 2022-10-27 13:59:57 -04:00
tfm_integration samples: tfm: Disable initial attestation test 2023-02-11 07:59:06 +09:00
userspace yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
classic.rst doc: fix top samples doc index 2021-03-09 17:48:18 -05:00
index.rst samples: cpp: Relocate samples/subsys/cpp to samples/cpp 2023-01-13 17:42:55 -05:00
sample_definition_and_criteria.rst Bluetooth: Remove point 6 of Samples Guidelines 2023-02-06 10:43:31 +01:00