diff options
author | DoHyun Pyun <dh79.pyun@samsung.com> | 2013-03-31 07:55:23 +0900 |
---|---|---|
committer | DoHyun Pyun <dh79.pyun@samsung.com> | 2013-03-31 07:55:23 +0900 |
commit | ac7d9cfba4eaa47e3737329d0f0517cb6562868a (patch) | |
tree | acbc3ebc95e598a5de2371710d7010b1755bd0bf | |
parent | 438225a675938208d77a01896eeb7d1501a1d0c3 (diff) | |
download | bluetooth-firmware-bcm-tizen_2.1.tar.gz bluetooth-firmware-bcm-tizen_2.1.tar.bz2 bluetooth-firmware-bcm-tizen_2.1.zip |
Fix the issue to unable BT on in e4412submit/tizen_2.2/20130714.143322submit/tizen_2.2/20130714.134640submit/tizen_2.1/20130424.222631accepted/tizen_2.1/20130425.0150562.2_release2.1b_releasetizen_2.1
The address path was wrong in bt-dev-start-e4412.sh
Change-Id: I0ab8d8034e667fc65e7a97bcf179abfa8b64ae53
-rwxr-xr-x | scripts/bt-dev-start-e4412.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bt-dev-start-e4412.sh b/scripts/bt-dev-start-e4412.sh index 5c58e8c..51c2945 100755 --- a/scripts/bt-dev-start-e4412.sh +++ b/scripts/bt-dev-start-e4412.sh @@ -41,7 +41,7 @@ else echo "Bluetooth device is DOWN" echo "Registering Bluetooth device" - $BCM_TOOL $BT_UART_DEVICE -FILE=/usr/etc/bluetooth/$BCM_FIRMWARE -BAUD=$UART_SPEED -ADDR=/opt/etc/.bd_addr -SETSCO=0,0,0,0,0,0,0,3,3,0 -LP > /dev/null 2>&1 + $BCM_TOOL $BT_UART_DEVICE -FILE=/usr/etc/bluetooth/$BCM_FIRMWARE -BAUD=$UART_SPEED -ADDR=/csa/bluetooth/.bd_addr -SETSCO=0,0,0,0,0,0,0,3,3,0 -LP > /dev/null 2>&1 # Attaching Broadcom device if (/usr/sbin/hciattach $BT_UART_DEVICE -s $UART_SPEED $BT_CHIP_TYPE $UART_SPEED flow); then |