zephyr/subsys/bluetooth/host/mesh
Tobias Svehagen 1c84d7c5eb Bluetooth: Change from bitfields to normal types
Since the bt_mesh_msg_ctx struct no longer has a size that is a
multiple of 2, the bitfields might as well be made to normal types
as this will minimize the code generated to access them.

Signed-off-by: Tobias Svehagen <tobias.svehagen@gmail.com>
2019-06-12 15:51:04 +03:00
..
access.c Bluetooth: Mesh: Fix qualification test MESH/SR/HM/CFS/BV-02-C 2019-04-11 21:24:55 +03:00
access.h
adv.c Bluetooth: Mesh: Add error checks for scan start/stop 2019-04-17 09:59:04 +03:00
adv.h
beacon.c
beacon.h
cfg_cli.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
cfg_srv.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
crypto.c Bluetooth: Mesh: AES-CCM: Fix output MIC with additional data 2019-04-17 10:08:03 +03:00
crypto.h
foundation.h
friend.c Bluetooth: Make RSSI value available to mesh applications 2019-06-12 15:51:04 +03:00
friend.h
health_cli.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
health_srv.c Bluetooth: Mesh: Fix qualification test MESH/SR/HM/CFS/BV-02-C 2019-04-11 21:24:55 +03:00
Kconfig Bluetooth: GATT: Rename BT_GATT_DB to BT_GATT_DYNAMIC_DB 2019-05-02 08:29:23 +03:00
lpn.c Bluetooth: Mesh: LPN: Clear sent_req on failure 2019-06-12 11:44:41 +03:00
lpn.h
main.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
mesh.h
net.c Bluetooth: Make RSSI value available to mesh applications 2019-06-12 15:51:04 +03:00
net.h Bluetooth: Make RSSI value available to mesh applications 2019-06-12 15:51:04 +03:00
prov.c all: Update unsigend 'U' suffix due to multiplication 2019-03-28 17:15:58 -05:00
prov.h
proxy.c Bluetooth: Mesh: Fix missing implementation of Proxy SAR timeout 2019-06-05 17:13:56 +03:00
proxy.h Bluetooth: Mesh: Fix disconnecting existing provisioning bearers 2019-03-28 15:39:59 +01:00
settings.c Bluetooth: Mesh: Fix postponing storage deadline indefinitely 2019-05-07 19:15:22 +03:00
settings.h
shell.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
test.c
test.h
TODO Bluetooth: Mesh: Update TODO to match current situation 2019-04-07 09:39:30 -04:00
transport.c Bluetooth: Change from bitfields to normal types 2019-06-12 15:51:04 +03:00
transport.h