Fix the issue to unable BT on in e4412 tizen_2.1 2.1b_release 2.2_release accepted/tizen_2.1/20130425.015056 submit/tizen_2.1/20130424.222631 submit/tizen_2.2/20130714.134640 submit/tizen_2.2/20130714.143322
authorDoHyun Pyun <dh79.pyun@samsung.com>
Sat, 30 Mar 2013 22:55:23 +0000 (07:55 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Sat, 30 Mar 2013 22:55:23 +0000 (07:55 +0900)
The address path was wrong in bt-dev-start-e4412.sh

Change-Id: I0ab8d8034e667fc65e7a97bcf179abfa8b64ae53

scripts/bt-dev-start-e4412.sh

index 5c58e8c..51c2945 100755 (executable)
@@ -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