| 0c73a367 |
lib: Add definition for HCI_CHANNEL_MONITOR |
Marcel Holtmann |
13 years ago |
1 file, +1, -0 |
| cdcd5647 |
monitor: Fix some minor white space damages |
Marcel Holtmann |
13 years ago |
1 file, +6, -6 |
| d02da9ea |
monitor: Add Intel copyright to new monitor tool |
Marcel Holtmann |
13 years ago |
1 file, +1, -0 |
| 061a23ca |
hciattach: Add new HCI UART flags |
Marcel Holtmann |
13 years ago |
1 file, +2, -0 |
| f30c71d3 |
hciattach: Remove some unneeded includes |
Marcel Holtmann |
13 years ago |
4 files, +0, -8 |
| eedaa19c |
l2test: Add BT Channel Policy option
Make l2test able to set channel policy socket option. |
Andrei Emeltchenko |
13 years ago |
1 file, +30, -2 |
| 95f4d9d5 |
l2test: Clean up lookup table code
Make lookup table code available for others and create
common functions. |
Andrei Emeltchenko |
13 years ago |
1 file, +26, -14 |
| da47ffe5 |
lib: Copy L2CAP chan policy defines from kernel
Those defines will be used by user space. |
Andrei Emeltchenko |
13 years ago |
1 file, +27, -0 |
| 16ac7280 |
mgmt-api: Format fixes |
Luiz Augusto von Dentz |
13 years ago |
1 file, +1, -2 |
| 03bb9d34 |
sbc: fix "always_inline function might not be inlinable" warning
"__attribute__((always_inline))" does not replace "inline" and they
still need to be used together. This fixes "always_inline function
might not be inlinable [-Wattributes]" warning in gcc 4.7 |
Siarhei Siamashka |
13 years ago |
1 file, +1, -1 |
| 2b9fc1b2 |
mgmtops: Add missing compatibility header include
glib-compat.h needs to be included when either g_slist_free_full() or
g_list_free_full() is used on a C file. Otherwise, it will fail to build
on older (supported) Glib versions that lack these functions.
Fixes this build error on GLib 2.24.1:
plugins/mgmtops.c: In function ‘remove_controller’:
plugins/mgmtops.c:180: error: implicit declaration of function
‘g_slist_free_full’ |
Anderson Lizardo |
13 years ago |
1 file, +1, -0 |
| e8d185f9 |
mgmtops: Fix uninitialized discovery type value |
Johan Hedberg |
13 years ago |
1 file, +5, -6 |
| 63e1b039 |
mgmtops: Set discovery type based on real capabilities |
Johan Hedberg |
13 years ago |
1 file, +11, -4 |
| 18764838 |
mgmtops: Move power on after UUID additions |
Johan Hedberg |
13 years ago |
1 file, +21, -1 |
| 22ee0019 |
mgmtops: Fix clearing of pending UUIDs/Class data |
Johan Hedberg |
13 years ago |
1 file, +9, -2 |
| ffa77b08 |
mgmtops: Fix calling adapter_mode_changed when not powered |
Johan Hedberg |
13 years ago |
1 file, +1, -1 |
| d66c5fa4 |
mgmtops: Fix updating settings values after read_info response |
Johan Hedberg |
13 years ago |
1 file, +16, -9 |
| c989eff9 |
mgmtops: Cache dev_class update until UUID changes finish |
Johan Hedberg |
13 years ago |
1 file, +41, -23 |
| 8136e7ba |
mgmtops: Fix read_info response handling |
Johan Hedberg |
13 years ago |
1 file, +8, -7 |
| 4ef8aae4 |
mgmtops: Move clear_uuids after read_info response |
Johan Hedberg |
13 years ago |
1 file, +2, -1 |
| e2801dd6 |
mgmtops: Add UUID queuing to avoid EBUSY errors |
Johan Hedberg |
13 years ago |
1 file, +51, -1 |
| 5a878d96 |
mgmtops: Add SET_LE/SET_SSP command complete handling
This avoids "Unknown command complete for opcode <nn>" errors. |
Anderson Lizardo |
13 years ago |
1 file, +6, -0 |
| 2f3ebee3 |
mgmtops: Handle "Class Of Device Changed" event
This avoids misleading "Unknown Management opcode 7 (index 0)" errors. |
Anderson Lizardo |
13 years ago |
1 file, +3, -0 |
| 484150cb |
mgmt: Add flags field for device connected event |
Marcel Holtmann |
13 years ago |
2 files, +5, -1 |
| 87f0899f |
btmgmt: Add UUID handling support |
Johan Hedberg |
13 years ago |
2 files, +108, -8 |
| d7439157 |
mgmt-api: Add flags field to Device Connected event |
Marcel Holtmann |
13 years ago |
1 file, +5, -0 |
| 384369fb |
mgmtops: Fix connection list fetching when powered off |
Johan Hedberg |
13 years ago |
1 file, +4, -5 |
| 170259bb |
mgmtops: Pass legacy pairing information to core |
Johan Hedberg |
13 years ago |
1 file, +7, -0 |
| 241181f5 |
mgmt-api: Fix parameter list of user confirmation request |
Marcel Holtmann |
13 years ago |
1 file, +1, -0 |
| 9741e4c9 |
mgmt: Use uint32 for flags in device found events |
Marcel Holtmann |
13 years ago |
4 files, +19, -15 |
| 5bb418bb |
mgmt: Fix device_found parameters |
Johan Hedberg |
13 years ago |
3 files, +17, -8 |
| 07597ac3 |
core: Fix initial adapter state
It's no longer guaranteed that an adapter start of in powered on state
(e.g. not true with latest mgmt) so pass the correct state when
registering an adapter. |
Johan Hedberg |
13 years ago |
6 files, +9, -10 |
| 39ce03ec |
monitor: Add LE command descriptions |
Marcel Holtmann |
13 years ago |
1 file, +31, -0 |
| 8c3ec750 |
monitor: Add missing management events for pairing |
Marcel Holtmann |
13 years ago |
1 file, +95, -0 |
| 87276365 |
mgmt-api: Add comments for commands that require powered controller |
Marcel Holtmann |
13 years ago |
1 file, +36, -0 |
| 26cce9fe |
mgmt-api: Mention the empty UUID to clear the UUID list |
Marcel Holtmann |
13 years ago |
1 file, +4, -0 |
| 40802a41 |
mgmt-api: Update comments for commands valid during power off |
Marcel Holtmann |
13 years ago |
1 file, +30, -1 |
| c9edc015 |
mgmt-api: Mention that setting name is valid when powered off |
Marcel Holtmann |
13 years ago |
1 file, +8, -0 |
| 1af626dc |
monitor: Decode some of the management authentication events |
Marcel Holtmann |
13 years ago |
1 file, +70, -0 |
| 2821fba7 |
monitor: Add decoding of more management events |
Marcel Holtmann |
13 years ago |
1 file, +185, -6 |
| 13009c7a |
mgmt: Add struct for device disconnected event |
Marcel Holtmann |
13 years ago |
1 file, +3, -0 |
| 8257ef71 |
hciemu: Reset all settings on reset |
Marcel Holtmann |
13 years ago |
1 file, +36, -30 |
| 9e63da0e |
mgmtops: Only try to enable SSP if it's supported |
Johan Hedberg |
13 years ago |
1 file, +4, -1 |
| 1eb70403 |
mgmtops: Enable LE support if supported |
Johan Hedberg |
13 years ago |
1 file, +4, -0 |
| d840f9d5 |
monitor: Use common code for control and monitor packets |
Marcel Holtmann |
13 years ago |
1 file, +86, -160 |
| ba739af8 |
monitor: Decode management new settings values |
Marcel Holtmann |
13 years ago |
1 file, +17, -0 |
| b3d8d968 |
mgmtops: Fix enabling SSP when needed |
Johan Hedberg |
13 years ago |
1 file, +3, -0 |
| b7772ee4 |
btmgmt: Add le command |
Johan Hedberg |
13 years ago |
1 file, +6, -0 |
| ef084d1e |
monitor: Also monitor the control channel for management events |
Marcel Holtmann |
13 years ago |
1 file, +211, -7 |
| 37d806a3 |
hciemu: Add clean handling for page scan and inquiry scan enable |
Marcel Holtmann |
13 years ago |
1 file, +16, -2 |