summaryrefslogtreecommitdiff
path: root/src/bluetooth-gatt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth-gatt.c')
-rw-r--r--src/bluetooth-gatt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth-gatt.c b/src/bluetooth-gatt.c
index 9fd356e..8c43fcd 100644
--- a/src/bluetooth-gatt.c
+++ b/src/bluetooth-gatt.c
@@ -3207,6 +3207,7 @@ int bt_gatt_server_send_response(int request_id, bt_gatt_att_request_type_e requ
return ret;
} /* LCOV_EXCL_STOP */
+/* LCOV_EXCL_START */
static gboolean __notify_characteristic_changed_value_cb(gpointer user_data)
{
struct notify_char_changed_cb_s *cb_data = user_data;
@@ -3228,6 +3229,7 @@ static gboolean __notify_characteristic_changed_value_cb(gpointer user_data)
g_free(cb_data);
return FALSE;
}
+/* LCOV_EXCL_STOP */
int bt_gatt_server_notify_characteristic_changed_value(bt_gatt_h characteristic,
bt_gatt_server_notification_sent_cb callback,