Hi
Can anybody answer me if i do not call SOFTDEVICE_HANDLER_INIT instead i call sd_softdevice_enable ,sd_ble_enable(&enable_params),sd_nvic_EnableIRQ(SD_EVT_IRQn) directly.
Did the program can fetch BLE events.
Am using S130 alpha 0.9.0 , am having trouble to send some hex value on a character during Keypress. I have tried with the API uint32_t softdevice_ble_evt_handler_set ( ble_evt_handler_t ble_evt_handler ) but couldn't sent... ** is there any way to store connection handle on Service structure connection handle during each BLE events.
I hope it might be the problem with SOFTDEVICE_HANDLER_INIT not being called...
what you guys think?