Select one of the symbols to view example projects that use it.
 
Outline
#define H_BLECENT_
#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 BLECENT_SVC_ALERT_UUID
#define BLECENT_CHR_SUP_NEW_ALERT_CAT_UUID
#define BLECENT_CHR_NEW_ALERT
#define BLECENT_CHR_SUP_UNR_ALERT_CAT_UUID
#define BLECENT_CHR_UNR_ALERT_STAT_UUID
#define BLECENT_CHR_ALERT_NOT_CTRL_PT
Files
loading...
SourceVuESP-IDF Framework and Examplesblecent samplemain/blecent.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. *//* ... */ #ifndef H_BLECENT_ #define H_BLECENT_ #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; #define BLECENT_SVC_ALERT_UUID 0x1811 #define BLECENT_CHR_SUP_NEW_ALERT_CAT_UUID 0x2A47 #define BLECENT_CHR_NEW_ALERT 0x2A46 #define BLECENT_CHR_SUP_UNR_ALERT_CAT_UUID 0x2A48 #define BLECENT_CHR_UNR_ALERT_STAT_UUID 0x2A45 #define BLECENT_CHR_ALERT_NOT_CTRL_PT 0x2A446 defines #ifdef __cplusplus }{...} #endif /* ... */ #endif
Details
Show:
from
Types: Columns: