ESP-IDF
tBTA_DM_API_BLE_MULTI_ADV_ENB
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_BLE_MULTI_ADV_ENB
tBTA_DM_API_BLE_MULTI_ADV_ENB struct
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:834
typedef
struct
{
BT_HDR
hdr
;
tBTA_BLE_MULTI_ADV_CBACK
*
p_cback
;
void
*
p_ref
;
tBTA_BLE_ADV_PARAMS
*
p_params
;
}
tBTA_DM_API_BLE_MULTI_ADV_ENB
;
Fields
Field
Declared as
tBTA_DM_API_BLE_MULTI_ADV_ENB::hdr
BT_HDR
tBTA_DM_API_BLE_MULTI_ADV_ENB::p_cback
tBTA_BLE_MULTI_ADV_CBACK
*
tBTA_DM_API_BLE_MULTI_ADV_ENB::p_ref
void
*
tBTA_DM_API_BLE_MULTI_ADV_ENB::p_params
tBTA_BLE_ADV_PARAMS
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_dm_int.h:834
}
tBTA_DM_API_BLE_MULTI_ADV_ENB
;
bta_dm_int.h:839
tBTA_DM_API_BLE_MULTI_ADV_ENB
*
p_msg
;
bta_dm_api.c:2243
BTA_BleEnableAdvInstance()
UINT16
len
=
sizeof
(
tBTA_BLE_ADV_PARAMS
)
+
sizeof
(
tBTA_DM_API_BLE_MULTI_ADV_ENB
)
;
bta_dm_api.c:2244
BTA_BleEnableAdvInstance()
if
(
(
p_msg
=
(
tBTA_DM_API_BLE_MULTI_ADV_ENB
*
)
osi_malloc
(
len
)
)
!=
NULL
)
{
bta_dm_api.c:2248
BTA_BleEnableAdvInstance()
memset
(
p_msg
,
0
,
sizeof
(
tBTA_DM_API_BLE_MULTI_ADV_ENB
)
)
;
bta_dm_api.c:2249
BTA_BleEnableAdvInstance()
}
tBTA_DM_API_BLE_MULTI_ADV_ENB
;
bta_dm_int.h:839
tBTA_DM_API_BLE_MULTI_ADV_ENB
tBTA_DM_API_BLE_MULTI_ADV_ENB
ble_multi_adv_enb
;
bta_dm_int.h:1325
tBTA_DM_MSG
tBTA_DM_MSG::ble_multi_adv_enb
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::ble_multi_adv_enb
tBTA_DM_MSG
bta_dm_int.h:1325
Lifecycle
from
examples
All items filtered out
All items filtered out