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

This commit is contained in:
lly 2019-09-02 12:40:31 +08:00
parent 7030d612e2
commit e9e28c1265

View File

@ -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);