Bluetooth non-blocking while running simultaneously with WiFi ?

10 Dec 2018

I am asking this because I am trying to have my Nucleo board connected to the WiFi while also having Bluetooth connected to my phone. It connects fine to both my phone and WiFi, however the problem starts after the board is connected to my phone via Bluetooth. The bluetooth code "BLE::Instance().init(bleInitComplete)" seems to be blocking my entire code. Any solution or advice for this?