diff --git a/client/gatt.c b/client/gatt.c
index f03fc15..84b7f3f 100644
--- a/client/gatt.c
+++ b/client/gatt.c
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2014 Intel Corporation. All rights reserved.
+ * Copyright 2024 NXP
*
*
*/
g_dbus_unregister_interface(service->conn, service->path,
SERVICE_INTERFACE);
}
+
+ return bt_shell_noninteractive_quit(EXIT_SUCCESS);
}
static uint16_t parse_handle(const char *arg)
bt_shell_prompt_input(service->path, "Primary (yes/no):",
service_set_primary, service);
-
- return bt_shell_noninteractive_quit(EXIT_SUCCESS);
}
static struct service *service_find(const char *pattern)
}
chrc->max_val_len = chrc->value_len;
+
+ return bt_shell_noninteractive_quit(EXIT_SUCCESS);
}
static gboolean attr_authorization_flag_exists(char **flags)
print_chrc(chrc, COLORED_NEW);
bt_shell_prompt_input(chrc->path, "Enter value:", chrc_set_value, chrc);
-
- return bt_shell_noninteractive_quit(EXIT_SUCCESS);
}
static struct chrc *chrc_find(const char *pattern)