summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-22 14:27:14 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-10-22 14:27:14 +0000
commit4fb6514cdebdeb4317ee3a5ef59abcdaf3697d2b (patch)
tree2f2a76d17a9a1e38c8d37ab67c8d12c4317f75a5
parentb60f09936298f7115d5387398d5eeb0156b08892 (diff)
Add deprecated command names from the Bluetooth 1.2 specification
-rw-r--r--src/hci.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/hci.c b/src/hci.c
index c4bb3cd3..c1aa9b28 100644
--- a/src/hci.c
+++ b/src/hci.c
@@ -404,8 +404,8 @@ static hci_map commands_map[] = {
{ "Read Number of Supported IAC", 90 },
{ "Read Current IAC LAP", 91 },
{ "Write Current IAC LAP", 92 },
- { "Reserved", 93 },
- { "Reserved", 94 },
+ { "Read Page Scan Period Mode", 93 },
+ { "Write Page Scan Period Mode", 94 },
{ "Read Page Scan Mode", 95 },
{ "Write Page Scan Mode", 96 },
{ "Set AFH Channel Classification", 97 },
@@ -426,8 +426,8 @@ static hci_map commands_map[] = {
{ "Reserved", 112 },
{ "Reserved", 113 },
{ "Reserved", 114 },
- { "Read Loacal Version Information", 115 },
- { "Reserved", 116 },
+ { "Read Local Version Information", 115 },
+ { "Read Local Supported Commands", 116 },
{ "Read Local Supported Features", 117 },
{ "Read Local Extended Features", 118 },
{ "Read Buffer Sizer", 119 },