Loading system/stack/smp/smp_keys.cc +1 −1 Original line number Diff line number Diff line Loading @@ -809,7 +809,7 @@ Octet16 smp_calculate_peer_commitment(tSMP_CB* p_cb) { uint8_t ri; SMP_TRACE_DEBUG("%s", __func__); Octet16 output; Octet16 output{0}; switch (p_cb->selected_association_model) { case SMP_MODEL_SEC_CONN_JUSTWORKS: case SMP_MODEL_SEC_CONN_NUM_COMP: Loading Loading
system/stack/smp/smp_keys.cc +1 −1 Original line number Diff line number Diff line Loading @@ -809,7 +809,7 @@ Octet16 smp_calculate_peer_commitment(tSMP_CB* p_cb) { uint8_t ri; SMP_TRACE_DEBUG("%s", __func__); Octet16 output; Octet16 output{0}; switch (p_cb->selected_association_model) { case SMP_MODEL_SEC_CONN_JUSTWORKS: case SMP_MODEL_SEC_CONN_NUM_COMP: Loading