summaryrefslogtreecommitdiff
path: root/emulator/btdev.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-10-20 14:27:01 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-10-21 11:32:22 -0700
commit655078d1f867390ad7ed9eaa208994506511666b (patch)
tree3a218b5e62ec91123d79ab6474d35563da968709 /emulator/btdev.c
parenta6b2fd7bf28c850821b50fe675766e0624dee3de (diff)
downloadbluez-655078d1f867390ad7ed9eaa208994506511666b.tar.gz
btdev: Use Linux Foundation as manufacturer
This makes the emulator use Linux Foundation manufacturer id which shall be simpler to distinguish emulator instances since it is unlikely there will be other vendors using it.
Diffstat (limited to 'emulator/btdev.c')
-rw-r--r--emulator/btdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/btdev.c b/emulator/btdev.c
index f28187362..3506124d6 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -6236,7 +6236,7 @@ struct btdev *btdev_create(enum btdev_type type, uint16_t id)
btdev->type = type;
btdev->id = id;
- btdev->manufacturer = 63;
+ btdev->manufacturer = 1521;
btdev->revision = 0x0000;
switch (btdev->type) {