summaryrefslogtreecommitdiff
path: root/tools/hciattach_bcm43xx.c
diff options
context:
space:
mode:
authorh.sandeep <h.sandeep@samsung.com>2017-02-02 16:49:57 +0530
committerh.sandeep <h.sandeep@samsung.com>2017-03-28 16:33:31 +0530
commit2fe71a1f4ab196fe6f852e05794a187b2d3ec81b (patch)
tree557e8b03309bbcdc6edfe7828281182557273e80 /tools/hciattach_bcm43xx.c
parente1364a95f5eb5595a9f01064d8cb3dd10a9d0f40 (diff)
downloadbluez-2fe71a1f4ab196fe6f852e05794a187b2d3ec81b.tar.gz
bluez-2fe71a1f4ab196fe6f852e05794a187b2d3ec81b.tar.bz2
bluez-2fe71a1f4ab196fe6f852e05794a187b2d3ec81b.zip
Change-Id: I5d5a9d9e2e7811af3dd3878b4f740e1f1a019d51 Signed-off-by: h.sandeep <h.sandeep@samsung.com>
Diffstat (limited to 'tools/hciattach_bcm43xx.c')
-rwxr-xr-xtools/hciattach_bcm43xx.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/hciattach_bcm43xx.c b/tools/hciattach_bcm43xx.c
index 81f38cbb..af035380 100755
--- a/tools/hciattach_bcm43xx.c
+++ b/tools/hciattach_bcm43xx.c
@@ -43,8 +43,12 @@
#include "hciattach.h"
#ifndef FIRMWARE_DIR
+#ifdef TIZEN_FEATURE_BLUEZ_MODIFY
+#define FIRMWARE_DIR "/usr/etc/bluetooth"
+#else
#define FIRMWARE_DIR "/etc/firmware"
#endif
+#endif
#define FW_EXT ".hcd"