From 530a89e573d4538170a8aa4483661528719f2317 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 2 Mar 2014 09:58:24 -0800 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index b111b1eda..fe8cdc94b 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -859,6 +859,12 @@ const char *bt_compidtostr(int compid) return "Nimble Devices Oy"; case 298: return "Changzhou Yongse Infotech Co., Ltd"; + case 299: + return "SportIQ"; + case 300: + return "TEMEC Instruments B.V."; + case 301: + return "Sony Corporation"; case 65535: return "internal use"; default: -- 2.47.3