Skip to content

Commit fcc90e4

Browse files
authored
Merge pull request #278 from DavidLin1577/patch-4
Fixed bug in ble_hs_id.c
2 parents 4b85e65 + 7c06a5f commit fcc90e4

File tree

1 file changed

+1
-1
lines changed
  • components/connectivity/Bluetooth_5.0/3rdparty/NimBLE_1_2_0/nimble/host/src

1 file changed

+1
-1
lines changed

components/connectivity/Bluetooth_5.0/3rdparty/NimBLE_1_2_0/nimble/host/src/ble_hs_id.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,5 +281,5 @@ void
281281
ble_hs_id_reset(void)
282282
{
283283
memset(ble_hs_id_pub, 0, sizeof ble_hs_id_pub);
284-
memset(ble_hs_id_rnd, 0, sizeof ble_hs_id_pub);
284+
memset(ble_hs_id_rnd, 0, sizeof ble_hs_id_rnd);
285285
}

0 commit comments

Comments
 (0)