ESP-IDF
tBTA_DM_PIN_REQ
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_PIN_REQ
tBTA_DM_PIN_REQ struct
Syntax
Show:
Summary
Declaration
from
bta_api.h:698
typedef
struct
{
BD_ADDR
bd_addr
;
DEV_CLASS
dev_class
;
BD_NAME
bd_name
;
BOOLEAN
min_16_digit
;
}
tBTA_DM_PIN_REQ
;
Fields
Field
Declared as
tBTA_DM_PIN_REQ::bd_addr
BD_ADDR
tBTA_DM_PIN_REQ::dev_class
DEV_CLASS
tBTA_DM_PIN_REQ::bd_name
BD_NAME
tBTA_DM_PIN_REQ::min_16_digit
BOOLEAN
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_api.h:698
}
tBTA_DM_PIN_REQ
;
bta_api.h:704
tBTA_DM_PIN_REQ
tBTA_DM_PIN_REQ
pin_req
;
/* PIN request. */
bta_api.h:1022
tBTA_DM_SEC
tBTA_DM_SEC::pin_req
static
void
btc_dm_pin_req_evt
(
tBTA_DM_PIN_REQ
*
p_pin_req
)
btc_dm.c:469
btc_dm_pin_req_evt()
btc_dm_pin_req_evt()::p_pin_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::pin_req
tBTA_DM_SEC
bta_api.h:1022
btc_dm_pin_req_evt()::p_pin_req
btc_dm_pin_req_evt()
btc_dm.c:469
Lifecycle
from
examples
All items filtered out
All items filtered out