ESP-IDF
tBTM_APPL_INFO
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTM_APPL_INFO
tBTM_APPL_INFO struct
* Security Manager Types
Syntax
Show:
Summary
Declaration
from
btm_api.h:1881
typedef
struct
{
tBTM_AUTHORIZE_CALLBACK
*
p_authorize_callback
;
tBTM_PIN_CALLBACK
*
p_pin_callback
;
tBTM_LINK_KEY_CALLBACK
*
p_link_key_callback
;
tBTM_AUTH_COMPLETE_CALLBACK
*
p_auth_complete_callback
;
tBTM_BOND_CANCEL_CMPL_CALLBACK
*
p_bond_cancel_cmpl_callback
;
tBTM_ENC_CHANGE_CALLBACK
*
p_enc_change_callback
;
tBTM_SP_CALLBACK
*
p_sp_callback
;
#if
BLE_INCLUDED
==
TRUE
#if
SMP_INCLUDED
==
TRUE
tBTM_LE_CALLBACK
*
p_le_callback
;
#endif
tBTM_LE_KEY_CALLBACK
*
p_le_key_callback
;
#endif
}
tBTM_APPL_INFO
;
Fields
Field
Declared as
tBTM_APPL_INFO::p_authorize_callback
tBTM_AUTHORIZE_CALLBACK
*
tBTM_APPL_INFO::p_pin_callback
tBTM_PIN_CALLBACK
*
tBTM_APPL_INFO::p_link_key_callback
tBTM_LINK_KEY_CALLBACK
*
tBTM_APPL_INFO::p_auth_complete_callback
tBTM_AUTH_COMPLETE_CALLBACK
*
tBTM_APPL_INFO::p_bond_cancel_cmpl_callback
tBTM_BOND_CANCEL_CMPL_CALLBACK
*
tBTM_APPL_INFO::p_enc_change_callback
tBTM_ENC_CHANGE_CALLBACK
*
tBTM_APPL_INFO::p_sp_callback
tBTM_SP_CALLBACK
*
tBTM_APPL_INFO::p_le_callback
tBTM_LE_CALLBACK
*
tBTM_APPL_INFO::p_le_key_callback
tBTM_LE_KEY_CALLBACK
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
btm_api.h:1881
}
tBTM_APPL_INFO
;
btm_api.h:1895
const
tBTM_APPL_INFO
bta_security
=
{
bta_dm_act.c:224
BTM_SecRegister
(
(
tBTM_APPL_INFO
*
)
&
bta_security
)
;
bta_dm_act.c:509
bta_dm_sys_hw_cback()
}
tBTM_APPL_INFO
;
btm_api.h:1895
tBTM_APPL_INFO
BOOLEAN
BTM_SecRegister
(
tBTM_APPL_INFO
*
p_cb_info
)
;
btm_api.h:3406
BTM_SecRegister()
BTM_SecRegister()::p_cb_info
tBTM_APPL_INFO
api
;
btm_int.h:911
tBTM_CB
tBTM_CB::api
BOOLEAN
BTM_SecRegister
(
tBTM_APPL_INFO
*
p_cb_info
)
btm_sec.c:226
BTM_SecRegister()
BTM_SecRegister()::p_cb_info
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
BTM_SecRegister()::p_cb_info
BTM_SecRegister()
btm_api.h:3406
bta_security
bta_dm_act.c:224
tBTM_CB::api
tBTM_CB
btm_int.h:911
BTM_SecRegister()::p_cb_info
BTM_SecRegister()
btm_sec.c:226
Lifecycle
from
examples
All items filtered out
All items filtered out