ble_mesh: fix MESH/NODE/FRND/FN/BV-11-C related bug

pull/4068/head
lly 2019-09-02 12:40:31 +08:00
rodzic f25640e9e5
commit 1f96bf5906
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -688,7 +688,7 @@ static void clear_procedure_start(struct bt_mesh_friend *frnd)
{
BT_DBG("LPN 0x%04x (old) Friend 0x%04x", frnd->lpn, frnd->clear.frnd);
frnd->clear.start = k_uptime_get_32() + (2 * frnd->poll_to);
frnd->clear.start = k_uptime_get_32();
frnd->clear.repeat_sec = 1U;
send_friend_clear(frnd);