From 9899b5bce6f644bf1002ef1403088ed65075735b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 21 Feb 2012 14:42:28 +0100 Subject: [PATCH] hciemu: Create a Bluetooth SIG 4.0 controller --- test/hciemu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/hciemu.c b/test/hciemu.c index 7eb881458..75b2cf9f7 100644 --- a/test/hciemu.c +++ b/test/hciemu.c @@ -730,10 +730,10 @@ static void hci_info_param(uint16_t ocf, int plen, uint8_t *data) switch (ocf) { case OCF_READ_LOCAL_VERSION: lv.status = 0x00; - lv.hci_ver = 0x03; + lv.hci_ver = 0x06; lv.hci_rev = htobs(0x0000); - lv.lmp_ver = 0x03; - lv.manufacturer = htobs(29); + lv.lmp_ver = 0x06; + lv.manufacturer = htobs(63); lv.lmp_subver = htobs(0x0000); command_complete(ogf, ocf, sizeof(lv), &lv); break; -- 2.47.3