ESP-IDF
btc_ble_gattc_args_t::cache_refresh
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_ble_gattc_args_t::cache_refresh
btc_ble_gattc_args_t::cache_refresh field
Syntax
Show:
Summary
Declaration
from
btc_gattc.h:181
struct
cache_refresh_arg
{
esp_bd_addr_t
remote_bda
;
}
cache_refresh
;
Examples
References
from
examples
Code
Location
Referrer
}
cache_refresh
;
btc_gattc.h:183
BTA_GATTC_Refresh
(
arg
->
cache_refresh
.
remote_bda
,
true
)
;
btc_gattc.c:776
btc_gattc_call_handler()
memcpy
(
arg
.
cache_refresh
.
remote_bda
,
remote_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
esp_gattc_api.c:858
esp_ble_gattc_cache_refresh()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_gattc_args_t::cache_refresh
is read by 2 functions:
All items filtered out
btc_ble_gattc_args_t::cache_refresh
esp_ble_gattc_cache_refresh()
btc_gattc_call_handler()
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