Comment 15 for bug 859886

Revision history for this message
Botao (botao-sun) wrote :

The return value of "hciconfig" is empty:

root@android:/system/modules # hciconfig
root@android:/system/modules #

Looks like the Bluetooth chip can't be recognized. After I run "hciconfig up", it shows:

Can't get device info: No such device.

Below is the code in "init.origen.rc" file which is related to the Bluetooth:

# For Samsung Origen Bluetooth Feature
service bccmd /system/bin/bccmd -t bcsp -d /dev/ttySAC0 psload -r /system/etc/bluetooth/origen.psr
    disabled
    oneshot

service hciattach /system/bin/hciattach -s 921600 /dev/ttySAC0 bcsp 921600 flow
    disabled
    oneshot