Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26edcd97 authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Const-ify stack::smp::smp_act::smp_proc_id_info

Bug: 187830698
Tag: #refactor
Test: gd/cert/run

Change-Id: I2d77895908771fcf496c90347a61916837888d1e
parent 3af3f8d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1025,7 +1025,7 @@ void smp_proc_id_info(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) {

/** process identity address from peer device */
void smp_proc_id_addr(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) {
  uint8_t* p = p_data->p_data;
  const uint8_t* p = p_data->p_data;

  SMP_TRACE_DEBUG("%s", __func__);