zephyr/subsys/bluetooth/mesh
Lingao Meng ff9f208492 Bluetooth: Mesh: Fixes Config client send publish message
When Config client model send publish message, app_idx will
be need, however, currently code clear this value use `&`,
this will be generate error when app_idx not zero.

Signed-off-by: Lingao Meng <mengabc1086@gmail.com>
2019-11-14 14:26:21 +02:00
..
access.c Bluetooth: Mesh: Model extension concept 2019-11-07 18:57:32 +02:00
access.h Bluetooth: Mesh: Model extension concept 2019-11-07 18:57:32 +02:00
adv.c Bluetooth: Mesh: Fix canceled buffer memory leak 2019-08-14 14:49:43 +02:00
adv.h Bluetooth: Mesh: Encrypt friend packets on send 2019-09-16 14:00:57 +03:00
beacon.c Bluetooth: Mesh: Add callback for unprovisioned device beacon 2019-10-30 13:08:09 +01:00
beacon.h
cfg_cli.c Bluetooth: Mesh: Fixes Config client send publish message 2019-11-14 14:26:21 +02:00
cfg_srv.c Bluetooth: Mesh: Model extension concept 2019-11-07 18:57:32 +02:00
CMakeLists.txt Bluetooth: Mesh: Add support for provisioner role over PB-ADV 2019-10-30 13:08:09 +01:00
crypto.c Bluetooth: Mesh: Add support for provisioner role over PB-ADV 2019-10-30 13:08:09 +01:00
crypto.h Bluetooth: Mesh: Add support for provisioner role over PB-ADV 2019-10-30 13:08:09 +01:00
foundation.h Bluetooth: Mesh: Persistent storage of Virtual Addresses 2019-10-17 12:24:13 +03:00
friend.c Bluetooth: Mesh: Add support for provisioner role over PB-ADV 2019-10-30 13:08:09 +01:00
friend.h Bluetooth: Mesh: Fix adhering to the configured Friend Queue size 2019-08-19 16:30:31 +03:00
health_cli.c Bluetooth: Mesh: Model message macros 2019-10-08 18:38:43 +03:00
health_srv.c Bluetooth: Mesh: Model message macros 2019-10-08 18:38:43 +03:00
Kconfig Bluetooth: Mesh: Model extension concept 2019-11-07 18:57:32 +02:00
lpn.c Bluetooth: Mesh: Fix heartbeat sending on Friendship established/lost 2019-08-14 14:48:37 +02:00
lpn.h
main.c Bluetooth: rework to support C++20 designated initializers 2019-11-03 13:24:57 +01:00
mesh.h
net.c Bluetooth: Mesh: Add support for provisioner role over PB-ADV 2019-10-30 13:08:09 +01:00
net.h Bluetooth: Mesh: Add support for provisioner role over PB-ADV 2019-10-30 13:08:09 +01:00
nodes.c Bluetooth: Mesh: Add support for provisioner role over PB-ADV 2019-10-30 13:08:09 +01:00
nodes.h Bluetooth: Mesh: Add support for provisioner role over PB-ADV 2019-10-30 13:08:09 +01:00
prov.c Bluetooth: Mesh: Add support for provisioner role over PB-ADV 2019-10-30 13:08:09 +01:00
prov.h Bluetooth: Mesh: Add support for provisioner role over PB-ADV 2019-10-30 13:08:09 +01:00
proxy.c Bluetooth: Reduce severity of unavoidable warnings 2019-11-06 19:24:32 +02:00
proxy.h
settings.c Bluetooth: Mesh: Model extension concept 2019-11-07 18:57:32 +02:00
settings.h Bluetooth: Mesh: Add support for provisioner role over PB-ADV 2019-10-30 13:08:09 +01:00
shell.c Bluetooth: Mesh: Add support for provisioner over PB-ADV to shell 2019-10-30 13:08:09 +01:00
test.c
test.h
TODO
transport.c Bluetooth: Mesh: Add support for provisioner role over PB-ADV 2019-10-30 13:08:09 +01:00
transport.h Bluetooth: Mesh: Add support for provisioner role over PB-ADV 2019-10-30 13:08:09 +01:00