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

Commit cb2e8c46 authored by Chris Manton's avatar Chris Manton
Browse files

Add audio gateway BtaIdSysText::BTA_ID_AG

Towards loggable code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run --host

Change-Id: Id263cdd4b0c56ec1eeae517ee1c8b96cca096daa
parent 15d10915
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -92,6 +92,8 @@ inline std::string BtaIdSysText(tBTA_SYS_ID sys_id) {
  switch (sys_id) {
    case BTA_ID_DM_SEARCH:
      return std::string("Scanner");
    case BTA_ID_AG:
      return std::string("Audio gateway");
    case BTA_ID_PAN:
      return std::string("PAN Personal area network");
    case BTA_ID_AV: