Bluetooth LE Stack
+
0
/1 examples
SourceVu will show references to
gap_advertisements_set_params()
from the following samples and libraries:
standalone sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
Bluetooth LE Stack
gap_advertisements_set_params()
gap_advertisements_set_params() function
Set Advertisement Parameters
Syntax
Show:
Summary
Declaration
Definition
from
gap.h:657
void
gap_advertisements_set_params
(
uint16_t
adv_int_min
,
uint16_t
adv_int_max
,
uint8_t
adv_type
,
uint8_t
direct_address_typ
,
bd_addr_t
direct_address
,
uint8_t
channel_map
,
uint8_t
filter_policy
)
;
Implemented in
sm.c:5552
Arguments
Argument
adv_int_min
adv_int_max
adv_type
direct_address_typ
direct_address
channel_map
filter_policy
Notes
own_address_type is used from gap_random_address_set_mode
Examples
gap_advertisements_set_params()
is referenced by 1 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