Has anyone managed to enable USB Bluetooth Adapter Support in BBBAndroid. 
 I've read the Android > 4.2 can support USB bluetooth if built correctly.

This is what I've tried so far:

I set the following in "device/ti/beagleboneblack/BoardConfig.mk"
BOARD_HAVE_BLUETOOTH := true

And the following in "kernel/.config"
CONFIG_BT=y
CONFIG_BT_RFCOMM=y
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=y
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=y

#
# Bluetooth device drivers
#
CONFIG_BT_HCIBTUSB=y
CONFIG_BT_HCIBTSDIO=y
CONFIG_BT_HCIUART=y
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_ATH3K=y
CONFIG_BT_HCIUART_LL=y
CONFIG_BT_HCIUART_3WIRE=y
CONFIG_BT_HCIBCM203X=y
CONFIG_BT_HCIBPA10X=y
CONFIG_BT_HCIBFUSB=y
CONFIG_BT_HCIVHCI=y
CONFIG_BT_MRVL=y
CONFIG_BT_MRVL_SDIO=y
CONFIG_BT_ATH3K=y
CONFIG_BT_WILINK=y

However after I build a new image, most of the above are reverted to ‘m’ 
from ’y’.

Created a file called “/system/etc/permissions/beagleboardblack.xml” that 
contains:

<permissions>
<feature name="android.hardware.bluetooth" />
</permissions>

I'm new to the Android OS build environment, so I'm not sure if I missing 
something.  I need Bluetooth for the project I'm working on.  So I'm open 
to any options even if it means different hardware all together.

Thanks in advance


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to