From 5e98f05f07deae0d80f3129d6337c67dc4fc5f18 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sun, 20 Nov 2022 20:55:21 +1100 Subject: [PATCH] Update ble_handlers.cpp --- source/Core/BSP/Pinecilv2/ble_handlers.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/Core/BSP/Pinecilv2/ble_handlers.cpp b/source/Core/BSP/Pinecilv2/ble_handlers.cpp index be1c717f..5884a266 100644 --- a/source/Core/BSP/Pinecilv2/ble_handlers.cpp +++ b/source/Core/BSP/Pinecilv2/ble_handlers.cpp @@ -23,10 +23,7 @@ #include "ble_characteristics.h" #include "ble_handlers.h" #include "power.hpp" -/************************************************************************* -NAME - ble_char_read_status_callback -*/ + int ble_char_read_status_callback(struct bt_conn *conn, const struct bt_gatt_attr *attr, void *buf, u16_t len, u16_t offset) { if (attr == NULL || attr->uuid == NULL) { return 0;