summaryrefslogtreecommitdiff
path: root/monitor/bnep.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-12-19 10:21:59 -0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-12-21 10:08:22 -0200
commit7a03b61ee82e2c3253add826e20586341e210728 (patch)
tree9206ae1dca1e00978d7addfc83ec0eaefb6c9334 /monitor/bnep.c
parent709bcef1faf43784493ee69fbb89747656de2a14 (diff)
downloadbluez-7a03b61ee82e2c3253add826e20586341e210728.tar.gz
tools: Remove monitor/uuid.{c,h}
Use the shared/util.h helpers instead.
Diffstat (limited to 'monitor/bnep.c')
-rw-r--r--monitor/bnep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor/bnep.c b/monitor/bnep.c
index 01392e8eb..38fd1319e 100644
--- a/monitor/bnep.c
+++ b/monitor/bnep.c
@@ -157,9 +157,9 @@ static bool setup_conn_req(struct bnep_frame *bnep_frame, uint8_t indent)
}
print_field("%*cDst: 0x%x(%s)", indent, ' ', dst_uuid,
- uuid32_to_str(dst_uuid));
+ bt_uuid32_to_str(dst_uuid));
print_field("%*cSrc: 0x%x(%s)", indent, ' ', src_uuid,
- uuid32_to_str(src_uuid));
+ bt_uuid32_to_str(src_uuid));
return true;
}