ESP-IDF
tBTA_DM_API_ENABLE
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_DM_API_ENABLE
tBTA_DM_API_ENABLE struct
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:251
typedef
struct
{
BT_HDR
hdr
;
tBTA_DM_SEC_CBACK
*
p_sec_cback
;
}
tBTA_DM_API_ENABLE
;
Fields
Field
Declared as
tBTA_DM_API_ENABLE::hdr
BT_HDR
tBTA_DM_API_ENABLE::p_sec_cback
tBTA_DM_SEC_CBACK
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_dm_int.h:251
}
tBTA_DM_API_ENABLE
;
bta_dm_int.h:254
tBTA_DM_API_ENABLE
*
p_msg
;
bta_dm_api.c:64
BTA_EnableBluetooth()
if
(
(
p_msg
=
(
tBTA_DM_API_ENABLE
*
)
osi_malloc
(
sizeof
(
tBTA_DM_API_ENABLE
)
)
)
!=
NULL
)
{
bta_dm_api.c:79
BTA_EnableBluetooth()
}
tBTA_DM_API_ENABLE
;
bta_dm_int.h:254
tBTA_DM_API_ENABLE
tBTA_DM_API_ENABLE
enable
;
bta_dm_int.h:1213
tBTA_DM_MSG
tBTA_DM_MSG::enable
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
tBTA_DM_MSG::enable
tBTA_DM_MSG
bta_dm_int.h:1213
Lifecycle
from
examples
All items filtered out
All items filtered out