1
0
forked from me/IronOS

Update ble_handlers.cpp

This commit is contained in:
Ben V. Brown
2022-11-20 20:55:21 +11:00
parent ca2ceb5008
commit 5e98f05f07

View File

@@ -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;