From 594ee4cce40ac60c9cabd2b60adfe993f0eff65d Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 18 Dec 2015 09:51:44 +0100 Subject: [PATCH] Bluetooth: Rename central sample to central_hr This application implements Heart Rate client. Change-Id: I0b8b7923c89721c9fe66f72b76ab818dc41930b4 Signed-off-by: Szymon Janc --- samples/bluetooth/{central => central_hr}/Makefile | 0 samples/bluetooth/{central => central_hr}/prj.mdef | 0 samples/bluetooth/{central => central_hr}/prj_x86.conf | 0 samples/bluetooth/{central => central_hr}/src/Makefile | 0 samples/bluetooth/{central => central_hr}/src/main.c | 0 samples/bluetooth/{central => central_hr}/testcase.ini | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename samples/bluetooth/{central => central_hr}/Makefile (100%) rename samples/bluetooth/{central => central_hr}/prj.mdef (100%) rename samples/bluetooth/{central => central_hr}/prj_x86.conf (100%) rename samples/bluetooth/{central => central_hr}/src/Makefile (100%) rename samples/bluetooth/{central => central_hr}/src/main.c (100%) rename samples/bluetooth/{central => central_hr}/testcase.ini (100%) diff --git a/samples/bluetooth/central/Makefile b/samples/bluetooth/central_hr/Makefile similarity index 100% rename from samples/bluetooth/central/Makefile rename to samples/bluetooth/central_hr/Makefile diff --git a/samples/bluetooth/central/prj.mdef b/samples/bluetooth/central_hr/prj.mdef similarity index 100% rename from samples/bluetooth/central/prj.mdef rename to samples/bluetooth/central_hr/prj.mdef diff --git a/samples/bluetooth/central/prj_x86.conf b/samples/bluetooth/central_hr/prj_x86.conf similarity index 100% rename from samples/bluetooth/central/prj_x86.conf rename to samples/bluetooth/central_hr/prj_x86.conf diff --git a/samples/bluetooth/central/src/Makefile b/samples/bluetooth/central_hr/src/Makefile similarity index 100% rename from samples/bluetooth/central/src/Makefile rename to samples/bluetooth/central_hr/src/Makefile diff --git a/samples/bluetooth/central/src/main.c b/samples/bluetooth/central_hr/src/main.c similarity index 100% rename from samples/bluetooth/central/src/main.c rename to samples/bluetooth/central_hr/src/main.c diff --git a/samples/bluetooth/central/testcase.ini b/samples/bluetooth/central_hr/testcase.ini similarity index 100% rename from samples/bluetooth/central/testcase.ini rename to samples/bluetooth/central_hr/testcase.ini