Commits

Commit Message Author Age Changes
9c0bafd9 smp-tester: Remove incorrect test verdicts in pair_device_complete Since the actual PDUs transmitted are not complete and therefore do not guarantee a successful pairing, the outcome of the tests depends on a race of which side reaches completion first: the SMP channel expected PDUs or the mgmt callback. This patch removes any test vedicts form the mgmt callback since for now the expected status is either way a failure. Johan Hedberg 11 years ago 1 file, +0, -2
0d3f8e1c Release 5.22 Marcel Holtmann 11 years ago 2 files, +9, -1
bf86e3ab doc: Mention the released Linux 3.16 kernel Marcel Holtmann 11 years ago 1 file, +2, -1
e159643e audio/player: Reduce verbosity Luiz Augusto von Dentz 11 years ago 1 file, +0, -24
b0c99771 audio/avrcp: Fix overflow when using UINT32_MAX When number of items is unknown the code will attempt to use the maximum possible end offset but this cause an overflow since index 0 is also valid the total of items will overflow a uint32_t. Luiz Augusto von Dentz 11 years ago 1 file, +9, -3
a4eec99f gitignore: Update renamed file name tools/mpris-player to tools/mpris-proxy Ravi kumar Veeramally 11 years ago 1 file, +1, -1
ca31afcb android/pts: Update HID PTS text file Sebastian Chlad 11 years ago 1 file, +1, -0
4ca4a831 android/tester: Minor coding style fix Johan Hedberg 11 years ago 1 file, +3, -2
68d56c3c android/tester: Add PAN Enable None test case Ravi kumar Veeramally 11 years ago 1 file, +18, -0
f7d30238 android/tester: Add PAN Enable PANU test case Ravi kumar Veeramally 11 years ago 1 file, +13, -0
c5659091 android/tester: Add PAN Enable NAP test case Ravi kumar Veeramally 11 years ago 1 file, +15, -0
b3a5e37e android/pan: Notify control state callback on HAL .enable call Ravi kumar Veeramally 11 years ago 1 file, +14, -7
f212ded4 android/tester: Add PAN Get Local Role test case Ravi kumar Veeramally 11 years ago 1 file, +44, -1
a4afc40e android/tester: Add PAN Disconnect test case Ravi kumar Veeramally 11 years ago 1 file, +40, -0
0b5ab615 android/tester: Add PAN Connect test case Ravi kumar Veeramally 11 years ago 1 file, +79, -0
ee645459 android/tester: Add PAN init test case Ravi kumar Veeramally 11 years ago 4 files, +187, -0
3b2da5a2 Android/pts: Update PTS files for PAN PICS and PIXITs updated to PTS 5.2. Regression done for Android 4.4.4. Grzegorz Kolodziejczyk 11 years ago 3 files, +14, -23
ece5d8d8 android/pts: Tests round for OPP Updating PICS and PIXITs for PTS 5.2. Regression round for OPP against PTS 5.2. All previously raised erratas solved in PTS 5.2. Sebastian Chlad 11 years ago 3 files, +22, -50
4a17512b android/pts: PTS files update for PBAP Test round for PBAP against PTS 5.2 as well as PICS and PIXIT checked against PTS 5.2. Sebastian Chlad 11 years ago 3 files, +9, -6
da0e7cab android/doc: Add instructions for android-ia Add instructions for building Android image based on android-ia from 01.org. Andrei Emeltchenko 11 years ago 1 file, +25, -0
d9ccc222 core: Fix Device1.Disconnect not always disabling auto connect Disconnect has the ability to disable auto connect temporarily until Connect is then called again, but currently it can only do that if the device is connected. Luiz Augusto von Dentz 11 years ago 1 file, +41, -36
c6f69a70 AUTHORS: Mention David's contributions Marcel Holtmann 11 years ago 1 file, +1, -0
1750153b hog: fix output-report to attr mapping Instead of mapping all UHID_OUTPUT events blindly to the first hid output report found, we now map it to the correct attribute. We use the rtype and report-id information in each UHID_OUTPUT message and map it according to the mapping-characteristics provided by the device. David Herrmann 11 years ago 1 file, +36, -19
6df15b54 gobex: Fix use after free transfer_complete() frees transfer pointer. Andrei Emeltchenko 11 years ago 1 file, +1, -0
dfd54b9e build: Remove mpris-proxy from experimental This makes mpris-proxy tool to be compiled without --enable-experimental Luiz Augusto von Dentz 11 years ago 1 file, +7, -6
f8dc3c22 tools/mpris-player: Rename to mpris-proxy Luiz Augusto von Dentz 11 years ago 3 files, +2596, -2596
7d3ae3c4 audio/media: Remove experimental status from Media* interfaces These interfaces have been stable for a while so there is no reason to keep them as experimental anymore. Luiz Augusto von Dentz 11 years ago 3 files, +37, -61
af31fe0d emulator: Fix matching up real advertising address Johan Hedberg 11 years ago 1 file, +2, -1
29671716 android/gap: GAP tests for PTS 5.2 Sebastian Chlad 11 years ago 3 files, +38, -24
79489632 android/tester: Add Gatt Client Listen cases Jakub Tyszkowski 11 years ago 2 files, +141, -1
89d18804 android/tester: Add Gatt Client connect cases This adds gatt connect cases. Jakub Tyszkowski 11 years ago 3 files, +299, -2
3159bc22 android/tester: Add Gatt Client basic test cases This adds basic tests for client register, unregister and scan. Jakub Tyszkowski 11 years ago 3 files, +149, -2
744af896 android/bluetooth: Fix retriggering the discovery Previously le device found callback was set every time we triggered the scan from gatt. But it does no longer work like that. This callback is now set when gatt profile is registered and should not be used for checking if we should be retriggering the scan. Expected discovery flag should be used directly instead. Jakub Tyszkowski 11 years ago 1 file, +13, -5
c8a9069f android/bluetooth: Clear auto connect list on startup In android we add devices to auto connect list when application trigger connect. We need to make sure that when bluetooth is turn on there is no devices in auto connect list in the kernel. Lukasz Rymanowski 11 years ago 1 file, +29, -0
ce60a906 android/gatt: Use kernel auto connect feature if possible Lukasz Rymanowski 11 years ago 1 file, +30, -1
058e62be android/gatt: Refactor trigger connection function. Refactor code so it is clear what action we take in different connection states. Lukasz Rymanowski 11 years ago 1 file, +25, -14
c7528eb3 android/bluetooth: Add API to remove device from auto connect list Lukasz Rymanowski 11 years ago 2 files, +30, -0
bd3f9855 android/bluetooth: Add API to add device to auto connect list Lukasz Rymanowski 11 years ago 2 files, +33, -0
a0edc4f8 android/bluetooth: Add flag for kernel connection control This patch set option kernel connection control to TRUE if mgmt interface is 1.7 or higier. Kernel connect control means that things like background scan, auto connect or white list are supported by kernel and can be used by daemon. Lukasz Rymanowski 11 years ago 2 files, +15, -0
f937ca01 obexd: Fix memory leak Fixes memory leak for message_listing_cb() Andrei Emeltchenko 11 years ago 1 file, +5, -2
68fc5cb2 obexd: Fix memory leak Fixes memory leak for folder_listing_cb(). Andrei Emeltchenko 11 years ago 1 file, +5, -2
f25df405 tools: Fix memory leak lmpver and hciver are allocated through malloc and need to be freed. Andrei Emeltchenko 11 years ago 1 file, +16, -3
41f6648d AUTHORS: Mention Mike's contributions Marcel Holtmann 11 years ago 1 file, +1, -0
359da847 monitor: Properly decode GATT Find Information Response Mike Ryan 11 years ago 1 file, +2, -2
cb9064f3 android/pts: PTS testing results for SM Sebastian Chlad 11 years ago 1 file, +5, -8
56d9d175 attrib: Fix memory leak Andrei Emeltchenko 11 years ago 1 file, +2, -0
22894ef0 android/ipc: Remove unneeded check rsp_len cannot be NULL since it is checked above and dereferenced. Remove static analyzers warnings. Andrei Emeltchenko 11 years ago 1 file, +1, -2
833b4dd6 tools/scotest: Fix double close socket When executing in a child we close(sk) in the beginning. error label handles parent process error conditions. Andrei Emeltchenko 11 years ago 1 file, +2, -2
830c8801 tools/l2test: Remove unneeded return Remove dead code after exit() Andrei Emeltchenko 11 years ago 1 file, +0, -2
a0c8d9fc tools/scotest: Remove unneeded return Remove dead code after exit() Andrei Emeltchenko 11 years ago 1 file, +0, -2
Previous Next