From 830ec672c1a1ff1ea97854e645c60b19e88591c6 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 7 Apr 2016 16:47:20 +0200 Subject: [PATCH] gatt_client: drop packet handler for gatt_client_write_value_of_characteristic_without_response --- src/ble/gatt_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ble/gatt_client.h b/src/ble/gatt_client.h index cb1716bb5..f92a978e8 100644 --- a/src/ble/gatt_client.h +++ b/src/ble/gatt_client.h @@ -286,7 +286,7 @@ uint8_t gatt_client_read_multiple_characteristic_values(btstack_packet_handler_t /** * @brief Writes the characteristic value using the characteristic's value handle without an acknowledgment that the write was successfully performed. */ -uint8_t gatt_client_write_value_of_characteristic_without_response(btstack_packet_handler_t callback, hci_con_handle_t con_handle, uint16_t characteristic_value_handle, uint16_t length, uint8_t * data); +uint8_t gatt_client_write_value_of_characteristic_without_response(hci_con_handle_t con_handle, uint16_t characteristic_value_handle, uint16_t length, uint8_t * data); /** * @brief Writes the authenticated characteristic value using the characteristic's value handle without an acknowledgment that the write was successfully performed.