ESP-IDF
gatt_svr_dsc_access()
is only used within ESP-IDF.
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
ESP-IDF
gatt_svr_dsc_access()
gatt_svr_dsc_access() function
Syntax
Show:
Summary
Declaration
Definition
from
protocomm_nimble.c:102
static
int
gatt_svr_dsc_access
(
uint16_t
conn_handle
,
uint16_t
attr_handle
,
struct
ble_gatt_access_ctxt
*
ctxt
,
void
*
arg
)
;
Implemented in
protocomm_nimble.c:302
Arguments
Argument
conn_handle
attr_handle
ctxt
arg
Examples
References
from
examples
Code
Location
Referrer
gatt_svr_dsc_access
(
uint16_t
conn_handle
,
uint16_t
attr_handle
,
struct
protocomm_nimble.c:303
gatt_svr_dsc_access
(
uint16_t
conn_handle
,
uint16_t
attr_handle
,
protocomm_nimble.c:103
(
characteristics
+
idx
)
->
descriptors
[
0
]
.
access_cb
=
gatt_svr_dsc_access
;
protocomm_nimble.c:698
ble_gatt_add_char_dsc()
Call Tree
from
examples
gatt_svr_dsc_access()
calls 3 functions:
All items filtered out
gatt_svr_dsc_access()
esp_log_timestamp()
esp_log_write()
os_mbuf_append()
All items filtered out
Data Use
from
examples
gatt_svr_dsc_access()
reads 10 variables and writes 1 variable:
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_dsc_def::arg
ble_gatt_access_ctxt::op
ble_gatt_access_ctxt::om
ble_gatt_access_ctxt::
::dsc
TAG
All items filtered out
gatt_svr_dsc_access()
ble_gatt_add_char_dsc()
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
gatt_svr_dsc_access()
is implemented by 1 functions:
All items filtered out
gatt_svr_dsc_access()
ble_gatt_dsc_def::access_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out