ESP-IDF
btc_gattc_cback()
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
btc_gattc_cback()
btc_gattc_cback() function
Syntax
Show:
Summary
Declaration
from
btc_gattc.c:183
static
void
btc_gattc_cback
(
tBTA_GATTC_EVT
event
,
tBTA_GATTC
*
p_data
)
;
Arguments
Argument
event
p_data
Examples
References
from
examples
Code
Location
Referrer
static
void
btc_gattc_cback
(
tBTA_GATTC_EVT
event
,
tBTA_GATTC
*
p_data
)
btc_gattc.c:183
BTA_GATTC_AppRegister
(
&
app_uuid
,
btc_gattc_cback
)
;
btc_gattc.c:204
btc_gattc_app_register()
Call Tree
from
examples
btc_gattc_cback()
calls 3 functions:
All items filtered out
btc_gattc_cback()
esp_log_timestamp()
esp_log_write()
btc_transfer_context()
All items filtered out
Data Use
from
examples
btc_gattc_cback()
reads 5 variables and writes 4 variables:
esp_log_level_t::ESP_LOG_ERROR
btc_sig_t::BTC_SIG_API_CB
btc_pid_t::BTC_PID_GATTC
btc_gattc_copy_req_data()
btc_gattc_free_req_data()
All items filtered out
btc_gattc_cback()
btc_gattc_app_register()
btc_msg::sig
btc_msg::pid
btc_msg::act
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