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

Commit a5847093 authored by Yuyang Huang's avatar Yuyang Huang
Browse files

fix formatter naming

Bug: 350102910
Bug: 353978074
Test: m packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.leaudio_gmap_client
Change-Id: Icf633926cc56b959049e835f60c8d55e74943f83
parent 934b6bac
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ enum class UGGFeatureBitMask : uint8_t {

namespace fmt {
template <>
struct formatter<bluetooth::gmap::Roles> : enum_formatter<bluetooth::gmap::Roles> {};
struct formatter<bluetooth::gmap::RolesBitMask> : enum_formatter<bluetooth::gmap::RolesBitMask> {};
template <>
struct formatter<bluetooth::gmap::UGTFeatureBitMask>
    : enum_formatter<bluetooth::gmap::UGTFeatureBitMask> {};