zephyr/samples/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
..
beacon samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
central zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
central_hr zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
central_ht zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eddystone zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
handsfree zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hci_pwr_ctrl zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hci_rpmsg zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hci_spi zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hci_uart zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hci_usb samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
hci_usb_h4 Bluetooth: hci_usb_h4: Add sample for USB_PID_BLE_HCI_H4_SAMPLE 2020-04-20 21:59:47 +03:00
ibeacon samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
ipsp zephyr: replace zephyr integer types with C99 types 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
mesh_demo zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mesh_provisioner zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peripheral zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peripheral_csc zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peripheral_dis zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peripheral_esp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peripheral_hids zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peripheral_hr zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peripheral_ht zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peripheral_sc_only zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
scan_adv zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
st_ble_sensor zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
bluetooth.rst doc: Bluetooth: Documentation overhaul 2019-03-13 10:40:05 +01:00