ESP-IDF
tBTA_DM_EIR_CONF
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_EIR_CONF
tBTA_DM_EIR_CONF struct
Syntax
Show:
Summary
Declaration
from
bta_api.h:304
typedef
struct
{
BOOLEAN
bta_dm_eir_fec_required
;
BOOLEAN
bta_dm_eir_included_name
;
UINT8
bta_dm_eir_min_name_len
;
BOOLEAN
bta_dm_eir_included_uuid
;
#if
(
BTA_EIR_CANNED_UUID_LIST
==
TRUE
)
UINT8
bta_dm_eir_uuid16_len
;
UINT8
*
bta_dm_eir_uuid16
;
#else
UINT32
uuid_mask
[
BTM_EIR_SERVICE_ARRAY_SIZE
]
;
#endif
BOOLEAN
bta_dm_eir_included_tx_power
;
INT8
bta_dm_eir_inq_tx_power
;
UINT8
bta_dm_eir_flags
;
UINT8
bta_dm_eir_manufac_spec_len
;
UINT8
*
bta_dm_eir_manufac_spec
;
UINT8
bta_dm_eir_url_len
;
UINT8
*
bta_dm_eir_url
;
tBTA_DM_CONFIG_EIR_CBACK
*
config_eir_callback
;
}
tBTA_DM_EIR_CONF
;
Fields
Field
Declared as
tBTA_DM_EIR_CONF::bta_dm_eir_fec_required
BOOLEAN
tBTA_DM_EIR_CONF::bta_dm_eir_included_name
BOOLEAN
tBTA_DM_EIR_CONF::bta_dm_eir_min_name_len
UINT8
tBTA_DM_EIR_CONF::bta_dm_eir_included_uuid
BOOLEAN
tBTA_DM_EIR_CONF::uuid_mask
UINT32
[
BTM_EIR_SERVICE_ARRAY_SIZE
]
tBTA_DM_EIR_CONF::bta_dm_eir_included_tx_power
BOOLEAN
tBTA_DM_EIR_CONF::bta_dm_eir_inq_tx_power
INT8
tBTA_DM_EIR_CONF::bta_dm_eir_flags
UINT8
tBTA_DM_EIR_CONF::bta_dm_eir_manufac_spec_len
UINT8
tBTA_DM_EIR_CONF::bta_dm_eir_manufac_spec
UINT8
*
tBTA_DM_EIR_CONF::bta_dm_eir_url_len
UINT8
tBTA_DM_EIR_CONF::bta_dm_eir_url
UINT8
*
tBTA_DM_EIR_CONF::config_eir_callback
tBTA_DM_CONFIG_EIR_CBACK
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_api.h:304
}
tBTA_DM_EIR_CONF
;
bta_api.h:327
tBTA_DM_EIR_CONF
extern
void
BTA_DmConfigEir
(
tBTA_DM_EIR_CONF
*
eir_config
)
;
bta_api.h:1800
BTA_DmConfigEir()
BTA_DmConfigEir()::eir_config
void
BTA_DmConfigEir
(
tBTA_DM_EIR_CONF
*
eir_config
)
bta_dm_api.c:250
BTA_DmConfigEir()
BTA_DmConfigEir()::eir_config
tBTA_DM_EIR_CONF
bta_dm_eir_cfg
=
{
bta_dm_cfg.c:455
tBTA_DM_EIR_CONF
*
p_bta_dm_eir_cfg
=
(
tBTA_DM_EIR_CONF
*
)
&
bta_dm_eir_cfg
;
bta_dm_cfg.c:485
extern
tBTA_DM_EIR_CONF
bta_dm_eir_cfg
;
bta_dm_int.h:1688
extern
tBTA_DM_EIR_CONF
*
p_bta_dm_eir_cfg
;
bta_dm_int.h:1689
tBTA_DM_EIR_CONF
eir_config
;
btc_gap_bt.c:687
btc_gap_bt_config_eir()
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
BTA_DmConfigEir()::eir_config
BTA_DmConfigEir()
bta_api.h:1800
bta_dm_eir_cfg
bta_dm_int.h:1688
p_bta_dm_eir_cfg
bta_dm_int.h:1689
BTA_DmConfigEir()::eir_config
BTA_DmConfigEir()
bta_dm_api.c:250
bta_dm_eir_cfg
bta_dm_cfg.c:455
p_bta_dm_eir_cfg
bta_dm_cfg.c:485
Lifecycle
from
examples
All items filtered out
All items filtered out