Diff between 169dde65ce4d77c55a4444a6cbe789402fda9667 and 9899b5bce6f644bf1002ef1403088ed65075735b
Changed Files
| File | Additions | Deletions | Status |
| test/hciemu.c | +3 | -3 | modified |
Full Patch
diff --git a/test/hciemu.c b/test/hciemu.c
index 7eb8814..75b2cf9 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;