zephyr/subsys/bluetooth/mesh
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types
git grep -l 'u\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
	git grep -l 's\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
..
access.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
access.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
adv.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
adv.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
beacon.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
beacon.h
cdb.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
cfg_cli.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
cfg_srv.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt Bluetooth: Mesh: Split out provisioning bearers 2020-03-20 12:45:53 +02:00
crypto.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
crypto.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
foundation.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
friend.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
friend.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
health_cli.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
health_srv.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig Bluetooth: Mesh: Add option for lpn auto sub all-nodes 2020-04-19 18:36:12 +03:00
lpn.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lpn.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
main.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mesh.h Bluetooth: Mesh: Model start callback 2020-01-11 18:20:00 +01:00
net.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pb_adv.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pb_gatt.c Bluetooth: Mesh: PB-GATT common link closed 2020-04-14 11:27:23 +03:00
prov_bearer.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
prov.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
prov.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
proxy.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
proxy.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
settings.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
settings.h Bluetooth: Mesh: Add database for managing nodes and keys 2020-02-05 18:47:41 +02:00
shell.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
test.c
test.h
TODO
transport.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
transport.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00