branch: externals/bluetooth commit 6599093ff10e77b4c62f5e7b73e259e28373c02b Author: Raffael Stocker <r.stoc...@mnet-mail.de> Commit: Raffael Stocker <r.stoc...@mnet-mail.de>
update list of member UUIDs (bluetooth--member-uuid-alist). --- bluetooth.el | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 72 insertions(+), 2 deletions(-) diff --git a/bluetooth.el b/bluetooth.el index e84c9b2..de68b6b 100644 --- a/bluetooth.el +++ b/bluetooth.el @@ -1127,6 +1127,7 @@ scanning the bus, displaying device info etc." ;;;; Bluetooth member UUIDs +;; Last updated: 19. Sep 2020 (defconst bluetooth--member-uuid-alist #s(hash-table @@ -1508,8 +1509,77 @@ scanning the bus, displaying device info etc." #xFD8A ("Signify Netherlands B.V.") #xFD89 ("Urbanminded LTD") #xFD88 ("Urbanminded LTD") - #xFD87 ("Google LLC"))) - "Bluetooth manufacturer UUIDs.") + #xFD87 ("Google LLC") + #xFD86 ("Abbott") + #xFD85 ("Husqvarna AB") + #xFD84 ("Tile, Inc.") + #xFD83 ("iNFORM Technology GmbH") + #xFD82 ("Sony Corporation") + #xFD81 ("CANDY HOUSE, Inc.") + #xFD80 ("Phindex Technologies, Inc") + #xFD7F ("Husqvarna AB") + #xFD7E ("Samsung Electronics Co., Ltd.") + #xFD7D ("Center for Advanced Research Wernher Von Braun") + #xFD7C ("Toshiba Information Systems (Japan) Corporation") + #xFD7B ("WYZE LABS, INC.") + #xFD7A ("Withings") + #xFD79 ("Withings") + #xFD78 ("Withings") + #xFD77 ("Withings") + #xFD76 ("Insulet Corporation") + #xFD75 ("Insulet Corporation") + #xFD74 ("BRControls Products BV") + #xFD73 ("BRControls Products BV") + #xFD72 ("Logitech International SA") + #xFD71 ("GN Hearing A/S") + #xFD70 ("GuangDong Oppo Mobile Telecommunications Corp., Ltd.") + #xFD6F ("Apple, Inc.") + #xFD6E ("Polidea sp. z o.o.") + #xFD6D ("Sigma Elektro GmbH") + #xFD6C ("Samsung Electronics Co., Ltd.") + #xFD6B ("rapitag GmbH") + #xFD6A ("Emerson") + #xFD69 ("Samsung Electronics Co., Ltd.") + #xFD68 ("Ubique Innovation AG") + #xFD67 ("Montblanc Simplo GmbH") + #xFD66 ("Zebra Technologies Corporation") + #xFD65 ("Razer Inc.") + #xFD64 ("INRIA") + #xFD63 ("Fitbit, Inc.") + #xFD62 ("Fitbit, Inc.") + #xFD61 ("Arendi AG") + #xFD60 ("Sercomm Corporation") + #xFD5F ("Oculus VR, LLC") + #xFD5E ("Tapkey GmbH") + #xFD5D ("maxon motor ltd.") + #xFD5C ("React Mobile") + #xFD5B ("V2SOFT INC.") + #xFD5A ("Samsung Electronics Co., Ltd.") + #xFD59 ("Samsung Electronics Co., Ltd.") + #xFD58 ("Volvo Car Corporation") + #xFD57 ("Volvo Car Corporation") + #xFD56 ("Resmed Ltd") + #xFD55 ("Braveheart Wireless, Inc.") + #xFD54 ("Qingdao Haier Technology Co., Ltd.") + #xFD53 ("PCI Private Limited") + #xFD52 ("UTC Fire and Security") + #xFD51 ("UTC Fire and Security") + #xFD50 ("Hangzhou Tuya Information Technology Co., Ltd") + #xFD4F ("Forkbeard Technologies AS") + #xFD4E ("70mai Co., Ltd.") + #xFD4D ("70mai Co., Ltd.") + #xFD4C ("Adolf Wuerth GmbH & Co KG") + #xFD4B ("Samsung Electronics Co., Ltd.") + #xFD4A ("Sigma Elektro GmbH") + #xFD49 ("Panasonic Corporation") + #xFD48 ("Geberit International AG") + #xFD47 ("Liberty Global Inc.") + #xFD46 ("Lemco IKE") + #xFD45 ("GB Solution co., Ltd") + #xFD44 ("Apple Inc.") + #xFD43 ("Apple Inc.") + #xFD42 ("Globe (Jiangsu) Co., Ltd"))) + "Bluetooth member UUIDs.") ;;;; service and class parsing code