Hey!
I am working on NRF51822-QFAC, with the help of SDK 12.2 with the aim of scanning my bluetooth speakers and mobile phone.
For the same, I have loaded the project \examples\ble_central\ble_app_uart_c\pca10028 on the MCU (after loading the Softdevice S130 2.0.1).
The observation is that it does not detect the Xiaomi Mi4i phone, nor the bluetooth speakers.
However, if I program another NRF51822 board with ble_peripheral example (like ble_app_hrs), the scanner board detects it (MAC ID, RSSI, Data etc.) in the function on_ble_evt(...).
So I think there is a pre-programmed "profile matching" going on. How do I bypass that?
Thank you.