ESP-IDF
btc_ble_gattc_args_t::close
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::close
btc_ble_gattc_args_t::close field
Syntax
Show:
Summary
Declaration
from
btc_gattc.h:67
struct
close_arg
{
uint16_t
conn_id
;
}
close
;
Examples
References
from
examples
Code
Location
Referrer
}
close
;
btc_gattc.h:69
BTA_GATTC_Close
(
arg
->
close
.
conn_id
)
;
btc_gattc.c:226
btc_gattc_close()
arg
.
close
.
conn_id
=
BTC_GATT_CREATE_CONN_ID
(
gattc_if
,
conn_id
)
;
esp_gattc_api.c:211
esp_ble_gattc_close()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_gattc_args_t::close
is read by 2 functions:
All items filtered out
btc_ble_gattc_args_t::close
esp_ble_gattc_close()
btc_gattc_close()
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