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

Commit 1d517865 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Add audio gateway BtaIdSysText::BTA_ID_AG am: cb2e8c46 am: 3efa9a6f am: 5da5920b

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1532308

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I32ac1c042369398ff8d21dad46c3254527a6b801
parents f9a74a93 5da5920b
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: