Diff between 141d634679d7e89bbe4d71dcaebaac416b3d98a9 and 743e508b42c471bb4ec6f0071d53f04da5f20276

Changed Files

File Additions Deletions Status
src/shared/gatt-client.c +1 -1 modified

Full Patch

diff --git a/src/shared/gatt-client.c b/src/shared/gatt-client.c
index 2c14c3a..b7cf757 100644
--- a/src/shared/gatt-client.c
+++ b/src/shared/gatt-client.c
@@ -2172,7 +2172,7 @@ unsigned int bt_gatt_client_write_without_response(
 }
 
 struct write_op {
-	bt_gatt_result_callback_t callback;
+	bt_gatt_client_callback_t callback;
 	void *user_data;
 	bt_gatt_destroy_func_t destroy;
 };