Hello,
I am investigating the on_ble_ev function and trying to get back the Connection Interval parameters set by the Master Control throught the ble_evt_t struture . Is this parameter is available in the by this way? Thanks
Hello,
I am investigating the on_ble_ev function and trying to get back the Connection Interval parameters set by the Master Control throught the ble_evt_t struture . Is this parameter is available in the by this way? Thanks
Yes they are in the parameter to the BLE_GAP_EVT_CONNECTED and BLE_GAP_EVT_CONN_PARAM_UPDATE events.
ble_evt_t.gap_evt.connected.conn_params
for the connection event, similar for the update one.
Yes they are in the parameter to the BLE_GAP_EVT_CONNECTED and BLE_GAP_EVT_CONN_PARAM_UPDATE events.
ble_evt_t.gap_evt.connected.conn_params
for the connection event, similar for the update one.