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 Bluetooth: host: Move address string parsing to bluetooth API 2019-07-16 12:44:18 +02:00
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 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
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 Bluetooth: controller: Remove redundant tmp role implementation 2019-02-05 15:00:08 +01:00
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