ESP-IDF
tBTA_SYS_REG::disable
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_SYS_REG::disable
tBTA_SYS_REG::disable field
Syntax
Show:
Summary
Declaration
from
bta_sys.h:153
tBTA_SYS_DISABLE
*
disable
;
Examples
References
from
examples
Code
Location
Scope
Referrer
tBTA_SYS_DISABLE
*
disable
;
bta_sys.h:153
static
const
tBTA_SYS_REG
bta_ag_reg
=
bta_ag_api.c:39
bta_ag_reg
BTA_AgDisable()
static
const
tBTA_SYS_REG
bta_av_reg
=
{
bta_av_api.c:41
bta_av_reg
BTA_AvDisable()
static
const
tBTA_SYS_REG
bta_dm_reg
=
{
bta_dm_api.c:40
bta_dm_reg
bta_dm_sm_disable()
static
const
tBTA_SYS_REG
bta_dm_search_reg
=
{
bta_dm_api.c:45
bta_dm_search_reg
bta_dm_search_sm_disable()
static
const
tBTA_SYS_REG
bta_gattc_reg
=
{
bta_gattc_api.c:39
bta_gattc_reg
BTA_GATTC_Disable()
static
const
tBTA_SYS_REG
bta_gatts_reg
=
{
bta_gatts_api.c:40
bta_gatts_reg
BTA_GATTS_Disable()
static
const
tBTA_SYS_REG
bta_hd_reg
=
{
bta_hd_hdl_event
,
BTA_HdDisable
}
;
bta_hd_api.c:38
bta_hd_reg
BTA_HdDisable()
static
const
tBTA_SYS_REG
bta_hf_client_reg
=
{
bta_hf_client_api.c:36
bta_hf_client_reg
BTA_HfClientDisable()
static
const
tBTA_SYS_REG
bta_hh_reg
=
{
bta_hh_api.c:44
bta_hh_reg
BTA_HhDisable()
if
(
bta_sys_cb
.
is_reg
[
bta_id
]
==
TRUE
&&
bta_sys_cb
.
reg
[
bta_id
]
->
disable
!=
NULL
)
{
bta_sys_main.c:733
bta_sys_disable()
(
*
bta_sys_cb
.
reg
[
bta_id
]
->
disable
)
(
)
;
bta_sys_main.c:734
bta_sys_disable()
Call Tree
from
examples
tBTA_SYS_REG::disable
is called by 1 function:
bta_sys_disable()
All items filtered out
tBTA_SYS_REG::disable
All items filtered out
Data Use
from
examples
tBTA_SYS_REG::disable
is read by 1 function:
All items filtered out
tBTA_SYS_REG::disable
bta_sys_disable()
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
tBTA_SYS_REG::disable
implements 9 functionss:
BTA_AvDisable()
bta_dm_sm_disable()
bta_dm_search_sm_disable()
BTA_GATTC_Disable()
BTA_GATTS_Disable()
BTA_HdDisable()
BTA_HhDisable()
BTA_AgDisable()
BTA_HfClientDisable()
All items filtered out
tBTA_SYS_REG::disable
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out