Commits

Commit Message Author Age Changes
9dc6fb63 doc/test-coverage: Update Android tests count Szymon Janc 11 years ago 1 file, +2, -2
537b13ed android/tester: Add GATT server delete service test cases This adds delete service by server test cases. Grzegorz Kolodziejczyk 11 years ago 3 files, +76, -1
88fd2508 android/tester: Add GATT server stop service test cases This adds stop service by server test cases. Grzegorz Kolodziejczyk 11 years ago 3 files, +84, -1
70640ac1 android/tester: Add GATT server start service test cases This adds start service by server test cases. Grzegorz Kolodziejczyk 11 years ago 3 files, +122, -1
65917ac8 android/pts: RFCOMM PTS 5.3 update PTS tests results for RFCOMM on PTS 5.3. PICS' and PIXITs checked against PTS 5.3. Sebastian Chlad 11 years ago 3 files, +10, -16
7ed3c6bf android/handsfree: Make remote device non-static Remote device object is now created on-demand instead of being static. Szymon Janc 11 years ago 1 file, +70, -51
61011ecc android/handsfree: Add helper for getting device For now this is just dummy to minime use of global static device. Szymon Janc 11 years ago 1 file, +238, -83
806cbc3f android/handsfree: Pass device to phone state and indicators functions Szymon Janc 11 years ago 1 file, +89, -83
f8bf756d android/handsfree: Pass device object to disconnect watch Szymon Janc 11 years ago 1 file, +4, -2
58f7817e android/handsfree: Move clip into device structure This allows to pass whole device structure to ring_cb avoiding use of static device. Szymon Janc 11 years ago 1 file, +21, -12
325ddf83 android/handsfree: Pass device to SCO handling functions Szymon Janc 11 years ago 1 file, +48, -45
2fd9ae50 android/handsfree: Pass device pointer to codec handling functions Szymon Janc 11 years ago 1 file, +15, -15
0012675f android/handsfree: Pass device pointer when registering AT commands Szymon Janc 11 years ago 1 file, +37, -37
8b27c6fc android/handsfree: Pass device to connection handling functions Szymon Janc 11 years ago 1 file, +30, -26
320caa7a android/handsfree: Pass device as user data to AT handlers Szymon Janc 11 years ago 1 file, +150, -114
74fed761 android/handsfree: Make init, cleanup and state functions static less Szymon Janc 11 years ago 1 file, +60, -62
5518a499 android/handsfree: Define proper type for device structure Szymon Janc 11 years ago 1 file, +19, -17
f468a9f5 android/pts: Update AVDTP tests results with PTS 5.3 Szymon Janc 11 years ago 3 files, +6, -5
f2c3147f doc: Mention the released Linux 3.17 kernel Marcel Holtmann 11 years ago 1 file, +1, -1
0e62b272 monitor: Add AVRCP PASS THROUGH command support Support for decoding AVRCP PASS THROUGH command added in Bluetooth monitor. Vikrampal Yadav 11 years ago 1 file, +61, -2
0b4d4b5e doc/test-coverage: Update Android tests count Szymon Janc 11 years ago 1 file, +2, -2
5b93a493 android/tester: Add Gatt Write Descriptor Insuf. Auth. Test case for insufficient authorization error Mariusz Skamra 11 years ago 1 file, +62, -0
30356dfd android/tester: Add Gatt Write Descriptor Wrong Param Write descriptor value using wrong parameters test case Mariusz Skamra 11 years ago 1 file, +55, -0
2ae06e9e android/gatt: Fix status in write descriptor cb This fixes problem with status value. Status should be updated in hal_gatt_write_params as well. Mariusz Skamra 11 years ago 1 file, +1, -0
4ae2ef36 android/tester: Add Gatt Write Descriptor Success Write descriptor value test case. Mariusz Skamra 11 years ago 1 file, +107, -1
ec30d521 android/pts: Updated PBAP PICS and PIXITs for PTS 5.3 Ruslan Mstoi 11 years ago 3 files, +4, -4
513140b0 android/pts: Updated AVRCP PICS and PIXITs for PTS 5.3 Ruslan Mstoi 11 years ago 3 files, +55, -46
3ab8dd6c android/README: Add map_client to list of supported HALs Szymon Janc 11 years ago 1 file, +2, -1
2fe3089a android/hal-map-client: Add API calls Send API calls data using IPC. Grzegorz Kolodziejczyk 11 years ago 1 file, +11, -1
62b8a768 android/hal-map-client: Add event handler Grzegorz Kolodziejczyk 11 years ago 1 file, +49, -0
ca936661 android/hal-map-client: Add skeleton for MAP client HAL This adds skeleton with stubs and proper build system entries. Grzegorz Kolodziejczyk 11 years ago 7 files, +106, -2
7281f6a1 android/map-client: Add Android MAP client header This header file has been taken from Codeaurora forum. Grzegorz Kolodziejczyk 11 years ago 2 files, +58, -0
fe74ab7e android/hal-msg: Add get remote MAS instance command and event Grzegorz Kolodziejczyk 11 years ago 1 file, +23, -0
66d20db4 android/hal-ipc-api: Add MAP client HAL Grzegorz Kolodziejczyk 11 years ago 1 file, +42, -0
accd43d0 unit/test-avrcp: Fix not checking PDU type It is an error if a control PDU is received over browsing channel or vice versa. Luiz Augusto von Dentz 11 years ago 1 file, +4, -0
dc14e6b3 android/handsfree: Minor whitespace fix Szymon Janc 11 years ago 1 file, +0, -1
abc585f8 android/hal-utils: Fix get_config wrapper If property name was maximum allowed size (31 characters) it was incorrectly rejected. Unfortunatelly this was affecting HFP support in handsfree HAL. Szymon Janc 11 years ago 1 file, +1, -1
40f6359e emulator/serial.c: use posix_openpt() instead of getpt() getpt(3) is glibc-specific and is not provided in musl and possibly other libc's. Instead, we use use posix_openpt(3) which is equivalent and portable. Anthony G. Basile 11 years ago 1 file, +2, -1
a0347f23 android/avrcp-lib: Use structs whenever possible Luiz Augusto von Dentz 11 years ago 1 file, +7, -4
d7212bbd android/avrcp-lib: Fix struct of SetBrowsedPlayer The position of charset field is after items not before. Luiz Augusto von Dentz 11 years ago 1 file, +1, -1
372f97bf unit/test-avrcp: Fix PDU type Browsing command should use brs_pdu to define its PDU. Luiz Augusto von Dentz 11 years ago 1 file, +10, -10
acf98bb7 android/handsfree: Remove superfluous debug log Szymon Janc 11 years ago 1 file, +0, -2
2a750655 doc/test-coverage: Update Android tests count Szymon Janc 11 years ago 1 file, +2, -2
cd21d88d android/tester: Add GATT server add descriptor test cases This adds descriptor add by server test cases. Grzegorz Kolodziejczyk 11 years ago 3 files, +140, -1
4856dd36 android/tester: Add GATT server add characteristic test cases This adds characteristic add by server test cases. Grzegorz Kolodziejczyk 11 years ago 3 files, +130, -1
ecd374f9 android/tester: Add GATT server add include service test cases This adds include service add by server test cases. Grzegorz Kolodziejczyk 11 years ago 3 files, +121, -1
5040ae42 android/tester: Add GATT server add service test cases This adds service add by server test cases. Grzegorz Kolodziejczyk 11 years ago 3 files, +168, -1
60e41933 android/gatt: Fix sign_cnt increment Andrei Emeltchenko 11 years ago 1 file, +1, -1
3176946c android/client: Print peer and CHLD features only on connected event We want to print peer and CHLD features are only when client gets connected event. Otherwise it might be confusing as those fields are not set. Lukasz Rymanowski 11 years ago 1 file, +4, -0
6f4ddca5 android/avrcp-lib: Add AddToNowPlaying structs Luiz Augusto von Dentz 11 years ago 1 file, +30, -18
Previous Next