NimBLE_Security sample
led_chr_access()
is only used within NimBLE_Security sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
NimBLE_Security sample
led_chr_access()
led_chr_access() function
Syntax
Show:
Summary
Declaration
Definition
from
gatt_svc.c:16
static
int
led_chr_access
(
uint16_t
conn_handle
,
uint16_t
attr_handle
,
struct
ble_gatt_access_ctxt
*
ctxt
,
void
*
arg
)
;
Implemented in
gatt_svc.c:118
Arguments
Argument
conn_handle
attr_handle
ctxt
arg
Examples
References
from
examples
Code
Location
static
int
led_chr_access
(
uint16_t
conn_handle
,
uint16_t
attr_handle
,
gatt_svc.c:118
static
int
led_chr_access
(
uint16_t
conn_handle
,
uint16_t
attr_handle
,
gatt_svc.c:16
.
access_cb
=
led_chr_access
,
gatt_svc.c:63
Call Tree
from
examples
led_chr_access()
calls 4 functions:
All items filtered out
led_chr_access()
esp_log_timestamp()
esp_log_write()
led_on()
led_off()
All items filtered out
Data Use
from
examples
led_chr_access()
reads 10 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
ble_gatt_access_ctxt::op
ble_gatt_access_ctxt::om
os_mbuf::om_data
os_mbuf::om_len
led_chr_val_handle
All items filtered out
led_chr_access()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out