ESP-IDF
tBTA_GATTC_REG::status
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
tBTA_GATTC_REG::status
tBTA_GATTC_REG::status field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:298
tBTA_GATT_STATUS
status
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATT_STATUS
status
;
bta_gatt_api.h:298
if
(
p_data
->
reg_oper
.
status
==
BTA_GATT_OK
)
{
adapter.c:1354
bt_mesh_bta_gattc_cb()
if
(
p_data
->
reg_oper
.
status
==
BTA_GATT_OK
)
{
bta_dm_act.c:6763
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
.
status
=
status
;
bta_gattc_act.c:251
bta_gattc_register()
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
.
status
=
BTM_BleBroadcast
(
p_msg
->
api_listen
.
start
,
NULL
)
;
bta_gattc_act.c:2409
bta_gattc_broadcast()
param
.
reg
.
status
=
reg_oper
->
status
;
btc_gattc.c:811
btc_gattc_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_REG::status
is written by 4 functions and is read by 3 functions:
bta_gattc_register()
bta_gattc_deregister_cmpl()
bta_gattc_listen()
bta_gattc_broadcast()
All items filtered out
tBTA_GATTC_REG::status
bta_dm_gattc_callback()
btc_gattc_cb_handler()
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