Hello,
I am using nRF52832 DK PCA10040 v1.2.4, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
As part of ble_evt_handler() I am printing in ‘default’ case as below. I am getting 18 (BLE_GAP_EVT_PHY_UPDATE), 81 and 87 some times. I could not trace 81 & 87. What are these.
default: NRF_LOG_INFO("BLE Default %d", p_ble_evt->header.evt_id); // No implementation needed. break;
Thanks & Regards
Vishnu Beema