From d23077c646f21d262a205472cbea93dd757465a6 Mon Sep 17 00:00:00 2001 From: Arman Uguray Date: Thu, 28 Aug 2014 14:25:19 -0700 Subject: [PATCH] shared/gatt-helpers: Fixed typo in callback args. Fixed a small typo in one of the callback arguments. --- src/shared/gatt-helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/gatt-helpers.h b/src/shared/gatt-helpers.h index d63fac105..443e6c5db 100644 --- a/src/shared/gatt-helpers.h +++ b/src/shared/gatt-helpers.h @@ -54,7 +54,7 @@ typedef void (*bt_gatt_destroy_func_t)(void *user_data); typedef void (*bt_gatt_result_callback_t)(bool success, uint8_t att_ecode, void *user_data); -typedef void (*bt_gatt_discovery_callback_t)(bool success, uint8_t att_code, +typedef void (*bt_gatt_discovery_callback_t)(bool success, uint8_t att_ecode, struct bt_gatt_result *result, void *user_data); typedef void (*bt_gatt_read_callback_t)(bool success, uint8_t att_ecode, -- 2.47.3