diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-08-27 10:53:49 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-08-27 10:53:49 +0000 |
commit | f50545eae585ba4b3eac5d8764827342ae214843 (patch) | |
tree | ed4e162d3a675536f9af75b2ffd2836e00750913 /src | |
parent | 652785638e4bf41e1a60827005d1253a0af7b3e8 (diff) |
Add extended inquiry features bit
Diffstat (limited to 'src')
-rw-r--r-- | src/hci.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -400,6 +400,7 @@ static hci_map lmp_features_map[8][9] = { { NULL } }, { /* Byte 6 */ + { "<extended inquiry>", LMP_EXT_INQ }, /* Bit 0 */ { NULL } }, { /* Byte 7 */ |