diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-09-09 04:10:59 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-09-09 04:10:59 +0000 |
commit | 2ed8bc58caa1e27dffad6766a59f8f9f0930dc08 (patch) | |
tree | f3509862df268b0d2a1a05c1ffd5abefff6f18ec | |
parent | 5a1c827dde80ace68f94641edb21d39c1ccacbbc (diff) |
Don't forget the command for reading the extended inquiry response
-rw-r--r-- | tools/hcisecfilter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/hcisecfilter.c b/tools/hcisecfilter.c index 02d0d554..5827f143 100644 --- a/tools/hcisecfilter.c +++ b/tools/hcisecfilter.c @@ -124,6 +124,7 @@ int main(void) hci_set_bit(OCF_READ_INQUIRY_MODE, ocf_mask); hci_set_bit(OCF_READ_PAGE_SCAN_TYPE, ocf_mask); hci_set_bit(OCF_READ_AFH_MODE, ocf_mask); + //hci_set_bit(OCF_READ_EXT_INQUIRY_RESPONSE, ocf_mask); printf("OGF_HOST_CTL: { 0x%08x, 0x%08x, 0x%04x, 0x%02x }\n", ocf_mask[0], ocf_mask[1], ocf_mask[2], ocf_mask[3]); |