ESP-IDF
tBTA_GATTC::reg_oper
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
tBTA_GATTC::reg_oper
tBTA_GATTC::reg_oper field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:435
tBTA_GATTC_REG
reg_oper
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATTC_REG
reg_oper
;
/* registration data */
bta_gatt_api.h:435
if
(
p_data
->
reg_oper
.
status
==
BTA_GATT_OK
)
{
adapter.c:1354
bt_mesh_bta_gattc_cb()
if
(
p_data
->
reg_oper
.
app_uuid
.
len
==
LEN_UUID_128
&&
adapter.c:1359
bt_mesh_bta_gattc_cb()
!
memcmp
(
p_data
->
reg_oper
.
app_uuid
.
uu
.
uuid128
,
uuid
,
16
)
)
{
adapter.c:1360
bt_mesh_bta_gattc_cb()
bt_mesh_gattc_if
=
p_data
->
reg_oper
.
client_if
;
adapter.c:1361
bt_mesh_bta_gattc_cb()
APPL_TRACE_DEBUG
(
"BTA_GATTC_REG_EVT client_if = %d"
,
p_data
->
reg_oper
.
client_if
)
;
bta_dm_act.c:6762
bta_dm_gattc_callback()
if
(
p_data
->
reg_oper
.
status
==
BTA_GATT_OK
)
{
bta_dm_act.c:6763
bta_dm_gattc_callback()
bta_dm_search_cb
.
client_if
=
p_data
->
reg_oper
.
client_if
;
bta_dm_act.c:6764
bta_dm_gattc_callback()
cb_data
.
reg_oper
.
status
=
BTA_GATT_NO_RESOURCES
;
bta_gattc_act.c:205
bta_gattc_register()
cb_data
.
reg_oper
.
client_if
=
p_cb
->
cl_rcb
[
i
]
.
client_if
;
bta_gattc_act.c:227
bta_gattc_register()
memcpy
(
&
(
cb_data
.
reg_oper
.
app_uuid
)
,
p_app_uuid
,
sizeof
(
tBT_UUID
)
)
;
bta_gattc_act.c:249
bta_gattc_register()
cb_data
.
reg_oper
.
status
=
status
;
bta_gattc_act.c:251
bta_gattc_register()
cb_data
.
reg_oper
.
client_if
=
client_if
;
bta_gattc_act.c:1724
bta_gattc_deregister_cmpl()
cb_data
.
reg_oper
.
status
=
BTA_GATT_OK
;
bta_gattc_act.c:1725
bta_gattc_deregister_cmpl()
cb_data
.
reg_oper
.
status
=
BTA_GATT_ERROR
;
bta_gattc_act.c:2344
bta_gattc_listen()
cb_data
.
reg_oper
.
client_if
=
p_msg
->
api_listen
.
client_if
;
bta_gattc_act.c:2345
bta_gattc_listen()
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()
tBTA_GATTC_REG
*
reg_oper
=
&
arg
->
reg_oper
;
btc_gattc.c:808
btc_gattc_cb_handler()
tBTA_GATTC_REG
*
reg_oper
=
&
arg
->
reg_oper
;
btc_gattc.c:817
btc_gattc_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC::reg_oper
is read by 6 functions:
All items filtered out
tBTA_GATTC::reg_oper
bta_dm_gattc_callback()
bta_gattc_register()
bta_gattc_deregister_cmpl()
bta_gattc_listen()
bta_gattc_broadcast()
bt_mesh_bta_gattc_cb()
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