Select one of the symbols to view example projects that use it.
 
Outline
#define H_BLESPPCLIENT_
#include "modlog/modlog.h"
#include "esp_central.h"
ble_hs_adv_fields
ble_gap_conn_desc
ble_hs_cfg
ble_store_value
ble_store_key
#define GATT_SPP_SVC_UUID
#define GATT_SPP_CHR_UUID
Files
loading...
SourceVuESP-IDF Framework and Examplesspp_client samplemain/ble_spp_client.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
28
29
30
31
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Unlicense OR CC0-1.0 *//* ... */ #ifndef H_BLESPPCLIENT_ #define H_BLESPPCLIENT_ #include "modlog/modlog.h" #include "esp_central.h" #ifdef __cplusplus extern "C" { #endif struct ble_hs_adv_fields; struct ble_gap_conn_desc; struct ble_hs_cfg; union ble_store_value; union ble_store_key; /* 16 Bit SPP Service UUID */ #define GATT_SPP_SVC_UUID 0xABF0 /* 16 Bit SPP Service Characteristic UUID */ #define GATT_SPP_CHR_UUID 0xABF1 #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.