ESP-IDF
tBTA_DM_API_BLE_ADV_PARAMS_ALL
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_ADV_PARAMS_ALL
tBTA_DM_API_BLE_ADV_PARAMS_ALL struct
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:814
typedef
struct
{
BT_HDR
hdr
;
UINT16
adv_int_min
;
UINT16
adv_int_max
;
UINT8
adv_type
;
tBLE_ADDR_TYPE
addr_type_own
;
tBTM_BLE_ADV_CHNL_MAP
channel_map
;
tBTM_BLE_AFP
adv_filter_policy
;
tBLE_BD_ADDR
*
p_dir_bda
;
tBTA_START_ADV_CMPL_CBACK
*
p_start_adv_cback
;
}
tBTA_DM_API_BLE_ADV_PARAMS_ALL
;
Fields
Field
Declared as
tBTA_DM_API_BLE_ADV_PARAMS_ALL::hdr
BT_HDR
tBTA_DM_API_BLE_ADV_PARAMS_ALL::adv_int_min
UINT16
tBTA_DM_API_BLE_ADV_PARAMS_ALL::adv_int_max
UINT16
tBTA_DM_API_BLE_ADV_PARAMS_ALL::adv_type
UINT8
tBTA_DM_API_BLE_ADV_PARAMS_ALL::addr_type_own
tBLE_ADDR_TYPE
tBTA_DM_API_BLE_ADV_PARAMS_ALL::channel_map
tBTM_BLE_ADV_CHNL_MAP
tBTA_DM_API_BLE_ADV_PARAMS_ALL::adv_filter_policy
tBTM_BLE_AFP
tBTA_DM_API_BLE_ADV_PARAMS_ALL::p_dir_bda
tBLE_BD_ADDR
*
tBTA_DM_API_BLE_ADV_PARAMS_ALL::p_start_adv_cback
tBTA_START_ADV_CMPL_CBACK
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_dm_int.h:814
}
tBTA_DM_API_BLE_ADV_PARAMS_ALL
;
bta_dm_int.h:824
tBTA_DM_API_BLE_ADV_PARAMS_ALL
*
p_msg
;
bta_dm_api.c:1529
BTA_DmSetBleAdvParamsAll()
if
(
(
p_msg
=
(
tBTA_DM_API_BLE_ADV_PARAMS_ALL
*
)
osi_malloc
(
sizeof
(
tBTA_DM_API_BLE_ADV_PARAMS_ALL
)
bta_dm_api.c:1534
BTA_DmSetBleAdvParamsAll()
memset
(
p_msg
,
0
,
sizeof
(
tBTA_DM_API_BLE_ADV_PARAMS_ALL
)
)
;
bta_dm_api.c:1536
BTA_DmSetBleAdvParamsAll()
}
tBTA_DM_API_BLE_ADV_PARAMS_ALL
;
bta_dm_int.h:824
tBTA_DM_API_BLE_ADV_PARAMS_ALL
tBTA_DM_API_BLE_ADV_PARAMS_ALL
ble_set_adv_params_all
;
bta_dm_int.h:1310
tBTA_DM_MSG
tBTA_DM_MSG::ble_set_adv_params_all
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_set_adv_params_all
tBTA_DM_MSG
bta_dm_int.h:1310
Lifecycle
from
examples
All items filtered out
All items filtered out