ESP-IDF
btc_gap_bt_start_discovery()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_gap_bt_start_discovery()
btc_gap_bt_start_discovery() function
Syntax
Show:
Summary
Declaration
from
btc_gap_bt.c:79
static
void
btc_gap_bt_start_discovery
(
btc_gap_bt_args_t
*
arg
)
;
Arguments
Argument
arg
Related Functions
Found 16 other functions taking a
btc_gap_bt_args_t
argument:
Function
Description
btc_gap_bt_read_rssi_delta()
btc_gap_bt_remove_bond_device()
btc_gap_bt_set_pin_type()
btc_gap_bt_pin_reply()
btc_gap_bt_set_security_param()
btc_gap_bt_ssp_passkey_reply()
btc_gap_bt_ssp_confirm()
btc_gap_bt_config_eir()
btc_gap_bt_set_afh_channels()
btc_gap_bt_set_qos()
(BTA_DM_QOS_INCLUDED == TRUE)
btc_gap_set_min_enc_key_size()
btc_gap_bt_read_remote_name()
btc_gap_bt_set_cod()
btc_gap_set_page_timeout()
btc_gap_set_acl_pkt_types()
btc_gap_bt_get_remote_service_record()
Examples
References
from
examples
Code
Location
Referrer
static
void
btc_gap_bt_start_discovery
(
btc_gap_bt_args_t
*
arg
)
btc_gap_bt.c:79
btc_gap_bt_start_discovery
(
arg
)
;
btc_gap_bt.c:1057
btc_gap_bt_call_handler()
Call Tree
from
examples
btc_gap_bt_start_discovery()
is called by 1 function and calls 3 functions:
btc_gap_bt_call_handler()
All items filtered out
btc_gap_bt_start_discovery()
esp_log_timestamp()
esp_log_write()
BTA_DmSearch()
All items filtered out
Data Use
from
examples
btc_gap_bt_start_discovery()
reads 8 variables and writes 6 variables:
esp_log_level_t::ESP_LOG_DEBUG
btif_trace_level
start_disc_args::mode
start_disc_args::inq_len
start_disc_args::num_rsps
btc_gap_bt_args_t::start_disc
esp_bt_inq_mode_t::ESP_BT_INQ_MODE_GENERAL_INQUIRY
bte_search_devices_evt()
All items filtered out
btc_gap_bt_start_discovery()
tBTA_DM_INQ::mode
tBTA_DM_INQ::duration
tBTA_DM_INQ::max_resps
tBTA_DM_INQ::report_dup
tBTA_DM_INQ::filter_type
btc_gap_bt_inquiry_in_progress
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
Lifecycle
from
examples
All items filtered out
All items filtered out