diff --git a/samples/bluetooth/periodic_adv_rsp/src/main.c b/samples/bluetooth/periodic_adv_rsp/src/main.c index 7595aa3ca1a..91039569398 100644 --- a/samples/bluetooth/periodic_adv_rsp/src/main.c +++ b/samples/bluetooth/periodic_adv_rsp/src/main.c @@ -92,9 +92,6 @@ static void response_cb(struct bt_le_ext_adv *adv, struct bt_le_per_adv_response if (buf) { printk("Response: subevent %d, slot %d\n", info->subevent, info->response_slot); bt_data_parse(buf, print_ad_field, NULL); - } else { - printk("Failed to receive response: subevent %d, slot %d\n", info->subevent, - info->response_slot); } }