Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-17 | mgmt: Add reason to device disconnect event | Mikel Astiz | 1 | -4/+15 | |
Extend the management API with the disconnect reason, as now reported by the Kernel in MGMT_EV_DEVICE_DISCONNECTED. | |||||
2012-08-13 | monitor: Fix endianness conversion | Anderson Lizardo | 1 | -2/+2 | |
Flags field has 32-bit size. Same issue was fixed for mgmtops in 1801a4d45d74c29cebacaab79a07e9961300be41. | |||||
2012-06-28 | monitor: Fix optstring to parse -b parameter | Anton Weber | 1 | -1/+1 | |
Without the colon getopt ignores the parameter and optarg is always NULL. | |||||
2012-05-24 | monitor: Fix memory leak | Syam Sidhardhan | 1 | -1/+2 | |
2012-05-13 | monitor: remove extra black line | Gustavo Padovan | 1 | -1/+0 | |
2012-05-10 | monitor: Fix tab misuse | Anderson Lizardo | 1 | -1/+1 | |
2012-04-27 | monitor: add version information | Gustavo Padovan | 1 | -1/+5 | |
2012-04-27 | monitor: add help information | Gustavo Padovan | 1 | -1/+15 | |
2012-03-01 | monitor: Add support for storing btsnoop formatted logs | Marcel Holtmann | 4 | -0/+206 | |
2012-02-29 | monitor: Add defines for connection packet type changes | Marcel Holtmann | 1 | -0/+13 | |
2012-02-27 | monitor: Add Bluetooth HCI declarations | Marcel Holtmann | 1 | -0/+538 | |
2012-02-27 | monitor: Use better signal integration | Marcel Holtmann | 3 | -22/+80 | |
2012-02-27 | monitor: Add support for hcidump fallback | Marcel Holtmann | 9 | -1245/+2228 | |
2012-02-26 | monitor: Fix some minor white space damages | Marcel Holtmann | 1 | -6/+6 | |
2012-02-26 | monitor: Add Intel copyright to new monitor tool | Marcel Holtmann | 1 | -0/+1 | |
2012-02-23 | mgmt: Add flags field for device connected event | Marcel Holtmann | 1 | -1/+4 | |
2012-02-22 | mgmt: Use uint32 for flags in device found events | Marcel Holtmann | 1 | -4/+6 | |
2012-02-22 | monitor: Add LE command descriptions | Marcel Holtmann | 1 | -0/+31 | |
2012-02-22 | monitor: Add missing management events for pairing | Marcel Holtmann | 1 | -0/+95 | |
2012-02-22 | monitor: Decode some of the management authentication events | Marcel Holtmann | 1 | -0/+70 | |
2012-02-22 | monitor: Add decoding of more management events | Marcel Holtmann | 1 | -6/+185 | |
2012-02-22 | monitor: Use common code for control and monitor packets | Marcel Holtmann | 1 | -160/+86 | |
2012-02-22 | monitor: Decode management new settings values | Marcel Holtmann | 1 | -0/+17 | |
2012-02-22 | monitor: Also monitor the control channel for management events | Marcel Holtmann | 1 | -7/+211 | |
2012-02-20 | monitor: Add string tables for HCI commands and events | Marcel Holtmann | 1 | -0/+299 | |
2012-02-20 | monitor: Add basic packet processing | Marcel Holtmann | 1 | -6/+290 | |
2012-02-20 | monitor: Add skeleton for new monitoring tool | Marcel Holtmann | 1 | -0/+176 | |