This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x Android 4.0 bluetooth low energy supporting

Other Parts Discussed in Thread: WL1271

Dear Sir,

Any idea about bluetooth low energy supporting on AM335x Androide4.0 platform? I checked AM335x TI EVM tools is built-in WL1271 module

1. Can it support WL1271L with androide 4.0 driver?

2. Android 4.0 already built in any Bluetooth low energy stack profile

B.R

Edwin

 

  • Bluetooth LE is not tested with TI Android DevKit yet.

    In case you wish to use the LE feature, you can modify the device.mk file in device/ti/am335evm.mk as follows (please note the changed source file name):

    # Bluetooth support
    PRODUCT_COPY_FILES += \
            $(LOCAL_PATH)/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
            system/bluetooth/data/main.nonsmartphone.le.conf:system/etc/bluetooth/main.conf

    Please delete the file existing in the android image at out/target/product/am335xevm/syatem/etc/bluetooth/main.conf. You will need to regenerate the filesystem after this change.