zephyr/subsys/bluetooth/mesh
Trond Einar Snekvik 81bf99145a Bluetooth: Mesh: Extended advertising support
Adds support for extended advertiser commands in the mesh. This doubles
throughput for common packet sending, and significantly improves timing
accuracy for the Friend and Low Power features.

The proxy module's advertisement control has been moved inside the adv
module to abstract away the different advertiser modes.

The extended advertiser mode does not need an advertising thread to
operate, and ends up with a net reduction in RAM usage.

Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
2020-12-09 12:57:59 +02:00
..
access.c
access.h
adv_ext.c Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
adv_legacy.c Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
adv.c Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
adv.h Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
app_keys.c
app_keys.h
beacon.c
beacon.h
cdb.c
cfg_cli.c
cfg_srv.c
cfg.c
cfg.h
CMakeLists.txt Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
crypto.c
crypto.h
foundation.h
friend.c Bluetooth: Mesh: Fix Friend node handle Key update 2020-11-30 12:32:37 +02:00
friend.h
health_cli.c
health_srv.c
heartbeat.c
heartbeat.h
Kconfig Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
lpn.c
lpn.h
main.c Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
mesh.h
net.c
net.h
pb_adv.c Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
pb_gatt.c
prov_bearer.h
prov_device.c
prov.c
prov.h
provisioner.c
provisioner.h
proxy.c Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
proxy.h Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
rpl.c
rpl.h
settings.c
settings.h
shell.c
subnet.c Bluetooth: Mesh: Fix Friend node estalished 2020-11-30 12:32:37 +02:00
subnet.h
test.c
test.h
TODO
transport.c Bluetooth: Mesh: Fix friend node cache message 2020-11-30 12:32:37 +02:00
transport.h