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.

Linux/WL1831MOD: ble peripheral mode on Android 7/bluedroid stack issues

Part Number: WL1831MOD

Tool/software: Linux

next question: I am getting this running on Android 7/bluedroid. BLE scanning works fine. BLE peripheral support is supported by adding BLE_VND_INCLUDED TRUE to bdroid_buildcfg.h but I get errors when I run a ble peripheral app and start advertising. I believe the error corresponds to this in the log:
BluetoothAdapterService: getAdapterService() - returning com.android.bluetooth.btservice.AdapterService@65fd275
01-01 04:00:09.768 565 737 I bt_vendor: vendor op - 7
01-01 04:00:09.798 565 818 E bt_btm : wrong length for btm_ble_multi_adv_vsc_cmpl_cback
01-01 04:00:09.798 565 737 I bt_vendor: vendor op - 7

the bt firmware is TIInit_11.8.32.bts


are there any other configuration changes I need to make? thanks!