From d3a95e3088addbab08a14d5ead0feebba2d11c28 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 21 Mar 2013 11:48:13 -0700 Subject: [PATCH] lib: Update list of company identifiers --- lib/bluetooth.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 93a5eb7c2..deaea947a 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -637,6 +637,10 @@ const char *bt_compidtostr(int compid) return "Starkey Laboratories Inc."; case 187: return "S-Power Electronics Limited"; + case 188: + return "Ace Sensor Inc."; + case 189: + return "Aplix Corporation"; case 65535: return "internal use"; default: -- 2.47.3