From 4f4b43f315d9005411dab34929e7a9e6cad006cc Mon Sep 17 00:00:00 2001 From: "matthias.ringwald@gmail.com" Date: Fri, 3 Oct 2014 10:03:37 +0000 Subject: [PATCH] log locally generated gap le adv --- src/hci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hci.c b/src/hci.c index aaaed0894..008c2fb4d 100644 --- a/src/hci.c +++ b/src/hci.c @@ -634,7 +634,7 @@ void le_handle_advertisement_report(uint8_t *packet, int size){ total_data_length += packet[4+num_reports*8+i]; } - log_info("num reports: %d, ", num_reports); + log_info("HCI: handle adv report with num reports: %d", num_reports); for (i=0; ipacket_handler(HCI_EVENT_PACKET, event, sizeof(event)); } }