src/eric7/MicroPython/BluetoothDialogs/BluetoothAdvertisement.py

branch
eric7
changeset 9866
0cf5dda5512f
parent 9863
5f2377b32716
child 9870
0399d3607829
--- a/src/eric7/MicroPython/BluetoothDialogs/BluetoothAdvertisement.py	Thu Mar 09 14:55:17 2023 +0100
+++ b/src/eric7/MicroPython/BluetoothDialogs/BluetoothAdvertisement.py	Thu Mar 09 16:56:24 2023 +0100
@@ -29,11 +29,12 @@
 ADV_TYPE_MANUFACTURER = 0xFF
 
 ManufacturerId = {
-    0x4C: "Apple, Inc.",
-    0xE0: "Google",
-    0x75: "Samsung Electronics Co. Ltd.",
-    0x87: "Garmin International Inc.",
-    0x822: "adafruit industries",
+    0x0006: "Microsoft",
+    0x004C: "Apple, Inc.",
+    0x0075: "Samsung Electronics Co. Ltd.",
+    0x0087: "Garmin International Inc.",
+    0x00E0: "Google",
+    0x0822: "adafruit industries",
 }
 
 

eric ide

mercurial