summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-12-07 00:27:27 -0800
committerMarcel Holtmann <marcel@holtmann.org>2013-12-07 00:27:27 -0800
commitd344892a74e48839c00e4a3b091ba9904ff9d315 (patch)
treece93b04fc9dc65726a5706abbbc6c1e2b4c93d9b
parent8d4861ca142c0f556dccba74741ce5e5ca140555 (diff)
downloadbluez-d344892a74e48839c00e4a3b091ba9904ff9d315.tar.gz
monitor: Update BR/EDR features and event mask decoding
-rw-r--r--monitor/packet.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/monitor/packet.c b/monitor/packet.c
index 0c6c3d91a..3e2485a4e 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -1913,6 +1913,7 @@ static const struct features_data features_page1[] = {
{ 0, "Secure Simple Pairing (Host Support)" },
{ 1, "LE Supported (Host)" },
{ 2, "Simultaneous LE and BR/EDR (Host)" },
+ { 3, "Secure Connections (Host Support)" },
{ }
};
@@ -1922,6 +1923,11 @@ static const struct features_data features_page2[] = {
{ 2, "Synchronization Train" },
{ 3, "Synchronization Scan" },
{ 4, "Inquiry Response Notification Event" },
+ { 5, "Generalized interlaced scan" },
+ { 6, "Coarse Clock Adjustment" },
+ { 8, "Secure Connections (Controller Support)" },
+ { 9, "Ping" },
+ { 11, "Train nudging" },
{ }
};
@@ -2196,6 +2202,7 @@ static const struct {
{ 20, "Slave Page Response Timeout" },
{ 21, "Connectionless Slave Broadcast Channel Map Change" },
{ 22, "Inquiry Response Notification" },
+ { 23, "Authenticated Payload Timeout Expired" },
{ }
};