Other Parts Discussed in Thread: WL1831,
hi there,
does the WL1831 and the latest firmware support BLE peripheral mode?
thanks!
-Tyler
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.
Hi Tyler,
Yes, the WL1831MOD can act as a BLE peripheral to a remote central device. Please refer to the BLE sample applications in the TI dual mode Bluetooth stack for evaluation.
Best regards,
Vihang
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!