Select one of the symbols to view example projects that use it.
 
Outline
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
<anonymous enum>
Files
loading...
SourceVuESP-IDF Framework and Examplesble_compatibility_test samplemain/ble_compatibility_test.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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Unlicense OR CC0-1.0 *//* ... */ #include <stdio.h> #include <stdlib.h> #include <string.h> /* Attributes State Machine */ enum { IDX_SVC, IDX_CHAR_A, IDX_CHAR_VAL_A, IDX_CHAR_CFG_A, IDX_CHAR_B, IDX_CHAR_VAL_B, IDX_CHAR_CFG_B, IDX_CHAR_C, IDX_CHAR_VAL_C, IDX_CHAR_CFG_C, IDX_CHAR_CFG_C_2, HRS_IDX_NB, }{ ... };
Details
Show:
from
Types: Columns: