mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 12:35:25 +00:00
libusb: make iso_packet_size_for_alt_setting private
This commit is contained in:
parent
49232d5c0e
commit
9786b3a9cd
@ -97,7 +97,7 @@ static const int alt_setting_16_bit[] = {2,4,5};
|
|||||||
// One complete SCO packet with 24 frames every 3 frames (== 3 ms)
|
// One complete SCO packet with 24 frames every 3 frames (== 3 ms)
|
||||||
#define NUM_ISO_PACKETS (3)
|
#define NUM_ISO_PACKETS (3)
|
||||||
|
|
||||||
const uint16_t iso_packet_size_for_alt_setting[] = {
|
static const uint16_t iso_packet_size_for_alt_setting[] = {
|
||||||
0,
|
0,
|
||||||
9,
|
9,
|
||||||
17,
|
17,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user