From: Wootak Jung Date: Fri, 1 Jun 2018 00:02:41 +0000 (+0900) Subject: Add a debug log for debugging X-Git-Tag: accepted/tizen/unified/20180611.015238~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=012f67c8745ca3965b2fe9c125f8b8b3710fa3b3;p=platform%2Fupstream%2Fbluez.git Add a debug log for debugging Change-Id: Ibf98b251668fd5f73f518431da4330bc1e56d54b --- diff --git a/src/adapter.c b/src/adapter.c index d0df3a2..c54edc8 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -11707,6 +11707,7 @@ static void pin_code_request_callback(uint16_t index, uint16_t length, if (main_opts.pin_code) { /* Because we can't receive user input on headless device, no need to request pincode. Use the 'PinCode' in headless conf file */ + DBG("Use configured PinCode in headless device"); btd_adapter_pincode_reply(adapter, &ev->addr.bdaddr, main_opts.pin_code, strlen(main_opts.pin_code)); return;