Hello,
       I want to enable USB Bluetooth for ANDROID-x86.
       I am using USB bluetooth device, it requires "btusb.ko" driver,
I have added that driver in Android but still android bluetooth does
not detect it. Is there any other driver that also required along with
this ?




I have also referred following link: 
http://source.android.com/projects/bluetooth-faq


which says to enable enable bluetooth support add following line,


Q. How do I compile Android with Bluetooth support enabled?
A. Add this to your BoardConfig.mk:
BOARD_HAVE_BLUETOOTH := true

But after adding that line then following error occures while
compiling ANDROID x86 code.

external/bluez/utils/tools/hciattach.c:1127: warning: missing
initializer
external/bluez/utils/tools/hciattach.c:1127: warning: (near
initialization for 'uart[24].p_id')
external/bluez/utils/tools/hciattach.c: In function 'main':
external/bluez/utils/tools/hciattach.c:1395: error: 'N_TTY' undeclared
(first use in this function)
external/bluez/utils/tools/hciattach.c:1395: error: (Each undeclared
identifier is reported only once
external/bluez/utils/tools/hciattach.c:1395: error: for each function
it appears in.)
make: *** [out/target/product/eeepc/obj/EXECUTABLES/
hciattach_intermediates/hciattach.o] Error 1


Can somebody give me pointers about getting bluetooth usb working on
android ?



thanks,
Sachin

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to