| 967acfba |
android/hal-gatt-api: Add Client Write Descriptor |
Jakub Tyszkowski |
11 years ago |
2 files, +27, -0 |
| cc4e96ef |
android/hal-gatt-api: Add Client Read Descriptor |
Jakub Tyszkowski |
11 years ago |
2 files, +21, -0 |
| 621fce73 |
android/hal-gatt-api: Add Client Write Characteristic |
Jakub Tyszkowski |
11 years ago |
2 files, +25, -0 |
| f5207a1f |
android/hal-gatt-api: Add Client Read Characteristic |
Jakub Tyszkowski |
11 years ago |
2 files, +19, -0 |
| 2c4ff186 |
android/hal-gatt-api: Add Client Get Descriptor |
Jakub Tyszkowski |
11 years ago |
2 files, +21, -0 |
| 8d31dd66 |
android/hal-gatt-api: Add Client Get Characteristic |
Jakub Tyszkowski |
11 years ago |
2 files, +21, -0 |
| bc7222d2 |
android/hal-gatt-api: Add Client Get Included Service |
Jakub Tyszkowski |
11 years ago |
2 files, +31, -0 |
| 04a36446 |
android/hal-gatt-api: Add Client Search Service |
Jakub Tyszkowski |
11 years ago |
2 files, +17, -0 |
| 7dbe032c |
android/hal-gatt-api: Add Client Refresh Remote Cache |
Jakub Tyszkowski |
11 years ago |
2 files, +13, -0 |
| ca940bfa |
android/hal-gatt-api: Add Client Listen |
Jakub Tyszkowski |
11 years ago |
2 files, +13, -0 |
| 557fc016 |
android/hal-gatt-api: Add Client Disconnect Remote |
Jakub Tyszkowski |
11 years ago |
2 files, +15, -0 |
| 7ab2074a |
android/hal-gatt-api: Add Client Connect Remote |
Jakub Tyszkowski |
11 years ago |
2 files, +15, -0 |
| 595a5cb7 |
android/hal-gatt-api: Add Client Scan |
Jakub Tyszkowski |
11 years ago |
2 files, +13, -0 |
| 8b7d0901 |
android/hal-gatt-api: Add Client Unregister |
Jakub Tyszkowski |
11 years ago |
2 files, +11, -0 |
| 494dcac6 |
android/hal-gatt-api: Add Client Register |
Jakub Tyszkowski |
11 years ago |
2 files, +13, -0 |
| 3e0e5c15 |
android/hal-gatt-api: Add missing opcodes in GATT Service
Add missing Listen and Set Advertising Data opcodes and reorder them as
they appear in HAL's headers. |
Jakub Tyszkowski |
11 years ago |
1 file, +63, -44 |
| 61a8048b |
android/tester: Add breaks at last cases of switch statements |
Szymon Janc |
11 years ago |
1 file, +2, -0 |
| 25d9d91d |
android/tester: Add guard for late callback calls
This fixes callbacks being called in wrong test case when current test
has already failed or timed out. |
Jakub Tyszkowski |
11 years ago |
1 file, +45, -1 |
| 450d49cb |
android/tester: Use signalfd for tracking daemon lifetime
This fixes the main loop being blocked, waiting for daemon termination
while daemon waits for freezed emulator to respond. |
Szymon Janc |
11 years ago |
1 file, +94, -4 |
| 1791338b |
android/tester: Execute hh virtual unplug cbacks in main loop
Execute generic HIDHost virtual_unplug_cb in tester's main loop. |
Jakub Tyszkowski |
11 years ago |
1 file, +17, -2 |
| 36de5421 |
android/tester: Execute hh report cbacks in main loop
Execute HIDHost generic get_report_cb in tester's main loop. |
Jakub Tyszkowski |
11 years ago |
1 file, +21, -4 |
| 768f55b4 |
android/tester: Execute hh protocol mode cbacks in main loop
Execute generic HIDHost protocol_mode_cb in tester's main loop. |
Jakub Tyszkowski |
11 years ago |
1 file, +20, -4 |
| baea35a6 |
android/tester: Execute hh info cbacks in main loop
Execute generic HIDHost hid_info_cb in tester's main loop. |
Jakub Tyszkowski |
11 years ago |
1 file, +17, -2 |
| ebfb3817 |
android/tester: Execute hh connection state cbacks in main loop
Execute generic HIDHost connection_state_cb in tester's main loop. |
Jakub Tyszkowski |
11 years ago |
1 file, +31, -4 |
| 1f1de720 |
android/tester: Execute socket cbacks in main loop
Execute socket test's callbacks in tester's main loop. |
Jakub Tyszkowski |
11 years ago |
1 file, +17, -2 |
| 7e9f86e9 |
android/tester: Execute adapter state changed cbacks in main loop
Execute generic adapter_state_changed_cb in tester's main loop. |
Jakub Tyszkowski |
11 years ago |
1 file, +18, -4 |
| 75d38d39 |
android/tester: Execute adapter props cbacks in main loop
Execute generic adapter_properties_cb in tester's main loop. |
Jakub Tyszkowski |
11 years ago |
1 file, +21, -8 |
| 38dc82f3 |
android/tester: Execute device properties cbacks in main loop
Execute generic remote_device_properties_cb in tester's main loop. |
Jakub Tyszkowski |
11 years ago |
1 file, +25, -7 |
| 420ce17d |
android/tester: Execute discovery state cbacks in main loop
Execute generic discovery_state_changed_cb in tester's main loop. |
Jakub Tyszkowski |
11 years ago |
1 file, +17, -4 |
| 378d18c2 |
android/tester: Execute device found cbacks in main loop
Execute generic device_found_cb in tester's main loop. |
Jakub Tyszkowski |
11 years ago |
1 file, +55, -5 |
| 99af839d |
android/avrcp: Fix passing wrong len
When handling vendor dependent PDUs len was passed in wrong order to
callback function. It is really wrong to pass such a parameter and
expect that callbacks would handle it. |
Andrei Emeltchenko |
11 years ago |
1 file, +6, -4 |
| 0da74a1a |
unit/avrcp: Add /TP/CFG/BV-02-C test
Test verifies that the Target responds to Get Capability request. |
Andrei Emeltchenko |
11 years ago |
3 files, +90, -16 |
| 1453f159 |
unit/avrcp: Add /TP/CFG/BV-01-C test
Test verifies that the get capabilities command issued from the
Controller. |
Andrei Emeltchenko |
11 years ago |
1 file, +17, -0 |
| ded70b72 |
android/avrcp: Add avrcp_get_capabilities request
Implement avrcp_get_capabilities() request through
avrcp_send_vendordep_req(). avctp_send_req() is not exported so we use
the functions which are exported by AVCTP code. |
Andrei Emeltchenko |
11 years ago |
3 files, +71, -0 |
| a83d698f |
emulator: Add HCI_LE_Set_Random_Address support |
Johan Hedberg |
11 years ago |
1 file, +11, -0 |
| 502407f1 |
emulator: Use shared crypto code instead of custom functions |
Johan Hedberg |
11 years ago |
1 file, +18, -224 |
| 32b444a2 |
build: Link crypto code with the emulator |
Johan Hedberg |
11 years ago |
2 files, +8, -0 |
| 1fb40523 |
shared/crypto: Add key generation function s1 |
Johan Hedberg |
11 years ago |
2 files, +44, -0 |
| c941db45 |
shared/crypto: Add confirm value generation function c1 |
Johan Hedberg |
11 years ago |
2 files, +108, -0 |
| 6c0e9f03 |
android/hal-ipc-api: Fix Add Set Volume command struct packing
This adds missed packed struct attribute to hal-ipc command. |
Grzegorz Kolodziejczyk |
11 years ago |
1 file, +1, -1 |
| 012d1b3c |
unit/avrcp: Add /TP/PTT/BV-05-I test
Test verifies that the Target reacts to the PASS THROUGH command in
category 1 from the Controller. The command chosen is PLAY (0x44).
The PLAY button is being pressed and released. |
Andrei Emeltchenko |
11 years ago |
1 file, +10, -0 |
| 62222acf |
unit/avrcp: Add /TP/PTT/BV-04-I test
Test verifies that the Target reacts to the PASS THROUGH command in
category 4 from the Controller. The command chosen is SELECT. |
Andrei Emeltchenko |
11 years ago |
1 file, +14, -0 |
| 955a1c44 |
unit/avrcp: Add /TP/PTT/BV-03-I test
Test verifies that the Target reacts to the PASS THROUGH command in
category 3 from the Controller. The command chosen is CHANNEL_UP. |
Andrei Emeltchenko |
11 years ago |
1 file, +14, -0 |
| a1889994 |
unit/avrcp: Add /TP/PTT/BV-02-I test
Test verifies that the Target reacts to the PASS THROUGH command in
category 2 from the Controller. The command chosen is VOLUME_UP. |
Andrei Emeltchenko |
11 years ago |
1 file, +16, -0 |
| c8ee0e26 |
doc: Add AVRCP qualification test cases to coverage list |
Marcel Holtmann |
11 years ago |
1 file, +3, -2 |
| a1cac4b5 |
build: Add unit/test-avrcp to .gitignore list |
Marcel Holtmann |
11 years ago |
1 file, +1, -0 |
| 1c9cef27 |
tools: Add utility for emulating iBeacon advertising |
Marcel Holtmann |
11 years ago |
3 files, +320, -1 |
| c3ff0ca0 |
android/pts: Fix lines over 80 characters |
Szymon Janc |
11 years ago |
1 file, +8, -8 |
| af9ebd4a |
android/pts: Update MAP tests results |
Szymon Janc |
11 years ago |
1 file, +2, -1 |
| 93c12a92 |
android/hal-ipc: Fix race condition when closing IPC
Protect command socket cleanup with mutex to avoid bogus exit when
stopping notification thread. |
Szymon Janc |
11 years ago |
1 file, +7, -1 |