--- tools/btgatt-client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/btgatt-client.c b/tools/btgatt-client.c index d900e08..5c692ff 100644 --- a/tools/btgatt-client.c +++ b/tools/btgatt-client.c @@ -182,8 +182,9 @@ static void print_service(const bt_gatt_service_t *service) return; } - printf(COLOR_RED "service" COLOR_OFF " - start: 0x%04x, " + printf(COLOR_RED "service %s" COLOR_OFF " - start: 0x%04x, " "end: 0x%04x, uuid: ", + service->primary ? "primary" : "second.", service->start_handle, service->end_handle); print_uuid(service->uuid); -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html