Bluetooth: Add missing print format specifier
Change-Id: Ia4a3e70a990da69bc5be22f693081f0dd6b6a5e1 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
5094d8b797
commit
d650bc298e
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ static int smp_f6(const uint8_t *w, const uint8_t *n1, const uint8_t *n2,
|
|||
|
||||
BT_DBG("w %s", h(w, 16));
|
||||
BT_DBG("n1 %s n2 %s", h(n1, 16), h(n2, 16));
|
||||
BT_DBG("r %s io_cap", h(r, 16), h(iocap, 3));
|
||||
BT_DBG("r %s io_cap %s", h(r, 16), h(iocap, 3));
|
||||
BT_DBG("a1 %s a2 %s", h(a1, 7), h(a2, 7));
|
||||
|
||||
swap_buf(m, n1, 16);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue