Select one of the symbols to view example projects that use it.
 
Outline
#define H_BLE_CTS_PRPH_
#include "nimble/ble.h"
#include "modlog/modlog.h"
ble_hs_cfg
ble_gatt_register_ctxt
gatt_svr_register_cb(struct ble_gatt_register_ctxt *, void *);
gatt_svr_init();
Files
loading...
SourceVuESP-IDF Framework and Examplescts_prph samplemain/ble_cts_prph.h
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * SPDX-FileCopyrightText: 2017-2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */ #ifndef H_BLE_CTS_PRPH_ #define H_BLE_CTS_PRPH_ #include "nimble/ble.h" #include "modlog/modlog.h" #ifdef __cplusplus extern "C" { #endif struct ble_hs_cfg; struct ble_gatt_register_ctxt; void gatt_svr_register_cb(struct ble_gatt_register_ctxt *ctxt, void *arg); int gatt_svr_init(void); #ifdef __cplusplus }{...} #endif /* ... */ #endif
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.