Commits

Commit Message Author Age Changes
8205b197 unit/avrcp: Add /TP/NFY/BI-01-C test Test verifies that Target returns error on register for invalid event. Andrei Emeltchenko 11 years ago 1 file, +13, -0
3ca5b554 unit/avrcp: Add /TP/NFY/BV-08-C test Test verifies that Target issued Track Changed INTERIM response when the track is SELECTED. Andrei Emeltchenko 11 years ago 1 file, +15, -1
0cc7eaa2 unit/avrcp: Add /TP/NFY/BV-05-C test. Test verifies Register notification - Track Changed - Track Playing. Andrei Emeltchenko 11 years ago 1 file, +18, -1
531e1215 unit/avrcp: Pass context to control handlers Andrei Emeltchenko 11 years ago 1 file, +1, -1
d7cd9ba4 android/handsfree: Fix unsolicited RING alert Szymon Janc 11 years ago 1 file, +1, -1
dcf9c2a9 emulator/btdev: Fix using correct address in advertising reports Johan Hedberg 11 years ago 1 file, +5, -1
a37c747a emulator/btdev: Add support for sending LE Scan Response events Johan Hedberg 11 years ago 1 file, +15, -0
b1b55dda emulator/btdev: Fix LE adv report types to match adv parameters Johan Hedberg 11 years ago 1 file, +33, -5
1b4a46fe emulator/btdev: Store LE adv params for later use Johan Hedberg 11 years ago 1 file, +8, -1
6375533b emulator/btdev: Add storing of LE Scan Response Data Johan Hedberg 11 years ago 1 file, +6, -0
9ecff015 emulator/btdev: Store LE Scan type for later use Johan Hedberg 11 years ago 1 file, +9, -1
d5ac1d2c emulator/btdev: Add support for LE set scan response command This adds support for btdev LE set scan response command. Grzegorz Kolodziejczyk 11 years ago 1 file, +7, -0
830ed33f android/handsfree: Fix HF features bitmasks Add missing Remote volume control feature. Marcin Kraglak 11 years ago 1 file, +4, -3
6ed68591 bdaddr: Remove *_CP_SIZE defines Remove *_CP_SIZE defines and use sizeof(cp) instead. Petri Gynther 11 years ago 1 file, +5, -10
11b8a2a6 bdaddr: Add Marvell support Petri Gynther 11 years ago 1 file, +26, -0
14f83d2b core: Ignore unknown LTK types Johan Hedberg 11 years ago 1 file, +5, -0
658a55b5 core: Add support for storing CSRKs Johan Hedberg 11 years ago 1 file, +88, -0
a8432843 android: Some minor markup changes for the README Marcel Holtmann 11 years ago 1 file, +23, -15
438ffd54 android/pts: AVRCP PTS tests results Adding PTS tests results, mainly for Volume Level Handling section. Sebastian Chlad 11 years ago 1 file, +13, -9
d84571d9 android/handsfree: Fix not removing RING timer on disconnect Szymon Janc 11 years ago 1 file, +5, -0
aaa7b60a android/handsfree: Fix response for AT+CHLD=? Szymon Janc 11 years ago 1 file, +2, -2
55ec2543 android/handsfree: Fix +BRSF and +CHLD responses Szymon Janc 11 years ago 1 file, +2, -2
6b8ec1d8 doc: Update test coverage document Andrei Emeltchenko 11 years ago 1 file, +2, -2
c9ef7618 unit/avrcp: Add /TP/NFY/BV-04-C test Test verifies that Target responds to Register notification - Track Changed - No Selected Track. Andrei Emeltchenko 11 years ago 1 file, +12, -0
d4714aef unit/avrcp: Add /TP/NFY/BV-03-C test Test verifies that Target responds Register notification command with parameter AVRCP_EVENT_SETTINGS_CHANGED. Andrei Emeltchenko 11 years ago 1 file, +24, -0
83c93e43 unit/avrcp: Add /TP/NFY/BV-02-C test Test verifies that Target responds to Register notification command. Andrei Emeltchenko 11 years ago 2 files, +60, -0
00506183 unit/avrcp: Add /TP/NFY/BV-01-C test Test verifies that Register notification command is issued by Controller. Andrei Emeltchenko 11 years ago 1 file, +14, -0
d96ac028 unit/avrcp: Add /TP/MDI/BV-05-C test Test verifies that Target responds to Get element attributes cmd. Andrei Emeltchenko 11 years ago 1 file, +16, -1
159b0a82 unit/avrcp: Add /TP/MDI/BV-04-C test Test verifies Get element attributes responded by Target. Andrei Emeltchenko 11 years ago 1 file, +28, -0
b9128441 unit/avrcp: Add /TP/MDI/BV-03-C test Test verifies that Get element attributes issued correctly. Andrei Emeltchenko 11 years ago 1 file, +9, -0
55899e97 android/avrcp: Add avrcp_get_element_attributes() function Andrei Emeltchenko 11 years ago 2 files, +15, -0
c983fb6f unit/avrcp: Add /TP/MDI/BV-01-C test Test verifies Get play status. Andrei Emeltchenko 11 years ago 1 file, +31, -0
69027f84 android/avrcp: Fix setting wrong type for volume changed event Notification for volume changed should carry the original ctype and not translate to HAL_AVRCP_EVENT_TYPE_INTERIM or HAL_AVRCP_EVENT_TYPE_CHANGED which are only valid for register notification command. Luiz Augusto von Dentz 11 years ago 1 file, +1, -11
e173ce45 android/avrcp: Fix not handling SetAbsoluteVolume response This follow what is stated in AVRCP specification 1.5 page 83: " When the volume is changed on the TG by this command the Volume Change notification shall not be completed." Therefore the only option is to treat the response and self generate changed notification. Luiz Augusto von Dentz 11 years ago 1 file, +32, -1
fac848fc android/avrcp: Fill attributes in case of empty for GetElementAttributes This has to be done since Android do not interpret empty list as get all attributes as it should. Luiz Augusto von Dentz 11 years ago 1 file, +12, -0
5a92f74c android/README: Update handsfree implementation state Szymon Janc 11 years ago 1 file, +1, -1
b9e02967 android/handsfree: Add comment for AT+VGS/AT+VGM result code Szymon Janc 11 years ago 1 file, +2, -0
4cf93580 android/handsfree: Add support for AT+CLIP command Szymon Janc 11 years ago 1 file, +45, -2
dc740e54 android/handsfree: Add support for phone state change command Unfortunately HAL is not getting call, callsetup and callheld indicators values directly from Android Framework and those need to be chosen based on number of active/hold calls and call state that triggered phone state change. This patch adds only basic call state handling (no three way call). Szymon Janc 11 years ago 1 file, +103, -3
7e64c7a0 android/hal-handsfree: Fix handling of dial notification Empty number means re-dial and should be passed as NULL. Szymon Janc 11 years ago 1 file, +6, -1
90e195b0 android/handsfree: Add support for AT+CHUP command Szymon Janc 11 years ago 1 file, +17, -1
2d3c2135 android/handsfree: Add support for AT+BLDN command Szymon Janc 11 years ago 1 file, +17, -2
d938a82a android/handsfree: Add support for ATD command Szymon Janc 11 years ago 1 file, +33, -1
c3fde816 android/handsfree: Fix checking AT+COPS parameters Szymon Janc 11 years ago 1 file, +1, -1
c81a0b07 android/handsfree: Add support for ATA command Szymon Janc 11 years ago 1 file, +17, -1
e0cf89e0 android/handsfree: Add support for AT+VTS command Szymon Janc 11 years ago 1 file, +30, -1
13d4384f android/handsfree: Add support fot AT+CNUM command Szymon Janc 11 years ago 1 file, +14, -1
28b2c48c android/handsfree: Add support for AT+CKPD command Szymon Janc 11 years ago 1 file, +21, -1
df22e487 android/handsfree: Add support for AT+CMEE command Szymon Janc 11 years ago 1 file, +23, -3
2b257bc4 android/handsfree: Add support for AT+CHLD command Szymon Janc 11 years ago 1 file, +38, -4
Previous Next