| e76815ac |
android: Fix typo in bluetoothd-snoop.c |
Andrzej Kaczmarek |
12 years ago |
1 file, +2, -2 |
| f695861f |
doc: Update mgmt-tester and hci-tester coverage statistics |
Marcel Holtmann |
12 years ago |
1 file, +3, -3 |
| 5b3860aa |
tools/mgmt-tester: Add auth failure mgmt event to pair_device test conditions |
Johan Hedberg |
12 years ago |
1 file, +10, -0 |
| 21acd825 |
tools/mgmt-tester: Add new link key mgmt event to pair_device test conditions |
Johan Hedberg |
12 years ago |
1 file, +8, -0 |
| 512b6897 |
doc: Update android-tester coverage statistics |
Szymon Janc |
12 years ago |
1 file, +2, -2 |
| 0b108404 |
android/tester: Add set device DISCTIMEOUT prop fail test case
This adds set device DISCOVERY TIMEOUT property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +32, -0 |
| c04a9150 |
android/tester: Add set device BONDED_DEV prop fail test case
This adds set device BONDED DEVICES property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +35, -0 |
| 22b4fe5b |
android/tester: Add set device SCAN_MODE prop fail test case
This adds set device SCAN MODE property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +33, -0 |
| 9a53dcd0 |
android/tester: Add set device SERVICE_RECORD prop fail test case
This adds set device SERVICE RECORD property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +37, -0 |
| e31e1fd9 |
android/tester: Add set device BDADDR prop fail test case
This adds set device BDADDR property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +35, -0 |
| 108c88e4 |
android/tester: Add set device TIMESTAMP prop fail test case
This adds set device TIMESTAMP property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +33, -0 |
| 54601890 |
android/tester: Add set device RSSI prop fail test case
This adds set device RSSI property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +33, -0 |
| fb0d8bb9 |
android/tester: Add set device TOD prop fail test case
This adds set device TYPE OF DEVICE property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +33, -0 |
| dddaa945 |
android/tester: Add set device COD prop fail test case
This adds set device CLASS OF DEVICE property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +33, -0 |
| cb1b9f0b |
android/tester: Add set device UUIDS prop fail test case
This adds set device UUIDS property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +31, -0 |
| 85ebf527 |
android/tester: Add set device BDNAME prop fail test case
This adds set device BDNAME property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +54, -0 |
| 436d497f |
android/tester: Add set device FRIENDLY_NAME prop success test case
This adds set device FRIENDLY NAME property success test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +99, -0 |
| 10f21eb6 |
tools/mgmt-tester: Add basic pairing acceptor failure test |
Johan Hedberg |
12 years ago |
1 file, +12, -0 |
| 120d0577 |
tools/mgmt-tester: Wait for link key event in pairing acceptor test |
Johan Hedberg |
12 years ago |
1 file, +2, -0 |
| b2c6b75f |
tools/mgmt-tester: Allow checking for mgmt events in pairing acceptor tests |
Johan Hedberg |
12 years ago |
1 file, +13, -0 |
| 0d350f37 |
tools/mgmt-tester: Make expected mgmt event content checking optional |
Johan Hedberg |
12 years ago |
1 file, +2, -1 |
| 0a6f949f |
android/A2DP: Connect transport channel when initiator
This connects transport channel when initiator of open request. |
Luiz Augusto von Dentz |
12 years ago |
1 file, +39, -12 |
| c6fed41a |
android/A2DP: Add handling of incoming transport connection
This adds handling of incoming transport connection attempt. |
Luiz Augusto von Dentz |
12 years ago |
1 file, +60, -4 |
| fa8aa7b2 |
tools/mgmt-tester: Add simple pairing acceptor test case |
Johan Hedberg |
12 years ago |
1 file, +54, -0 |
| 3b7d6cae |
tools/mgmt-tester: Include PIN callback as a necessary test condition |
Johan Hedberg |
12 years ago |
1 file, +12, -2 |
| 3c08f447 |
emulator/bthost: Fix requesting encryption if authentication failed |
Johan Hedberg |
12 years ago |
1 file, +3, -0 |
| f072c757 |
emulator/bthost: Add API to request authentication |
Johan Hedberg |
12 years ago |
2 files, +11, -0 |
| 7dfc7e96 |
emulator/bthost: Add basic support for link key requests |
Johan Hedberg |
12 years ago |
1 file, +22, -0 |
| 126be250 |
tools/mgmt-tester: Fix BR/EDR disable callback if it's the last setting changed |
Johan Hedberg |
12 years ago |
1 file, +6, -4 |
| e21b24d8 |
android/a2dp: Fix freeing preset on SEP close
In case SEP was opened from local side, corresponding a2dp_setup
structure has just reference to a2dp_preset which is stored on presets
list. As a result, when closing SEP such preset will be freed leaving
dangling pointer on presets list. |
Andrzej Kaczmarek |
12 years ago |
1 file, +3, -1 |
| 63ffbe33 |
android/a2dp: Fix IPC response length calculation
struct audio_rsp_open_stream has only zero-length array member thus its
size equals to 0. We need to explicitly specify size of array element
type here. |
Andrzej Kaczmarek |
12 years ago |
1 file, +2, -2 |
| e41b156c |
android: Actually btmon does not need GLib includes |
Marcel Holtmann |
12 years ago |
1 file, +0, -4 |
| 5b1724b1 |
android: Fix typo in referenced source file |
Marcel Holtmann |
12 years ago |
1 file, +1, -1 |
| 79700f68 |
android: Include btproxy utility in distribution |
Marcel Holtmann |
12 years ago |
1 file, +23, -0 |
| c99f1461 |
tools: Do not modify the available features |
Marcel Holtmann |
12 years ago |
1 file, +0, -1 |
| 50c18bb1 |
doc: Update l2cap-tester coverage statistics |
Johan Hedberg |
12 years ago |
1 file, +2, -2 |
| 8bede3f1 |
doc: Fix minor whitespace issue |
Johan Hedberg |
12 years ago |
1 file, +1, -1 |
| 98830020 |
doc: Update mgmt-tester coverage statistics |
Johan Hedberg |
12 years ago |
1 file, +2, -2 |
| 3cccbe05 |
android: The property_set wrapper is actually written by Intel |
Marcel Holtmann |
12 years ago |
1 file, +17, -10 |
| c436bdc8 |
doc: Update android-tester summary in test-coverage.txt |
Szymon Janc |
12 years ago |
1 file, +2, -2 |
| 9ccd058b |
android/tester: Add get device FRIENDLY_NAME prop fail test case
This adds device FRIENDLY NAME property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +33, -0 |
| 9d18cce5 |
android/tester: Add get device VERINFO property fail test case
This adds device VERSION INFO property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +33, -0 |
| 7675a308 |
android/tester: Add get device DISCTIMEOUT prop fail test case
This adds device DISCOVERY TIMEOUT property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +35, -0 |
| 739dfcaa |
android/tester: Add get device BONDED_DEV property fail test case
This adds device BONDED DEVICES property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +33, -0 |
| d69ac36a |
android/tester: Add get device SCAN_MODE property fail test case
This adds device SCAN MODE property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +35, -0 |
| 8b2a398f |
android/tester: Add get device SERVREC property fail test case
This adds device SERVICE RECORD property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +39, -0 |
| 6dbd4d7a |
android/tester: Add get device BDADDR property fail test case
This adds device BDADDR property fail test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +37, -0 |
| aea28763 |
android/tester: Add get device TIMESTAMP prop success test case
This adds device TIMESTAMP property success test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +34, -0 |
| 9019405d |
android/tester: Add get device RSSI property success test case
This adds device RSSI property success test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +36, -0 |
| a129b4ed |
android/tester: Add get device TOD property success test case
This adds device TOD property success test case. |
Grzegorz Kolodziejczyk |
12 years ago |
1 file, +36, -0 |