ESP-IDF
btc_ble_gatts_args_t::close
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_gatts_args_t::close
btc_ble_gatts_args_t::close field
Syntax
Show:
Summary
Declaration
from
btc_gatts.h:135
struct
close_args
{
uint16_t
conn_id
;
}
close
;
Examples
References
from
examples
Code
Location
Referrer
}
close
;
btc_gatts.h:137
if
(
arg
->
close
.
conn_id
!=
0
)
{
btc_gatts.c:741
btc_gatts_call_handler()
BTA_GATTS_Close
(
arg
->
close
.
conn_id
)
;
btc_gatts.c:742
btc_gatts_call_handler()
arg
.
close
.
conn_id
=
BTC_GATT_CREATE_CONN_ID
(
gatts_if
,
conn_id
)
;
esp_blufi.c:421
esp_blufi_close()
arg
.
close
.
conn_id
=
BTC_GATT_CREATE_CONN_ID
(
gatts_if
,
conn_id
)
;
esp_gatts_api.c:378
esp_ble_gatts_close()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_gatts_args_t::close
is read by 3 functions:
All items filtered out
btc_ble_gatts_args_t::close
esp_ble_gatts_close()
esp_blufi_close()
btc_gatts_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