diff -r 2eb7b5516a60 -r 0cf5dda5512f src/eric7/MicroPython/BluetoothDialogs/BluetoothAdvertisement.py --- 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", }