ESP-IDF
tBTA_DM_SP_CFM_REQ
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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
tBTA_DM_SP_CFM_REQ
tBTA_DM_SP_CFM_REQ struct
Syntax
Show:
Summary
Declaration
from
bta_api.h:945
typedef
struct
{
BD_ADDR
bd_addr
;
DEV_CLASS
dev_class
;
BD_NAME
bd_name
;
UINT32
num_val
;
BOOLEAN
just_works
;
tBTA_AUTH_REQ
loc_auth_req
;
tBTA_AUTH_REQ
rmt_auth_req
;
tBTA_IO_CAP
loc_io_caps
;
tBTA_AUTH_REQ
rmt_io_caps
;
}
tBTA_DM_SP_CFM_REQ
;
Fields
Field
Declared as
tBTA_DM_SP_CFM_REQ::bd_addr
BD_ADDR
tBTA_DM_SP_CFM_REQ::dev_class
DEV_CLASS
tBTA_DM_SP_CFM_REQ::bd_name
BD_NAME
tBTA_DM_SP_CFM_REQ::num_val
UINT32
tBTA_DM_SP_CFM_REQ::just_works
BOOLEAN
tBTA_DM_SP_CFM_REQ::loc_auth_req
tBTA_AUTH_REQ
tBTA_DM_SP_CFM_REQ::rmt_auth_req
tBTA_AUTH_REQ
tBTA_DM_SP_CFM_REQ::loc_io_caps
tBTA_IO_CAP
tBTA_DM_SP_CFM_REQ::rmt_io_caps
tBTA_AUTH_REQ
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_api.h:945
}
tBTA_DM_SP_CFM_REQ
;
bta_api.h:956
tBTA_DM_SP_CFM_REQ
tBTA_DM_SP_CFM_REQ
cfm_req
;
/* user confirm request */
bta_api.h:1029
tBTA_DM_SEC
tBTA_DM_SEC::cfm_req
static
void
btc_dm_sp_cfm_req_evt
(
tBTA_DM_SP_CFM_REQ
*
p_cfm_req
)
btc_dm.c:498
btc_dm_sp_cfm_req_evt()
btc_dm_sp_cfm_req_evt()::p_cfm_req
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::cfm_req
tBTA_DM_SEC
bta_api.h:1029
btc_dm_sp_cfm_req_evt()::p_cfm_req
btc_dm_sp_cfm_req_evt()
btc_dm.c:498
Lifecycle
from
examples
All items filtered out
All items filtered out