ESP-IDF
+
0
/3 examples
SourceVu will show references to
esp_ble_ext_scan_params_t
from the following samples and libraries:
ble50_security_client sample
periodic_sync sample
throughput_client sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_ext_scan_params_t
esp_ble_ext_scan_params_t struct
ext scan parameters
Syntax
Show:
Summary
Declaration
from
esp_gap_ble_api.h:921
typedef
struct
{
esp_ble_addr_type_t
own_addr_type
;
esp_ble_scan_filter_t
filter_policy
;
esp_ble_scan_duplicate_t
scan_duplicate
;
esp_ble_ext_scan_cfg_mask_t
cfg_mask
;
esp_ble_ext_scan_cfg_t
uncoded_cfg
;
esp_ble_ext_scan_cfg_t
coded_cfg
;
}
esp_ble_ext_scan_params_t
;
Fields
Field
Declared as
Description
esp_ble_ext_scan_params_t::own_addr_type
esp_ble_addr_type_t
ext scan own address type.
esp_ble_ext_scan_params_t::filter_policy
esp_ble_scan_filter_t
ext scan filter policy.
esp_ble_ext_scan_params_t::scan_duplicate
esp_ble_scan_duplicate_t
ext scan duplicate scan.
esp_ble_ext_scan_params_t::cfg_mask
esp_ble_ext_scan_cfg_mask_t
ext scan config mask.
esp_ble_ext_scan_params_t::uncoded_cfg
esp_ble_ext_scan_cfg_t
ext scan uncoded config parameters.
esp_ble_ext_scan_params_t::coded_cfg
esp_ble_ext_scan_cfg_t
ext scan coded config parameters.
Examples
esp_ble_ext_scan_params_t
is referenced by 3 libraries and example projects:
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out