Bluetooth LE Stack
gap_periodic_advertising_create_sync()
is only used within Bluetooth LE Stack.
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_periodic_advertising_create_sync()
gap_periodic_advertising_create_sync() function
Synchronize with a periodic advertising train from an advertiser and begin receiving periodic advertising packets.
Syntax
Show:
Summary
Declaration
from
hci.h:1822
uint8_t
gap_periodic_advertising_create_sync
(
uint8_t
options
,
uint8_t
advertising_sid
,
bd_addr_type_t
advertiser_address_type
,
bd_addr_t
advertiser_address
,
uint16_t
skip
,
uint16_t
sync_timeout
,
uint8_t
sync_cte_type
)
;
Arguments
Argument
options
advertising_sid
advertiser_address_type
advertiser_address
skip
sync_timeout
sync_cte_type
Return value
Examples
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