From: Luiz Augusto von Dentz Date: Wed, 20 Oct 2021 21:27:01 +0000 (-0700) Subject: btdev: Use Linux Foundation as manufacturer X-Git-Tag: submit/tizen/20220313.220938~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=adaa1e7f80c522b1924341b3903bbdb7ab49dd07;p=platform%2Fupstream%2Fbluez.git 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. Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- diff --git a/emulator/btdev.c b/emulator/btdev.c index f2818736..3506124d 100755 --- 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) {