summaryrefslogtreecommitdiff
path: root/samples/bluetooth
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2016-11-08 09:26:52 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2016-11-09 08:57:52 +0200
commit87e18b4fbbaee6986cadbce81296a8d682bcaf6e (patch)
tree06c612ca546e0b4b06a413c60b40ef225538a4e3 /samples/bluetooth
parentc719bfb6897b88220059f24d70eb7be5921e71af (diff)
Bluetooth: samples: Use consistent naming for HCI apps
The convention for Zephyr sample names is to use _ instead of - for delimiting words. Change-Id: I08a63e9f600deb38183f81ddb8f8bf407b6eec2e Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'samples/bluetooth')
-rw-r--r--samples/bluetooth/README4
-rw-r--r--samples/bluetooth/hci_uart/Makefile (renamed from samples/bluetooth/hci-uart/Makefile)0
-rw-r--r--samples/bluetooth/hci_uart/generic.conf (renamed from samples/bluetooth/hci-uart/generic.conf)0
-rw-r--r--samples/bluetooth/hci_uart/nrf5.conf (renamed from samples/bluetooth/hci-uart/nrf5.conf)0
-rw-r--r--samples/bluetooth/hci_uart/src/Makefile (renamed from samples/bluetooth/hci-uart/src/Makefile)0
-rw-r--r--samples/bluetooth/hci_uart/src/main.c (renamed from samples/bluetooth/hci-uart/src/main.c)0
-rw-r--r--samples/bluetooth/hci_uart/testcase.ini (renamed from samples/bluetooth/hci-uart/testcase.ini)0
-rw-r--r--samples/bluetooth/hci_usb/Makefile (renamed from samples/bluetooth/hci-usb/Makefile)0
-rw-r--r--samples/bluetooth/hci_usb/prj.conf (renamed from samples/bluetooth/hci-usb/prj.conf)0
-rw-r--r--samples/bluetooth/hci_usb/src/Makefile (renamed from samples/bluetooth/hci-usb/src/Makefile)0
-rw-r--r--samples/bluetooth/hci_usb/src/main.c (renamed from samples/bluetooth/hci-usb/src/main.c)0
-rw-r--r--samples/bluetooth/hci_usb/testcase.ini (renamed from samples/bluetooth/hci-usb/testcase.ini)0
12 files changed, 2 insertions, 2 deletions
diff --git a/samples/bluetooth/README b/samples/bluetooth/README
index 094a6e765..7144cb8f9 100644
--- a/samples/bluetooth/README
+++ b/samples/bluetooth/README
@@ -64,12 +64,12 @@ gatt:
Not an application, but a set of reusable modules for common
GATT profiles & services.
-hci-uart:
+hci_uart:
Expose Zephyr Bluetooth Controller support over UART to another
device/CPU using the H:4 HCI transport protocol (requires HW
flow control from the UART).
-hci-usb:
+hci_usb:
Make a USB Bluetooth dongle out of Zephyr. Requires USB device
support from the board it runs on (e.g. Arduino 101 has this).
diff --git a/samples/bluetooth/hci-uart/Makefile b/samples/bluetooth/hci_uart/Makefile
index 5952a0b66..5952a0b66 100644
--- a/samples/bluetooth/hci-uart/Makefile
+++ b/samples/bluetooth/hci_uart/Makefile
diff --git a/samples/bluetooth/hci-uart/generic.conf b/samples/bluetooth/hci_uart/generic.conf
index b66a93e38..b66a93e38 100644
--- a/samples/bluetooth/hci-uart/generic.conf
+++ b/samples/bluetooth/hci_uart/generic.conf
diff --git a/samples/bluetooth/hci-uart/nrf5.conf b/samples/bluetooth/hci_uart/nrf5.conf
index 07c08d1f8..07c08d1f8 100644
--- a/samples/bluetooth/hci-uart/nrf5.conf
+++ b/samples/bluetooth/hci_uart/nrf5.conf
diff --git a/samples/bluetooth/hci-uart/src/Makefile b/samples/bluetooth/hci_uart/src/Makefile
index b666967fd..b666967fd 100644
--- a/samples/bluetooth/hci-uart/src/Makefile
+++ b/samples/bluetooth/hci_uart/src/Makefile
diff --git a/samples/bluetooth/hci-uart/src/main.c b/samples/bluetooth/hci_uart/src/main.c
index b103f0598..b103f0598 100644
--- a/samples/bluetooth/hci-uart/src/main.c
+++ b/samples/bluetooth/hci_uart/src/main.c
diff --git a/samples/bluetooth/hci-uart/testcase.ini b/samples/bluetooth/hci_uart/testcase.ini
index 8e2830536..8e2830536 100644
--- a/samples/bluetooth/hci-uart/testcase.ini
+++ b/samples/bluetooth/hci_uart/testcase.ini
diff --git a/samples/bluetooth/hci-usb/Makefile b/samples/bluetooth/hci_usb/Makefile
index f9af46478..f9af46478 100644
--- a/samples/bluetooth/hci-usb/Makefile
+++ b/samples/bluetooth/hci_usb/Makefile
diff --git a/samples/bluetooth/hci-usb/prj.conf b/samples/bluetooth/hci_usb/prj.conf
index 4fb357ba9..4fb357ba9 100644
--- a/samples/bluetooth/hci-usb/prj.conf
+++ b/samples/bluetooth/hci_usb/prj.conf
diff --git a/samples/bluetooth/hci-usb/src/Makefile b/samples/bluetooth/hci_usb/src/Makefile
index 953cb2054..953cb2054 100644
--- a/samples/bluetooth/hci-usb/src/Makefile
+++ b/samples/bluetooth/hci_usb/src/Makefile
diff --git a/samples/bluetooth/hci-usb/src/main.c b/samples/bluetooth/hci_usb/src/main.c
index e408eb2bc..e408eb2bc 100644
--- a/samples/bluetooth/hci-usb/src/main.c
+++ b/samples/bluetooth/hci_usb/src/main.c
diff --git a/samples/bluetooth/hci-usb/testcase.ini b/samples/bluetooth/hci_usb/testcase.ini
index d44f327a0..d44f327a0 100644
--- a/samples/bluetooth/hci-usb/testcase.ini
+++ b/samples/bluetooth/hci_usb/testcase.ini