ESP-IDF
bluedroid_config::get_ssp_enabled
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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
bluedroid_config::get_ssp_enabled
bluedroid_config::get_ssp_enabled field
Syntax
Show:
Summary
Declaration
from
stack_config.h:14
bool
(
*
get_ssp_enabled
)
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
bool
(
*
get_ssp_enabled
)
(
void
)
;
stack_config.h:14
(
bluedriod_config_get
(
)
->
get_ssp_enabled
(
)
)
;
controller.c:179
start_up()
if
(
!
(
bluedriod_config_get
(
)
->
get_ssp_enabled
(
)
)
)
{
esp_gap_bt_api.c:325
esp_bt_gap_set_security_param()
if
(
!
(
bluedriod_config_get
(
)
->
get_ssp_enabled
(
)
)
)
{
esp_gap_bt_api.c:350
esp_bt_gap_ssp_passkey_reply()
if
(
!
(
bluedriod_config_get
(
)
->
get_ssp_enabled
(
)
)
)
{
esp_gap_bt_api.c:374
esp_bt_gap_ssp_confirm_reply()
interface
->
get_ssp_enabled
=
get_ssp_enabled
;
stack_config.c:38
bluedriod_config_init()
Call Tree
from
examples
bluedroid_config::get_ssp_enabled
is called by 4 functions:
esp_bt_gap_set_security_param()
esp_bt_gap_ssp_passkey_reply()
esp_bt_gap_ssp_confirm_reply()
start_up()
All items filtered out
bluedroid_config::get_ssp_enabled
All items filtered out
Data Use
from
examples
bluedroid_config::get_ssp_enabled
is written by 1 function:
bluedriod_config_init()
All items filtered out
bluedroid_config::get_ssp_enabled
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
bluedroid_config::get_ssp_enabled
implements 1 functions:
get_ssp_enabled()
All items filtered out
bluedroid_config::get_ssp_enabled
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out