From 8b436aa4d38144d2d102ee19ba37f4d8b0b97340 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 11 Mar 2015 16:15:13 +0100 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 4fe5941af..41fe27f13 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -1239,6 +1239,10 @@ const char *bt_compidtostr(int compid) return "IPS Group Inc."; case 488: return "STIR"; + case 489: + return "Sano, Inc"; + case 490: + return "Advanced Application Design, Inc."; case 65535: return "internal use"; default: -- 2.47.3