We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0af67a commit ee82667Copy full SHA for ee82667
subsys/bluetooth/host/id.c
@@ -267,7 +267,7 @@ static void adv_rpa_clear_data(struct bt_le_ext_adv *adv, void *data)
267
atomic_clear_bit(adv->flags, BT_ADV_RPA_VALID);
268
bt_addr_copy(&bt_dev.rpa[adv->id], BT_ADDR_NONE);
269
} else {
270
- LOG_WRN("Adv sets rpa expired cb with id %d returns false\n", adv->id);
+ LOG_WRN("Adv sets rpa expired cb with id %d returns false", adv->id);
271
}
272
273
#endif
0 commit comments