zephyr/subsys/bluetooth/mesh
Lingao Meng 65395f30ec Bluetooth: Mesh: Fixes pb-adv segment recv
Wrong use of function `find_msb_set(~link.rx.seg)`,
uint8_t type is implicitly converted to uint32_t.
As a result, it always returns 32 instead of the
expected value, resulting in abnormal processing
of prov segment.

Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
2020-11-19 13:28:28 +02:00
..
access.c Bluetooth: Mesh: Encapsulate feature config 2020-11-09 11:23:34 +02:00
access.h Bluetooth: Mesh: Encapsulate feature config 2020-11-09 11:23:34 +02:00
adv.c Bluetooth: mesh: Fix use of deprecated scan parameter filter_dup 2020-11-13 16:49:28 -05:00
adv.h
app_keys.c
app_keys.h
beacon.c Bluetooth: Mesh: Correction of missing beacon auth generation 2020-11-19 13:21:28 +02:00
beacon.h
cdb.c
cfg_cli.c Bluetooth: Mesh: Add Config Client API 2020-10-29 14:13:36 +02:00
cfg_srv.c Bluetooth: Mesh: Encapsulate feature config 2020-11-09 11:23:34 +02:00
cfg.c Bluetooth: Mesh: Encapsulate feature config 2020-11-09 11:23:34 +02:00
cfg.h Bluetooth: Mesh: Encapsulate feature config 2020-11-09 11:23:34 +02:00
CMakeLists.txt Bluetooth: Mesh: Encapsulate feature config 2020-11-09 11:23:34 +02:00
crypto.c
crypto.h
foundation.h Bluetooth: Mesh: Encapsulate feature config 2020-11-09 11:23:34 +02:00
friend.c Bluetooth: Mesh: Move labels to transport 2020-10-29 14:14:43 +02:00
friend.h
health_cli.c
health_srv.c
heartbeat.c Bluetooth: Mesh: Move heartbeat to separate module 2020-11-09 11:23:34 +02:00
heartbeat.h Bluetooth: Mesh: Move heartbeat to separate module 2020-11-09 11:23:34 +02:00
Kconfig Bluetooth: Mesh: Encapsulate feature config 2020-11-09 11:23:34 +02:00
lpn.c Bluetooth: Mesh: Move heartbeat to separate module 2020-11-09 11:23:34 +02:00
lpn.h
main.c Bluetooth: Mesh: Encapsulate feature config 2020-11-09 11:23:34 +02:00
mesh.h
net.c Bluetooth: Mesh: Check TTL max value on transport TX 2020-11-11 13:22:34 +01:00
net.h Bluetooth: Mesh: Encapsulate feature config 2020-11-09 11:23:34 +02:00
pb_adv.c Bluetooth: Mesh: Fixes pb-adv segment recv 2020-11-19 13:28:28 +02:00
pb_gatt.c Bluetooth: Mesh: split prov.c into two separate modules 2020-10-28 12:53:09 +02:00
prov_bearer.h
prov_device.c Bluetooth: Mesh: split prov.c into two separate modules 2020-10-28 12:53:09 +02:00
prov.c Bluetooth: Mesh: Fixes prov string log dump 2020-11-19 13:28:28 +02:00
prov.h Bluetooth: Mesh: Fixes wrong prov pointer clear 2020-11-19 13:28:28 +02:00
provisioner.c Bluetooth: Mesh: split prov.c into two separate modules 2020-10-28 12:53:09 +02:00
provisioner.h Bluetooth: Mesh: split prov.c into two separate modules 2020-10-28 12:53:09 +02:00
proxy.c
proxy.h
rpl.c
rpl.h
settings.c Bluetooth: Mesh: Encapsulate feature config 2020-11-09 11:23:34 +02:00
settings.h
shell.c Bluetooth: Mesh: Encapsulate feature config 2020-11-09 11:23:34 +02:00
subnet.c Bluetooth: Mesh: Fix set friend_cred flag incorrectly 2020-11-02 12:47:36 +02:00
subnet.h
test.c
test.h
TODO
transport.c Bluetooth: Mesh: Fixes missing set virtual addr 2020-11-19 13:23:48 +02:00
transport.h Bluetooth: Mesh: Move heartbeat to separate module 2020-11-09 11:23:34 +02:00