From 793b009033816ec13c571409e6c8d30d8f577979 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 15 Feb 2012 14:01:41 +0200 Subject: [PATCH] btmgmt: Update opcode and event tables --- mgmt/main.c | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/mgmt/main.c b/mgmt/main.c index 631ee4e36..f6cfaa8d3 100644 --- a/mgmt/main.c +++ b/mgmt/main.c @@ -52,29 +52,38 @@ static const char *mgmt_op[] = { "Set Powered", "Set Discoverable", "Set Connectable", - "Set Pairable", /* 0x0008 */ - "Add UUID", - "Remove UUID", + "Set Fast Connectable", /* 0x0008 */ + "Set Pairable", + "Set Link Security", + "Set Secure Simple Pairing", + "Set High Speed", + "Set Low Energy", "Set Dev Class", - "Set Service Cache", + "Set Local Name", + "Add UUID", /* 0x0010 */ + "Remove UUID", "Load Link Keys", - "Remove Keys", + "Load Long Term Keys", "Disconnect", - "Get Connections", /* 0x0010 */ + "Get Connections", "PIN Code Reply", "PIN Code Neg Reply", - "Set IO Capability", + "Set IO Capability", /* 0x0018 */ "Pair Device", + "Cancel Pair Device", + "Unpair Device", "User Confirm Reply", "User Confirm Neg Reply", - "Set Local Name", - "Read Local OOB Data", /* 0x0018 */ + "User Passkey Reply", + "User Passkey Neg Reply", + "Read Local OOB Data", /* 0x0020 */ "Add Remote OOB Data", "Remove Remove OOB Data", - "Start Discoery", + "Start Discovery", + "Stop Discovery", + "Confirm Name", "Block Device", "Unblock Device", - "Set Fast Connectable", }; static const char *mgmt_ev[] = { @@ -88,12 +97,14 @@ static const char *mgmt_ev[] = { "Class of Device Changed", "Local Name Changed", /* 0x0008 */ "New Link Key", + "New Long Term Key", "Device Connected", "Device Disconnected", "Connect Failed", "PIN Code Request", "User Confirm Request", - "Authentication Failed", /* 0x0010 */ + "User Passkey Request", /* 0x0010 */ + "Authentication Failed", "Device Found", "Discovering", "Device Blocked", -- 2.47.3