Merge pull request #278 from DavidLin1577/patch-4

Fixed bug in  ble_hs_id.c
This commit is contained in:
Supowang
2021-01-18 10:38:23 +08:00
committed by GitHub

View File

@@ -281,5 +281,5 @@ void
ble_hs_id_reset(void)
{
memset(ble_hs_id_pub, 0, sizeof ble_hs_id_pub);
memset(ble_hs_id_rnd, 0, sizeof ble_hs_id_pub);
memset(ble_hs_id_rnd, 0, sizeof ble_hs_id_rnd);
}