Commits

Commit Message Author Age Changes
bb36b8aa audio/A2DP: Add implemention of audio Open command Luiz Augusto von Dentz 12 years ago 1 file, +160, -1
180e202c tools/mgmt-tester: Add basic SSP rejection test cases Johan Hedberg 12 years ago 1 file, +47, -2
16288253 emulator: Fix SSP rejection status propagation Johan Hedberg 12 years ago 1 file, +9, -3
27d79b3a emulator/bthost: Add API to reject SSP User Confirmation Johan Hedberg 12 years ago 2 files, +13, -0
e8f23890 tools/mgmt-tester: Add remote PIN rejection test case Johan Hedberg 12 years ago 1 file, +16, -0
aa7df805 tools/mgmt-tester: Add basic PIN code rejection test case Johan Hedberg 12 years ago 1 file, +38, -18
889221ac tools/mgmt-tester: Separate client (bthost) pairing parameters Johan Hedberg 12 years ago 1 file, +30, -14
b42e5fcb tools/mgmt-tester: Add basinc User Confirmation SSP test case Johan Hedberg 12 years ago 1 file, +42, -3
0903fa12 emulator/bthost: Add support for specifying custom IO capability Johan Hedberg 12 years ago 2 files, +8, -1
62041e0a emulator/bthost: Fix sending L2CAP config req Send L2CAP config request with correct dcid field. It worked well only if scid and dcid of L2CAP connection were the same. Marcin Kraglak 12 years ago 1 file, +1, -1
f881e165 emulator/bthost: Request encryption when authentication completes Johan Hedberg 12 years ago 1 file, +6, -0
4ea78ff3 emulator: Add Set Connection Encryption command support Johan Hedberg 12 years ago 1 file, +17, -0
f89e2eb7 emulator: Encryption should be enabled only when explicitly requested Johan Hedberg 12 years ago 1 file, +0, -1
1d7c6a80 tools/bluetooth-player: check path validity Bluetooth-player change-folder cmd approves any argument however it can be and then should a valid path only. Failing in providing a valid path crashes bluetooth-player thus argument should be checked if it's a valid path. Sebastian Chlad 12 years ago 1 file, +5, -0
28429dcd android/pics: Add PICS and PIXIT for A2DP Add PICS/PIXIT for A2DP targeting Android 4.4. Jakub Tyszkowski 12 years ago 3 files, +117, -0
4a88ffb1 android/pics: Add PICS and PIXIT for AVRCP Add PICS/PIXIT for AVRCP targeting Android 4.4. Jakub Tyszkowski 12 years ago 3 files, +663, -0
cd8e3257 android/pan: Generate file path in compile time This reduce need of using snprintf function and removes need of manual buffer size calculation. Szymon Janc 12 years ago 1 file, +4, -7
20016a16 tools: Add first controller test case from HCI test specification Marcel Holtmann 12 years ago 1 file, +130, -9
5ba9b51e tools: Stop converting file if write failed in seq2bseq If write failed converted file would be broken. This make sure that user is being informed about it. Szymon Janc 12 years ago 1 file, +7, -1
3dc5c786 tools: Fix build error in seq2bseq Don't ignore return value of write. This fix following build error on Ubuntu: tools/seq2bseq.c: In function ‘convert_line’: tools/seq2bseq.c:52:8: error: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Werror=unused-result] write(fd, &val, 1); Szymon Janc 12 years ago 1 file, +7, -3
8afb744a avrcp: Remove dead code session->target cannot be NULL since it is already checked 11 lines above: ... if (session == NULL || session->target == NULL) return -ENOTCONN; ... Andrei Emeltchenko 12 years ago 1 file, +4, -20
9f4ce6e0 android-tester: Add possibility to debug mgmt Print mgmt debug info if debug flag is set in android-tester. Marcin Kraglak 12 years ago 1 file, +12, -3
37d5f0be tools/btproxy: Fix double close setup_streams() already makes close() Andrei Emeltchenko 12 years ago 1 file, +1, -4
dcb7f311 android/pts: Update PTS results for MAP Update MAP PTS results for BlueZ stack on Nexus4 (Android 4.4.2). Jakub Tyszkowski 12 years ago 1 file, +2, -2
bee4fe3c android/ipc: Use proper handlers in ipc_handle_msg ipc_handle_msg() should use handlers passed as function parameter instead of static one as otherwise Audio IPC will use incorrect handlers. Andrzej Kaczmarek 12 years ago 1 file, +1, -1
84a8ca8d android/ipc: Fix arguments order in DBG Andrzej Kaczmarek 12 years ago 1 file, +1, -1
138f1386 tools: Add test case for creating HCI connections Marcel Holtmann 12 years ago 1 file, +277, -43
4e8ff0b5 tools: Check status of HCI Inquiry Complete event Marcel Holtmann 12 years ago 1 file, +9, -0
b39f74c2 tools: Add simple Limited Inquiry test case to HCI testing Marcel Holtmann 12 years ago 2 files, +45, -3
9e6322ab tools: Add informational HCI commands to test coverage Marcel Holtmann 12 years ago 2 files, +140, -3
af9fd8c4 monitor: Add opcode for Read Local Supported Codecs command Marcel Holtmann 12 years ago 1 file, +2, -0
7ba4515f tools: Add skeleton for HCI controller testing Marcel Holtmann 12 years ago 4 files, +127, -2
9d34d000 shared: Integrate HCI userspace handling with IO abstraction Marcel Holtmann 12 years ago 1 file, +61, -55
c2e705d2 build: Include shared mainloop IO handling for btinfo and 3dsp Marcel Holtmann 12 years ago 1 file, +8, -6
dd0403ba shared: Use queue for handling hciemu post command hooks Marcel Holtmann 12 years ago 2 files, +44, -20
da6f8e53 android/bluetooth: Fix compare function when finding devices Elements on list are struct device not bdaddr_t so make comparing function use proper types. This was working so far only due to bdaddr_t being first element in struct device. Szymon Janc 12 years ago 1 file, +5, -5
9b174ddf android/bluetooth: Use helper for finding device Szymon Janc 12 years ago 1 file, +21, -21
d94debd2 tools: Remove GLib mainloop requirement from btmgmt utility Marcel Holtmann 12 years ago 2 files, +46, -45
87b9e0dc shared: Add IO handling using the mainloop support Marcel Holtmann 12 years ago 1 file, +250, -0
78d239fd emulator: Add missing Transparent SCO feature bit Johan Hedberg 12 years ago 1 file, +1, -0
26f9879e doc: Add document summarizing current test coverage Marcel Holtmann 12 years ago 2 files, +52, -1
505693c8 tools: Change MSBC into mSBC for test case descriptions Marcel Holtmann 12 years ago 1 file, +2, -2
ce2ecab2 android: Change BREDR into BR/EDR for test case descriptions Marcel Holtmann 12 years ago 1 file, +5, -5
b1712734 tools: Add management test cases for secure connections support Marcel Holtmann 12 years ago 1 file, +140, -3
67269189 tools: Add support for setting Secure Connection Only mode Marcel Holtmann 12 years ago 1 file, +24, -1
9a07be8b monitor: Show secure connections settings flag Marcel Holtmann 12 years ago 1 file, +1, -1
9824f902 shared: Only cleanup mgmt notify handlers when really needed Marcel Holtmann 12 years ago 1 file, +13, -6
aecc71a3 doc: Mention the Secure Connections Only mode Marcel Holtmann 12 years ago 1 file, +6, -2
89695d7b doc: Change the wording a little bit Marcel Holtmann 12 years ago 1 file, +3, -3
a3299e5b attrib: Add extra PDU checks when decoding Read by Type Response These checks are needed to avoid invalid memory access on bogus PDUs. Anderson Lizardo 12 years ago 1 file, +17, -0
Previous Next