zephyr/subsys/bluetooth/mesh
Omkar Kulkarni 539c1c9c34 Bluetooth: Mesh: Change ERR to WARN
Changes ERR to WARN message when relay buffers
run out, as this is not really an error but a
consequence of high traffic.

Signed-off-by: Omkar Kulkarni <omkar.kulkarni@nordicsemi.no>
2022-03-11 10:59:56 +01:00
..
access.c Bluetooth: Mesh: Fix publication period measurement 2021-12-23 14:57:54 +01:00
access.h Bluetooth: Mesh: Check if app key is bound in Model Publication Set 2021-09-07 11:32:16 -04:00
adv.c Bluetooth: Mesh: Add _srv suffix for pb_gatt_srv 2022-02-24 13:51:09 -08:00
adv.h Bluetooth: Mesh: Introduce tag field 2021-12-02 09:23:54 +02:00
adv_ext.c Bluetooth: Mesh: Extended advertiser should build without relay 2022-03-08 12:32:46 +02:00
adv_legacy.c Bluetooth: Mesh: Move common gatt adv to adv.c 2021-12-02 09:23:54 +02:00
app_keys.c Bluetooth: Mesh: Use double pointer in bt_mesh_app_key_resolve 2022-01-05 14:40:06 +01:00
app_keys.h Bluetooth: Mesh: Use double pointer in bt_mesh_app_key_resolve 2022-01-05 14:40:06 +01:00
beacon.c Bluetooth: Mesh: Add back-off to secure beacons 2022-03-09 15:10:26 +02:00
beacon.h Bluetooth: Mesh: Fix unable iv update due to cache 2022-03-08 11:09:49 +01:00
cdb.c Bluetooth: Mesh: Add CDB handle key refresh phase 2021-03-04 14:10:56 +02:00
cdb.h Bluetooth: Mesh: Break up mesh settings 2021-01-14 16:38:50 +02:00
cfg.c Bluetooth: Mesh: Return a boolean from subnet_find callback 2022-01-17 11:52:57 -05:00
cfg.h Bluetooth: Mesh: Restore default device configuration on reset 2021-07-02 16:58:21 +03:00
cfg_cli.c Bluetooth: Mesh: Fix Config/Health Client async API 2021-12-16 10:15:36 +01:00
cfg_srv.c Bluetooth: Mesh: Check if app key is bound in Model Publication Set 2021-09-07 11:32:16 -04:00
CMakeLists.txt Bluetooth: Mesh: Add Provisioner Over PB-GATT Support 2022-02-24 13:51:09 -08:00
crypto.c Bluetooth: Mesh: Align capitalization for BT mesh 2021-07-13 11:23:54 -04:00
crypto.h Bluetooth: Mesh: Fix beacon_auth header net_id size 2022-01-05 14:40:06 +01:00
foundation.h Bluetooth: Mesh: Align capitalization for BT mesh 2021-07-13 11:23:54 -04:00
friend.c Bluetooth: Mesh: Introduce adv tag field when create buf 2021-12-02 09:23:54 +02:00
friend.h Bluetooth: Mesh: Align capitalization for BT mesh 2021-07-13 11:23:54 -04:00
gatt_cli.c Bluetooth: Mesh: Add Provisioner Over PB-GATT Support 2022-02-24 13:51:09 -08:00
gatt_cli.h Bluetooth: Mesh: Add Proxy Client Feature 2022-02-24 13:51:09 -08:00
health_cli.c Bluetooth: Mesh: Fix Config/Health Client async API 2021-12-16 10:15:36 +01:00
health_srv.c Bluetooth: Mesh: Add msg length check for Cfg and Health models 2021-07-15 11:34:52 +02:00
heartbeat.c Bluetooth: Mesh: add heartbeat publication callback 2022-03-10 13:16:40 -05:00
heartbeat.h Bluetooth: Mesh: Break up mesh settings 2021-01-14 16:38:50 +02:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
lpn.c Bluetooth: Mesh: LPN teminate cb establish clause 2022-01-18 10:41:18 -05:00
lpn.h Bluetooth: Mesh: Align capitalization for BT mesh 2021-07-13 11:23:54 -04:00
main.c Bluetooth: mesh: load iv && neykey from app 2022-02-25 10:06:32 -08:00
mesh.h toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
msg.c Bluetooth: Mesh: Return ETIMEDOUT if k_sem_take call times out 2021-09-28 11:49:27 +02:00
net.c Bluetooth: Mesh: Change ERR to WARN 2022-03-11 10:59:56 +01:00
net.h Bluetooth: Mesh: Align capitalization for BT mesh 2021-07-13 11:23:54 -04:00
pb_adv.c Bluetooth: Mesh: Introduce adv tag field when create buf 2021-12-02 09:23:54 +02:00
pb_gatt.c Bluetooth: Mesh: Add _srv suffix for pb_gatt_srv 2022-02-24 13:51:09 -08:00
pb_gatt.h Bluetooth: Mesh: Add Provisioner Over PB-GATT Support 2022-02-24 13:51:09 -08:00
pb_gatt_cli.c Bluetooth: Mesh: Add Provisioner Over PB-GATT Support 2022-02-24 13:51:09 -08:00
pb_gatt_cli.h Bluetooth: Mesh: Add Provisioner Over PB-GATT Support 2022-02-24 13:51:09 -08:00
pb_gatt_srv.c Bluetooth: Mesh: Add _srv suffix for pb_gatt_srv 2022-02-24 13:51:09 -08:00
pb_gatt_srv.h Bluetooth: Mesh: Add _srv suffix for pb_gatt_srv 2022-02-24 13:51:09 -08:00
prov.c Bluetooth: Mesh: Refactoring provisioning to make all OOB auth working 2021-09-28 19:54:00 -04:00
prov.h Bluetooth: Mesh: Move relative function to pb_gatt.h 2022-02-24 13:51:09 -08:00
prov_bearer.h Bluetooth: Mesh: Fix missing add suffix _COMMON 2022-03-07 10:52:14 +01:00
prov_device.c Bluetooth: Mesh: Add _srv suffix for pb_gatt_srv 2022-02-24 13:51:09 -08:00
provisioner.c Bluetooth: Mesh: Add Provisioner Over PB-GATT Support 2022-02-24 13:51:09 -08:00
provisioner.h Bluetooth: Mesh: Add Provisioner Over PB-GATT Support 2022-02-24 13:51:09 -08:00
proxy.h Bluetooth: Mesh: Add Proxy Client Feature 2022-02-24 13:51:09 -08:00
proxy_cli.c Bluetooth: Mesh: Add Proxy Client Feature 2022-02-24 13:51:09 -08:00
proxy_cli.h Bluetooth: Mesh: Add Proxy Client Feature 2022-02-24 13:51:09 -08:00
proxy_msg.c Bluetooth: Move proxy_relay to proxy_msg.c 2022-02-24 13:51:09 -08:00
proxy_msg.h Bluetooth: Move proxy_relay to proxy_msg.c 2022-02-24 13:51:09 -08:00
proxy_srv.c Bluetooth: Mesh: Add Proxy Client Feature 2022-02-24 13:51:09 -08:00
rpl.c Bluetooth: Mesh: Align capitalization for BT mesh 2021-07-13 11:23:54 -04:00
rpl.h Bluetooth: Mesh: Align capitalization for BT mesh 2021-07-13 11:23:54 -04:00
settings.c Bluetooth: Mesh: Add _srv suffix for pb_gatt_srv 2022-02-24 13:51:09 -08:00
settings.h Bluetooth: Mesh: Add API to manually store pending RPL entries 2021-06-11 15:47:09 +02:00
shell.c Bluetooth: Mesh: Add mesh shell command 2022-02-24 13:51:09 -08:00
subnet.c Bluetooth: Mesh: Return a boolean from subnet_find callback 2022-01-17 11:52:57 -05:00
subnet.h Bluetooth: Mesh: Add back-off to secure beacons 2022-03-09 15:10:26 +02:00
test.c Bluetooth: Mesh: Align capitalization for BT mesh 2021-07-13 11:23:54 -04:00
test.h Bluetooth: Mesh: Align capitalization for BT mesh 2021-07-13 11:23:54 -04:00
TODO Bluetooth: Mesh: Align capitalization for BT mesh 2021-07-13 11:23:54 -04:00
transport.c Bluetooth: Mesh: Send Friend Poll after every segments retransmission 2022-03-10 14:32:39 -05:00
transport.h Bluetooth: Mesh: Opt ram of transport segment message 2022-02-21 22:06:38 -05:00