zephyr/subsys/bluetooth/shell
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
..
bredr.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
bt.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
bt.h
CMakeLists.txt Bluetooth: controller: Remove legacy LL 2020-05-08 15:07:00 +02:00
gatt.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hci.c
hci.h
Kconfig Bluetooth: shell: kconfig: Do not select FLASH_SHELL from BT_SHELL 2020-01-23 17:54:08 +02:00
l2cap.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ll.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ll.h
rfcomm.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ticker.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00