zephyr/include/bluetooth
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
..
mesh zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
services zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
a2dp-codec.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
a2dp.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
addr.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
att.h Bluetooth: GATT: Allocate request from a memory slab 2020-01-09 19:20:21 +01:00
avdtp.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
bluetooth.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
buf.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
conn.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
controller.h 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
gap.h Bluetooth: host: Add application control of data length procedure 2020-05-07 20:12:29 +02:00
gatt.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hci.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hci_err.h Bluetooth: Fix a typo in an HCI error code constant name 2020-05-16 22:39:10 +03:00
hci_raw.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hci_vs.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hfp_hf.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
l2cap.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mesh.h Bluetooth: Mesh: Add database for managing nodes and keys 2020-02-05 18:47:41 +02:00
rfcomm.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sdp.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
testing.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uuid.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00