Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f23c2816 authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Gerrit Code Review
Browse files

Merge "le_audio: Set proper frame for XX_1 BAP configurations"

parents b0f9bc19 2998050c
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -4815,7 +4815,7 @@
                            "type": 2,
                            "compound_value": {
                                "value": [
                                    1
                                    0
                                ]
                            }
                        },
@@ -5087,7 +5087,7 @@
                            "type": 2,
                            "compound_value": {
                                "value": [
                                    1
                                    0
                                ]
                            }
                        },
@@ -5359,7 +5359,7 @@
                            "type": 2,
                            "compound_value": {
                                "value": [
                                    1
                                    0
                                ]
                            }
                        },
@@ -5631,7 +5631,7 @@
                            "type": 2,
                            "compound_value": {
                                "value": [
                                    1
                                    0
                                ]
                            }
                        },
@@ -5699,7 +5699,7 @@
                            "type": 2,
                            "compound_value": {
                                "value": [
                                    1
                                    0
                                ]
                            }
                        },
@@ -5767,7 +5767,7 @@
                            "type": 2,
                            "compound_value": {
                                "value": [
                                    1
                                    0
                                ]
                            }
                        },
@@ -5835,7 +5835,7 @@
                            "type": 2,
                            "compound_value": {
                                "value": [
                                    1
                                    0
                                ]
                            }
                        },
+3 −2
Original line number Diff line number Diff line
@@ -223,8 +223,9 @@ bool IsLc3SettingSupported(LeAudioContextType context_type, Lc3SettingId id) {
    case LeAudioContextType::EMERGENCYALARM:
    case LeAudioContextType::UNSPECIFIED:
      if (id == Lc3SettingId::LC3_16_1 || id == Lc3SettingId::LC3_16_2 ||
          id == Lc3SettingId::LC3_48_4 || id == Lc3SettingId::LC3_48_2 ||
          id == Lc3SettingId::LC3_VND_1 || id == Lc3SettingId::LC3_24_2)
          id == Lc3SettingId::LC3_48_4 || id == Lc3SettingId::LC3_48_1 ||
          id == Lc3SettingId::LC3_48_2 || id == Lc3SettingId::LC3_VND_1 ||
          id == Lc3SettingId::LC3_24_2)
        return true;

      break;