ESP-IDF
tBTA_GATTS_DATA::api_cancel_open
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_GATTS_DATA::api_cancel_open
tBTA_GATTS_DATA::api_cancel_open field
Syntax
Show:
Summary
Declaration
from
bta_gatts_int.h:177
tBTA_GATTS_API_CANCEL_OPEN
api_cancel_open
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATTS_API_CANCEL_OPEN
api_cancel_open
;
bta_gatts_int.h:177
if
(
(
p_rcb
=
bta_gatts_find_app_rcb_by_app_if
(
p_msg
->
api_cancel_open
.
server_if
)
)
!=
NULL
)
{
bta_gatts_act.c:797
bta_gatts_cancel_open()
if
(
!
GATT_CancelConnect
(
p_rcb
->
gatt_if
,
p_msg
->
api_cancel_open
.
remote_bda
,
bta_gatts_act.c:798
bta_gatts_cancel_open()
p_msg
->
api_cancel_open
.
is_direct
)
)
{
bta_gatts_act.c:799
bta_gatts_cancel_open()
APPL_TRACE_ERROR
(
"Inavlide server_if=%d"
,
p_msg
->
api_cancel_open
.
server_if
)
;
bta_gatts_act.c:805
bta_gatts_cancel_open()
cancel_open
.
server_if
=
p_msg
->
api_cancel_open
.
server_if
;
bta_gatts_act.c:810
bta_gatts_cancel_open()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTS_DATA::api_cancel_open
is read by 1 function:
All items filtered out
tBTA_GATTS_DATA::api_cancel_open
bta_gatts_cancel_open()
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