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!