Bluetooth LE Stack
gap_le_set_phy()
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_le_set_phy()
gap_le_set_phy() function
Set LE PHY
Syntax
Show:
Summary
Declaration
Definition
from
gap.h:1068
uint8_t
gap_le_set_phy
(
hci_con_handle_t
con_handle
,
uint8_t
all_phys
,
uint8_t
tx_phys
,
uint8_t
rx_phys
,
uint16_t
phy_options
)
;
Implemented in
hci.c:9071
Arguments
Argument
Declared as
Description
con_handle
hci_con_handle_t
all_phys
uint8_t
0 = set rx/tx, 1 = set only rx, 2 = set only tx
tx_phys
uint8_t
1 = 1M, 2 = 2M, 4 = Coded
rx_phys
uint8_t
1 = 1M, 2 = 2M, 4 = Coded
phy_options
uint16_t
0 = no preferred coding for Coded, 1 = S=2 coding (500 kbit), 2 = S=8 coding (125 kbit)
Return value
status
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