diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-02-22 22:48:02 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-02-22 22:48:02 +0100 |
commit | 39ce03ec74ab586975b6aaa2c4b8154e86ca60ad (patch) | |
tree | d5b1f70a75bb7f80de2888e558bef8e3f980fca4 /monitor | |
parent | 8c3ec7509184167f9af8cb68b2ec45808d2b30cf (diff) |
monitor: Add LE command descriptions
Diffstat (limited to 'monitor')
-rw-r--r-- | monitor/main.c | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/monitor/main.c b/monitor/main.c index edaa5ad6..5e08de79 100644 --- a/monitor/main.c +++ b/monitor/main.c @@ -311,6 +311,37 @@ static const struct { { 0x140b, "Write Remote AMP ASSOC" }, /* OGF 8 - LE Control */ + { 0x2001, "LE Set Event Mask" }, + { 0x2002, "LE Read Buffer Size" }, + { 0x2003, "LE Read Local Supported Features" }, + /* reserved command */ + { 0x2005, "LE Set Random Address" }, + { 0x2006, "LE Set Advertising Parameters" }, + { 0x2007, "LE Read Advertising Channel TX Power"}, + { 0x2008, "LE Set Advertising Data" }, + { 0x2009, "LE Set Scan Response Data" }, + { 0x200a, "LE Set Advertise Enable" }, + { 0x200b, "LE Set Scan Parameters" }, + { 0x200c, "LE Set Scan Enable" }, + { 0x200d, "LE Create Connection" }, + { 0x200e, "LE Create Connection Cancel" }, + { 0x200f, "LE Read White List Size" }, + { 0x2010, "LE Clear White List" }, + { 0x2011, "LE Add Device To White List" }, + { 0x2012, "LE Remove Device From White List" }, + { 0x2013, "LE Connection Update" }, + { 0x2014, "LE Set Host Channel Classification" }, + { 0x2015, "LE Read Channel Map" }, + { 0x2016, "LE Read Remote Used Features" }, + { 0x2017, "LE Encrypt" }, + { 0x2018, "LE Rand" }, + { 0x2019, "LE Start Encryption" }, + { 0x201a, "LE Long Term Key Request Reply" }, + { 0x201b, "LE Long Term Key Request Neg Reply" }, + { 0x201c, "LE Read Supported States" }, + { 0x201d, "LE Receiver Test" }, + { 0x201e, "LE Transmitter Test" }, + { 0x201f, "LE Test End" }, { } }; |