Skip to content

Commit 68b3288

Browse files
committed
Nordic BLE: Fix signature of nRF5xGattServer::hwCallback
1 parent 4a7c9a9 commit 68b3288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5/source/nRF5xGattServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ ble_error_t nRF5xGattServer::reset(void)
469469
@brief Callback handler for events getting pushed up from the SD
470470
*/
471471
/**************************************************************************/
472-
void nRF5xGattServer::hwCallback(ble_evt_t *p_ble_evt)
472+
void nRF5xGattServer::hwCallback(const ble_evt_t *p_ble_evt)
473473
{
474474
GattAttribute::Handle_t handle_value;
475475
GattServerEvents::gattEvent_t eventType;

0 commit comments

Comments
 (0)