Hi

I'm like to make Bluetooth work on my x86 platform,
I added - BOARD_HAVE_BLUETOOTH := true and resolved compilation errors
as mentioned in -
"http://groups.google.com/group/android-porting/browse_frm/thread/
7bef542d21e14c11/0291b67ee7236d6b?lnk=gst&q=bluetooth
+usb#0291b67ee7236d6b"

I can tell that the driver (I have an SDIO device), came up &
registered as an hci device.
However - nothing is happening. I cant turn the Bluetooth on in
Androids UI & in "hcitool dev" there are no devices.
(I did not see a call ro bt_sdio_open)

In addition I added the following to init.rc -

service dbus /system/bin/dbus-daemon --system --nofork
socket dbus stream 660 bluetooth bluetooth
user bluetooth
group bluetooth net_bt_admin

service hcid /system/bin/hcid -s -n -f /etc/bluez/hcid.conf
socket bluetooth stream 660 bluetooth bluetooth
socket dbus_bluetooth stream 660 bluetooth bluetooth
# init.rc does not yet support applying capabilities, so run as root
and
# let hcid drop uid to bluetooth with the right linux capabilities
group bluetooth net_bt_admin misc
disabled

service hfag /system/bin/sdptool add --channel=10 HFAG
user bluetooth
group bluetooth net_bt_admin
disabled
oneshot

service dun /system/bin/sdptool add --channel=2 DUN
user bluetooth
group bluetooth net_bt_admin
disabled
oneshot

service hsag /system/bin/sdptool add --channel=11 HSAG
user bluetooth
group bluetooth net_bt_admin
disabled
oneshot

But this did not help as well,
Guys please help I'm in the dark here...

Thx
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to