ESP-IDF
tBTM_CFG
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
tBTM_CFG
tBTM_CFG struct
Syntax
Show:
Summary
Declaration
from
btm_int.h:725
typedef
struct
{
#if
BTM_MAX_LOC_BD_NAME_LEN
>
0
tBTM_LOC_BD_NAME
bredr_bd_name
;
tBTM_LOC_BD_NAME
ble_bd_name
;
#endif
BOOLEAN
pin_type
;
UINT8
pin_code_len
;
PIN_CODE
pin_code
;
BOOLEAN
connectable
;
UINT8
def_inq_scan_mode
;
}
tBTM_CFG
;
Fields
Field
Declared as
tBTM_CFG::bredr_bd_name
tBTM_LOC_BD_NAME
tBTM_CFG::ble_bd_name
tBTM_LOC_BD_NAME
tBTM_CFG::pin_type
BOOLEAN
tBTM_CFG::pin_code_len
UINT8
tBTM_CFG::pin_code
PIN_CODE
tBTM_CFG::connectable
BOOLEAN
tBTM_CFG::def_inq_scan_mode
UINT8
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
btm_int.h:725
}
tBTM_CFG
;
btm_int.h:735
tBTM_CFG
tBTM_CFG
cfg
;
/* Device configuration */
btm_int.h:847
tBTM_CB
tBTM_CB::cfg
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
tBTM_CB::cfg
tBTM_CB
btm_int.h:847
Lifecycle
from
examples
All items filtered out
All items filtered out