Hello Raymond
using the correct drivers I manage to use the bluetooth port (/dev/mbtchar0) using bdt (bluedroid test tool)
however when I try to activate bluetooth using settings-->bluetooth GUI I receive the following errors on logcat:
E/BluetoothAdapter(: Bluetooth binder is null
E/DeviceListPreferenceFragment: Bluetooth is not supported on this device
so apparently bludroid works fine with my definitions but GUI will not , any idea?
* I have already added
device.mk
# Bluetooth
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml