/* * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Unlicense OR CC0-1.0 *//* ... */#ifndefGATT_SVR_H#defineGATT_SVR_H/* Includes *//* NimBLE GATT APIs */#include"host/ble_gatt.h"#include"services/gatt/ble_svc_gatt.h"/* NimBLE GAP APIs */#include"host/ble_gap.h"/* Public function declarations */voidsend_heart_rate_indication(void);voidgatt_svr_register_cb(structble_gatt_register_ctxt*ctxt,void*arg);intgatt_svr_subscribe_cb(structble_gap_event*event);intgatt_svc_init(void);/* ... */#endif// GATT_SVR_H
Details
Show: from
Types: Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.