ESP-IDF
tBTA_DM_AUTH_CMPL
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_DM_AUTH_CMPL
tBTA_DM_AUTH_CMPL struct
Syntax
Show:
Summary
Declaration
from
bta_api.h:807
typedef
struct
{
BD_ADDR
bd_addr
;
BD_NAME
bd_name
;
BOOLEAN
key_present
;
LINK_KEY
key
;
UINT8
key_type
;
BOOLEAN
success
;
UINT8
fail_reason
;
tBLE_ADDR_TYPE
addr_type
;
tBT_DEVICE_TYPE
dev_type
;
UINT8
auth_mode
;
BOOLEAN
sc_support
;
}
tBTA_DM_AUTH_CMPL
;
Fields
Field
Declared as
tBTA_DM_AUTH_CMPL::bd_addr
BD_ADDR
tBTA_DM_AUTH_CMPL::bd_name
BD_NAME
tBTA_DM_AUTH_CMPL::key_present
BOOLEAN
tBTA_DM_AUTH_CMPL::key
LINK_KEY
tBTA_DM_AUTH_CMPL::key_type
UINT8
tBTA_DM_AUTH_CMPL::success
BOOLEAN
tBTA_DM_AUTH_CMPL::fail_reason
UINT8
tBTA_DM_AUTH_CMPL::addr_type
tBLE_ADDR_TYPE
tBTA_DM_AUTH_CMPL::dev_type
tBT_DEVICE_TYPE
tBTA_DM_AUTH_CMPL::auth_mode
UINT8
tBTA_DM_AUTH_CMPL::sc_support
BOOLEAN
Related Functions
Found 2 other functions taking a
tBTA_DM_AUTH_CMPL
argument:
Function
btc_dm_ble_auth_cmpl_evt()
btc_dm_auth_cmpl_evt()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_api.h:807
}
tBTA_DM_AUTH_CMPL
;
bta_api.h:819
tBTA_DM_AUTH_CMPL
tBTA_DM_AUTH_CMPL
auth_cmpl
;
/* Authentication complete indication. */
bta_api.h:1023
tBTA_DM_SEC
tBTA_DM_SEC::auth_cmpl
tBTA_DM_AUTH_CMPL
*
p_auth_cmpl
;
bta_dm_act.c:3178
bta_dm_new_link_key_cback()
static
void
btc_dm_ble_auth_cmpl_evt
(
tBTA_DM_AUTH_CMPL
*
p_auth_cmpl
)
btc_dm.c:250
btc_dm_ble_auth_cmpl_evt()
btc_dm_ble_auth_cmpl_evt()::p_auth_cmpl
static
void
btc_dm_auth_cmpl_evt
(
tBTA_DM_AUTH_CMPL
*
p_auth_cmpl
)
btc_dm.c:337
btc_dm_auth_cmpl_evt()
btc_dm_auth_cmpl_evt()::p_auth_cmpl
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_SEC::auth_cmpl
tBTA_DM_SEC
bta_api.h:1023
btc_dm_ble_auth_cmpl_evt()::p_auth_cmpl
btc_dm_ble_auth_cmpl_evt()
btc_dm.c:250
btc_dm_auth_cmpl_evt()::p_auth_cmpl
btc_dm_auth_cmpl_evt()
btc_dm.c:337
Lifecycle
from
examples
All items filtered out
All items filtered out