Bluetooth LE Stack
hci_get_sco_packet_length()
is only used within Bluetooth LE Stack.
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
Raspberry Pi Pico SDK and Examples
Bluetooth LE Stack
hci_get_sco_packet_length()
hci_get_sco_packet_length() function
Get SCO packet length for one of the existing SCO connections and current SCO Voice setting @deprecated Please use hci_get_sco_packet_length_for_connection instead
Syntax
Show:
Summary
Declaration
from
hci.h:1488
uint16_t
hci_get_sco_packet_length
(
void
)
;
Return value
Length of SCO packets in bytes (not audio frames) incl. 3 byte header
Notes
Using SCO packets of the exact length is required for USB transfer
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