| 077abfe1 |
emulator: Add support for LE connection parameter update procedure |
Johan Hedberg |
11 years ago |
1 file, +48, -0 |
| 3a5256c9 |
doc/test-coverage: Update mgmt-tester test count |
Johan Hedberg |
11 years ago |
1 file, +2, -2 |
| 9ad3cf27 |
mgmt-tester: Add confirm rejection SMP acceptor test case |
Johan Hedberg |
11 years ago |
1 file, +12, -0 |
| f1049a2a |
mgmt-tester: Rename reject_ssp to reject_confirm |
Johan Hedberg |
11 years ago |
1 file, +6, -6 |
| 215be237 |
doc/test-coverage: Update mgmt-tester test count |
Johan Hedberg |
11 years ago |
1 file, +2, -2 |
| fa50825c |
mgmt-tester: Add MITM LE Pairing Acceptor test case |
Johan Hedberg |
11 years ago |
1 file, +11, -0 |
| d419225e |
mgmt-tester: Use setup_pairing_acceptor also for LE tests |
Johan Hedberg |
11 years ago |
1 file, +1, -1 |
| b778c844 |
mgmt-tester: Rename setup_ssp_acceptor to setup_pairing_acceptor |
Johan Hedberg |
11 years ago |
1 file, +5, -5 |
| 7e03d3d9 |
obexd/client: Add support for MAP Event Report 1.1
This adds support for Event Report 1.1 of MAP 1.2 which includes the
following atributes: Subject, datetime, sender_name, priority. |
Gowtham Anandha Babu |
11 years ago |
2 files, +40, -0 |
| 6616acfe |
tools/btgatt-client: Fix memory leak
Simplify code and fix memory leaks |
Andrei Emeltchenko |
11 years ago |
1 file, +5, -6 |
| a964070f |
emulator: Failed encryption shouldn't affect success of LTK reply |
Johan Hedberg |
11 years ago |
1 file, +10, -9 |
| d55e48b0 |
doc/test-coverage: Update mgmt-tester test count |
Johan Hedberg |
11 years ago |
1 file, +1, -1 |
| 06d1782c |
tools/mgmt-tester: Add basic LE pairing acceptor test case |
Johan Hedberg |
11 years ago |
1 file, +18, -0 |
| de98dccc |
emulator: Indicate encryption failure if LTKs don't match |
Johan Hedberg |
11 years ago |
1 file, +8, -1 |
| a6a51009 |
emulator: Fix up SMP Pairing Confirm/Random handling |
Johan Hedberg |
11 years ago |
1 file, +22, -7 |
| 6c50a037 |
emulator: Add support for specifying SMP authentication requirement |
Johan Hedberg |
11 years ago |
3 files, +10, -10 |
| 39bc7229 |
android/gatt: Fix whitespace and style issues |
Szymon Janc |
11 years ago |
1 file, +3, -7 |
| e1432ff1 |
android/gatt: Fix bogus device unref
remove_autoconnect_device() already drops device reference internally. |
Szymon Janc |
11 years ago |
1 file, +0, -2 |
| cb406a47 |
android/gatt: Move bt_le_discovery_stop_cb up in the file
This is to avoid forward declaration. |
Szymon Janc |
11 years ago |
1 file, +9, -11 |
| 2446ebdf |
tools: Fix dereference before NULL check |
Andrei Emeltchenko |
11 years ago |
1 file, +1, -1 |
| ecf2d2c6 |
android/tester: Fix wrong check |
Andrei Emeltchenko |
11 years ago |
1 file, +1, -1 |
| 77be5ca4 |
TODO: Minor formatting fix |
Johan Hedberg |
11 years ago |
1 file, +1, -1 |
| b7228e7e |
TODO: Remove obsolete Management Interface task |
Johan Hedberg |
11 years ago |
1 file, +0, -6 |
| 108a76b6 |
TODO: Remove obsolete Low Energy task entries |
Johan Hedberg |
11 years ago |
1 file, +0, -40 |
| e1ea8618 |
tools/seq2bseq : Fix the same expression issue in if condition
Fix the usage of same expression on both sides of '||' in if |
Gowtham Anandha Babu |
11 years ago |
1 file, +1, -1 |
| 6df32c89 |
tools/btsnoop : Fix variable reassigning issue
The Variable 'written' is reassigned a value before the old one has been used. |
Gowtham Anandha Babu |
11 years ago |
1 file, +3, -2 |
| 621861cd |
obexd/client/map: Check msg value is valid
Checks for NULL value before passing to the callback. |
Gowtham Anandha Babu |
11 years ago |
1 file, +2, -1 |
| f6158338 |
tools: Update bluemoon firmware and harware variant strings |
Marcel Holtmann |
11 years ago |
1 file, +36, -17 |
| 2cd3c15a |
tools: Fix usage text for address parameter |
Marcel Holtmann |
11 years ago |
1 file, +1, -1 |
| ab42853d |
android/hal-sco: Fix coding style |
Luiz Augusto von Dentz |
11 years ago |
1 file, +1, -1 |
| 60ebd279 |
obexd/mns: Check event value is valid
This adds a common check before passing the event value to the callback. |
Luiz Augusto von Dentz |
11 years ago |
1 file, +2, -10 |
| bb570981 |
obexd/client: Fix leaking memory on MNS
In case an event is received twice, due to remote side misbehaving or
not, it would leak the previous data. |
Luiz Augusto von Dentz |
11 years ago |
1 file, +8, -0 |
| 71d317d0 |
gdbus: Fix match rule for NameOwnerChanged
When subscribing to the D-Bus signal NameOwnerChanged from the bus driver,
specify the object path and the sender in the match rule. Otherwise, random
connections on the bus could impersonate the bus driver. |
Alban Crequy |
11 years ago |
1 file, +2, -1 |
| 8b0792b8 |
Monitor: Modify design of AVRCP callback functions
Modified the design of AVRCP callback functions. |
Vikrampal Yadav |
11 years ago |
1 file, +66, -37 |
| 071b1667 |
monitor: Update GATT Descriptor UUID translations |
Marcel Holtmann |
11 years ago |
1 file, +7, -1 |
| 762e6125 |
monitor: Update GATT Service UUID translations |
Marcel Holtmann |
11 years ago |
1 file, +9, -2 |
| e9b93bef |
monitor: Update Appearance categories and subtypes |
Marcel Holtmann |
11 years ago |
1 file, +24, -9 |
| f5b9087a |
monitor: Update GATT Characteristics UUID translations |
Marcel Holtmann |
11 years ago |
1 file, +73, -2 |
| d216f0d0 |
monitor: Update UUID to string mapping table |
Marcel Holtmann |
11 years ago |
1 file, +14, -0 |
| 2475bdc1 |
tools/l2cap-tester: Specify explicit IO capability when necessary |
Johan Hedberg |
11 years ago |
1 file, +5, -0 |
| d086d956 |
emulator: Use explicit IO capability for bthost |
Johan Hedberg |
11 years ago |
3 files, +7, -4 |
| 5a40cdff |
emulator: Fix clearing advertising state when connected |
Johan Hedberg |
11 years ago |
1 file, +1, -0 |
| 9d8f9440 |
core: Fix missing channel unref on cached session watch
g_io_add_watch function takes own reference so local one needs to
be dropped. Fix following Valgrind report:
126 (120 direct, 6 indirect) bytes in 1 blocks are definitely lost in
loss record 146 of 158
at 0x4C2745D: malloc (in /usr/lib64/valgrind/
vgpreload_memcheck-amd64-linux.so)
by 0x4E7FE6E: g_malloc (in /usr/lib64/libglib-2.0.so.0.3800.2)
by 0x4EBC5B7: g_io_channel_unix_new (in /usr/lib64/
libglib-2.0.so.0.3800.2)
by 0x4496B4: search_completed_cb (sdp-client.c:129)
by 0x45217B: sdp_process (sdp.c:4350)
by 0x449814: search_process_cb (sdp-client.c:228)
by 0x4E7A2A5: g_main_context_dispatch (in /usr/
lib64/libglib-2.0.so.0.3800.2)
by 0x4E7A627: ??? (in /usr/lib64/libglib-2.0.so.0.3800.2)
by 0x4E7AA39: g_main_loop_run (in /usr/lib64/libglib-2.0.so.0.3800.2)
by 0x404372: main (main.c:550) |
Szymon Janc |
11 years ago |
1 file, +2, -0 |
| 2f15797d |
doc/obex-api: Add API for PBAP 1.2 features
These changes add support for PBAP 1.2 features, the idea is that upon
connecting the stack will auto retrieve the DatabaseIdentifier which will
very likely be used by applications to detect if anything should be done.
In case DatabaseIdentifier is present the user application can then
request the folder version via GetVersion.
Two new filter are added, Operator which should be used along with FilterBy
and ResetNewMissedCalls the later can only be used in mch and cch folders. |
Luiz Augusto von Dentz |
11 years ago |
1 file, +32, -0 |
| 6f680981 |
doc/media-api: Remove obsolete properties
Properties related to HFP/HSP are no longer available since BlueZ has
no native support of those profiles. |
Luiz Augusto von Dentz |
11 years ago |
1 file, +0, -44 |
| 5bc235fb |
android/hal-ipc-api: Fix define for HF-Client |
Lukasz Rymanowski |
11 years ago |
1 file, +1, -1 |
| aa91fca4 |
android/hal-ipc-api: Add missing peer features parameter |
Lukasz Rymanowski |
11 years ago |
1 file, +2, -1 |
| 25283f82 |
android/hal-ipc-api: Use Tone instead of Code DTMF
To be consistent with existing code for handsfree |
Lukasz Rymanowski |
11 years ago |
1 file, +2, -2 |
| 1ebf3301 |
android/hal-ipc-api: Use 2 bytes for location in dial memory |
Lukasz Rymanowski |
11 years ago |
1 file, +1, -1 |
| 2770fba5 |
doc: Update Android tests coverage |
Szymon Janc |
11 years ago |
1 file, +2, -2 |