hci: fix 2-EV3 and 3-EV3 support detection

This commit is contained in:
Matthias Ringwald 2023-07-18 16:33:26 +02:00
parent 52aff43abf
commit 6afff83006

View File

@ -1374,7 +1374,7 @@ static const struct {
{ 32, SCO_PACKET_TYPES_EV4 }, // EV4 packets
{ 45, SCO_PACKET_TYPES_2EV3 | SCO_PACKET_TYPES_2EV5 }, // EDR eSCO 2 Mb/s
{ 46, SCO_PACKET_TYPES_3EV3 | SCO_PACKET_TYPES_3EV5 }, // EDR eSCO 3 Mb/s
{ 47, SCO_PACKET_TYPES_2EV3 | SCO_PACKET_TYPES_3EV3 }, // 3-slot EDR eSCO packets
{ 47, SCO_PACKET_TYPES_2EV5 | SCO_PACKET_TYPES_3EV5 }, // 3-slot EDR eSCO packets, 2-EV3/3-EV3 use single slot
};
static uint16_t hci_sco_packet_types_for_features(const uint8_t * local_supported_features){