We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7c9a9 commit 68b3288Copy full SHA for 68b3288
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5/source/nRF5xGattServer.cpp
@@ -469,7 +469,7 @@ ble_error_t nRF5xGattServer::reset(void)
469
@brief Callback handler for events getting pushed up from the SD
470
*/
471
/**************************************************************************/
472
-void nRF5xGattServer::hwCallback(ble_evt_t *p_ble_evt)
+void nRF5xGattServer::hwCallback(const ble_evt_t *p_ble_evt)
473
{
474
GattAttribute::Handle_t handle_value;
475
GattServerEvents::gattEvent_t eventType;
0 commit comments