ESP-IDF
tBTA_GATTC_DATA::api_listen
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_GATTC_DATA::api_listen
tBTA_GATTC_DATA::api_listen field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:282
tBTA_GATTC_API_LISTEN
api_listen
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATTC_API_LISTEN
api_listen
;
bta_gattc_int.h:282
tBTA_GATTC_RCB
*
p_clreg
=
bta_gattc_cl_get_regcb
(
p_msg
->
api_listen
.
client_if
)
;
bta_gattc_act.c:2340
bta_gattc_listen()
cb_data
.
reg_oper
.
client_if
=
p_msg
->
api_listen
.
client_if
;
bta_gattc_act.c:2345
bta_gattc_listen()
p_msg
->
api_listen
.
client_if
)
;
bta_gattc_act.c:2349
bta_gattc_listen()
if
(
bta_gattc_mark_bg_conn
(
p_msg
->
api_listen
.
client_if
,
bta_gattc_act.c:2353
bta_gattc_listen()
(
BD_ADDR_PTR
)
p_msg
->
api_listen
.
remote_bda
,
bta_gattc_act.c:2354
bta_gattc_listen()
p_msg
->
api_listen
.
start
,
bta_gattc_act.c:2355
bta_gattc_listen()
if
(
!
GATT_Listen
(
p_msg
->
api_listen
.
client_if
,
bta_gattc_act.c:2357
bta_gattc_listen()
p_msg
->
api_listen
.
start
,
bta_gattc_act.c:2358
bta_gattc_listen()
p_msg
->
api_listen
.
remote_bda
)
)
{
bta_gattc_act.c:2359
bta_gattc_listen()
if
(
p_msg
->
api_listen
.
start
)
{
bta_gattc_act.c:2367
bta_gattc_listen()
if
(
p_msg
->
api_listen
.
remote_bda
!=
NULL
)
{
bta_gattc_act.c:2369
bta_gattc_listen()
if
(
L2CA_GetBleConnRole
(
p_msg
->
api_listen
.
remote_bda
)
==
HCI_ROLE_SLAVE
&&
bta_gattc_act.c:2372
bta_gattc_listen()
bta_gattc_find_clcb_by_cif
(
p_msg
->
api_listen
.
client_if
,
bta_gattc_act.c:2373
bta_gattc_listen()
p_msg
->
api_listen
.
remote_bda
,
bta_gattc_act.c:2374
bta_gattc_listen()
bta_gattc_init_clcb_conn
(
p_msg
->
api_listen
.
client_if
,
bta_gattc_act.c:2377
bta_gattc_listen()
p_msg
->
api_listen
.
remote_bda
)
;
bta_gattc_act.c:2378
bta_gattc_listen()
bta_gattc_process_listen_all
(
p_msg
->
api_listen
.
client_if
)
;
bta_gattc_act.c:2386
bta_gattc_listen()
tBTA_GATTC_RCB
*
p_clreg
=
bta_gattc_cl_get_regcb
(
p_msg
->
api_listen
.
client_if
)
;
bta_gattc_act.c:2404
bta_gattc_broadcast()
cb_data
.
reg_oper
.
client_if
=
p_msg
->
api_listen
.
client_if
;
bta_gattc_act.c:2408
bta_gattc_broadcast()
cb_data
.
reg_oper
.
status
=
BTM_BleBroadcast
(
p_msg
->
api_listen
.
start
,
NULL
)
;
bta_gattc_act.c:2409
bta_gattc_broadcast()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_DATA::api_listen
is read by 2 functions:
All items filtered out
tBTA_GATTC_DATA::api_listen
bta_gattc_listen()
bta_gattc_broadcast()
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