ESP-IDF
+
0
/4 examples
SourceVu will show references to
esp_ble_gap_ext_adv_t
from the following samples and libraries:
ble50_security_server sample
multi-adv sample
periodic_adv sample
throughput_server 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_gap_ext_adv_t
esp_ble_gap_ext_adv_t struct
extend adv enable parameters
Syntax
Show:
Summary
Declaration
from
esp_gap_ble_api.h:947
typedef
struct
{
uint8_t
instance
;
int
duration
;
int
max_events
;
}
esp_ble_gap_ext_adv_t
;
Fields
Field
Declared as
Description
esp_ble_gap_ext_adv_t::instance
uint8_t
advertising handle.
esp_ble_gap_ext_adv_t::duration
int
advertising duration.
esp_ble_gap_ext_adv_t::max_events
int
maximum number of extended advertising events.
Examples
esp_ble_gap_ext_adv_t
is referenced by 4 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