Hi,
Can the central device (ble_app_hrs_c for example) scan for and connect to a custom peripheral device (not nRF based)?
Hi,
Can the central device (ble_app_hrs_c for example) scan for and connect to a custom peripheral device (not nRF based)?
The FW on a peripheral device doesn't have to be the heart rate example, any other peripheral example will do the same thing.
Yes, I've added NRF_LOG_xxx inside of the case BLE_GAP_EVT_ADV_REPORT:, at the beginning of the on_ble_evt() function and inside of the ble_evt_dispatch() function. I see this logs only when the nRF peripheral device is turned on (with any of the peripheral examples), so I assume it has to be something with the SoftDevice?
Re-flashing the central FW didn't help.
The FW on a peripheral device doesn't have to be the heart rate example, any other peripheral example will do the same thing.
Yes, I've added NRF_LOG_xxx inside of the case BLE_GAP_EVT_ADV_REPORT:, at the beginning of the on_ble_evt() function and inside of the ble_evt_dispatch() function. I see this logs only when the nRF peripheral device is turned on (with any of the peripheral examples), so I assume it has to be something with the SoftDevice?
Re-flashing the central FW didn't help.