Comment 3 for bug 859886

Revision history for this message
Sangwook Lee (sangwook) wrote : Re: Bluetooth does not work on Origen 11.09 build 2

Bluetooth Driver is complete, Now it is time to update Android Platform source code.

Android Platform Source code:
please add the following:
-----------------------------------------------------------------------------------------------------------------------------------
Init.origen.rc:
service bccmd /system/bin/bccmd -t bcsp -d /dev/ttySAC0 psload -r /system/etc/bluetooth/origen.psr
    disable
    oneshot

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

-------------------------------------------------------------------------------------------------------------------------

"bccmd" is located at /external/bluetooth/bluez/tools/bccmd.c of the current Androd platform source code.