--
unsubscribe: android-porti...@googlegroups.com
website: http://groups.google.com/group/android-porting
Can you put in couple of debugs in the
/frameworks/base/core/jni/android_server_BluetoothService.cpp" ? just
to make sure you are in-fact building the right things?
--
--Pavan Savoy
I suppose the basic BOARD_HAVE_BLUETOOTH flag is already set?
and the JNI layer actually make calls to bluedroid !!!
Can you put in couple of debugs in the
/frameworks/base/core/jni/android_server_BluetoothService.cpp" ? just
to make sure you are in-fact building the right things?
or you can have your init.c say hciattach -l for the hciattach service.
The important step I suppose here is ioctl HCIDEVUP.. so leave the
ioctl alone and try commenting hciattach, I guess that should work..
--
--Pavan Savoy