Commits

Commit Message Author Age Changes
92fa90a3 android/avrcp-lib: Add support for parsing AddToNowPlaying PDU Luiz Augusto von Dentz 11 years ago 2 files, +47, -0
f9753eb4 unit/test-avrcp: Add /TP/MCN/NP/BV-03-C test To verify the AddToNowPlaying command issued by the CT. Luiz Augusto von Dentz 11 years ago 1 file, +12, -0
50654b85 android/avrcp: Add avrcp_add_to_now_playing function Luiz Augusto von Dentz 11 years ago 2 files, +52, -0
3abf926b unit/test-avrcp: Add /TP/MCN/SRC/BV-02-C test To verify the Search response issued by the TG. Luiz Augusto von Dentz 11 years ago 1 file, +21, -0
9fe316fc android/avrcp-lib: Add support for parsing Search PDU Luiz Augusto von Dentz 11 years ago 2 files, +53, -0
1bc6d6c1 unit/test-avrcp: Add /TP/MCN/NP/BI-01-C test To verify the PlayItem response issued by the TG when an invalid UID is requested. Luiz Augusto von Dentz 11 years ago 1 file, +13, -0
c66ebb3f unit/test-avrcp: Add /TP/MCN/NP/BV-02-C test To verify the PlayItem response issued by the TG. Luiz Augusto von Dentz 11 years ago 1 file, +20, -0
f874249b android/avrcp-lib: Add support for parsing PlayItem PDU Luiz Augusto von Dentz 11 years ago 2 files, +47, -0
b8886c3f unit/test-avrcp: Add /TP/MCN/NP/BV-01-C test To verify the PlayItem command issued by the CT. Luiz Augusto von Dentz 11 years ago 1 file, +11, -0
15b3ad12 android/avrcp: Add avrcp_play_item function Luiz Augusto von Dentz 11 years ago 2 files, +50, -0
1b98ed93 unit/test-avrcp: Add /TP/MCN/NP/BV-09-C test To verify the GetItemAttributes response issued by the TG on a Media Item in the NowPlaying folder. Luiz Augusto von Dentz 11 years ago 1 file, +11, -0
64864f7b unit/test-avrcp: Add /TP/MCN/NP/BV-08-C test To verify the GetItemAttributes command issued by the CT on a Media Item in the NowPlaying folder. Luiz Augusto von Dentz 11 years ago 1 file, +14, -0
de860efe unit/test-avrcp: Add /TP/MCN/SRC/BV-06-C test To verify the GetItemAttributes response issued by the TG on a Media Item in the Search folder other than the currently playing one (UID 0x0). Luiz Augusto von Dentz 11 years ago 1 file, +11, -1
7252ff6c unit/test-avrcp: Add /TP/MCN/CB/BV-08-C test To verify the GetItemAttributes response issued by the TG on a Media Item in the Media Player Virtual Filesystem other than the currently playing one (UID 0x0). Luiz Augusto von Dentz 11 years ago 1 file, +24, -0
80542601 android/avrcp-lib: Add support for parsing GetItemAttributes PDU Luiz Augusto von Dentz 11 years ago 2 files, +93, -0
58565fb8 unit/test-avrcp: Add /TP/MCN/CB/BI-04-C test To verify the ChangePath response issued by the TG when an invalid Folder UID is requested. Luiz Augusto von Dentz 11 years ago 1 file, +14, -0
b570ed72 unit/test-avrcp: Add /TP/MCN/CB/BV-06-C test To verify the ChangePath response issued by the TG when the Direction is FolderUp. Luiz Augusto von Dentz 11 years ago 1 file, +11, -0
c63e06da unit/test-avrcp: Add /TP/MCN/CB/BV-05-C test To verify the ChangePath response issued by the TG. Luiz Augusto von Dentz 11 years ago 1 file, +23, -0
22eb6f64 android/avrcp-lib: Add support for parsing ChangePath PDU Luiz Augusto von Dentz 11 years ago 2 files, +47, -0
4b904214 unit/test-avrcp: Add /TP/MCN/NP/BV-06-C test To verify the GetFolderItems response for the NowPlaying Folder issued by the TG. Luiz Augusto von Dentz 11 years ago 1 file, +11, -0
7a966998 unit/test-avrcp: Add /TP/MCN/NP/BV-05-C test To verify the GetFolderItems command issued by the CT on the NowPlaying folder. Luiz Augusto von Dentz 11 years ago 1 file, +14, -0
edca3cd0 unit/test-avrcp: Add /TP/MCN/SRC/BV-04-C test To verify the GetFolderItems response for the Search Folder issued by the TG. Luiz Augusto von Dentz 11 years ago 1 file, +10, -0
a9fa00b5 unit/test-avrcp: Add /TP/MCN/CB/BI-03-C test To verify the GetFolderItems response issued by the TG when the command contains invalid parameters accessing items beyond the end of a folder. Luiz Augusto von Dentz 11 years ago 1 file, +13, -0
a3e1b45a unit/test-avrcp: Add /TP/MCN/CB/BI-02-C test To verify the GetFolderItems response issued by the TG for an empty folder when the command contains invalid parameters. Luiz Augusto von Dentz 11 years ago 1 file, +16, -0
60a701c9 unit/test-avrcp: Add /TP/MCN/CB/BI-01-C test To verify the GetFolderItems response issued by the TG when the command contains invalid parameters. Luiz Augusto von Dentz 11 years ago 1 file, +10, -0
f18bdc75 unit/test-avrcp: Add /TP/MCN/CB/BV-02-C test To verify the GetFolderItems response issued by the TG for a folder. Luiz Augusto von Dentz 11 years ago 1 file, +10, -0
1acdfa52 unit/test-avrcp: Add /TP/MPS/BV-09-C test Verify the GetFolderItems response for the Media Player List issued by the TG. Luiz Augusto von Dentz 11 years ago 1 file, +25, -1
5b31a307 android/avrcp-lib: Add support for parsing GetFolderItems PDU Luiz Augusto von Dentz 11 years ago 2 files, +112, -0
8fb123e8 android/avctp: Add avctp_send_browsing function This function can be used to send responses over browsing channel. Luiz Augusto von Dentz 11 years ago 2 files, +14, -0
f59732ae unit/test-avrcp: Add /TP/INV/BI-02-C test To verify the General Reject Response issued by the TG. Luiz Augusto von Dentz 11 years ago 1 file, +6, -0
c621375e android/avctp: Add proper checks for invalid browsing PDUs Luiz Augusto von Dentz 11 years ago 1 file, +8, -1
bf1d6f9b android/avrcp-lib: Add initial code for handling browsing PDUs Luiz Augusto von Dentz 11 years ago 2 files, +136, -14
35cbfa93 android/avctp: Make browsing handler return ssize_t This makes possible to return errors such as -EAGAIN to indicate the request would block and a response will be sent asynchronously. Luiz Augusto von Dentz 11 years ago 2 files, +10, -4
87dc5989 gobex: Fix removing invalid source Since GLib 2.39 calling g_source_remove on already removed source is causing critical warning. This was affecting unit/test-gobex-transfer when running with GLib 2.40. /gobex/test_packet_get_req_suspend_resume: (./unit/test-gobex-transfer:28879): GLib-CRITICAL **: Source ID 263 was not found when attempting to remove it Trace/breakpoint trap Szymon Janc 11 years ago 1 file, +17, -5
166ef636 unit: Fix removing invalid source in test-hfp Since GLib 2.39 calling g_source_remove on already removed source is causing critical warning. This was causing unit/test-hfp to fail when running with GLib 2.40. ./unit/test-hfp /hfp/test_init: (./unit/test-hfp:28878): GLib-CRITICAL **: Source ID 1 was not found when attempting to remove it Trace/breakpoint trap Szymon Janc 11 years ago 1 file, +4, -1
6d5ce1ba gatt: Add remove_service function to gatt-db It will remove service with given handle. Return true if service was found and removed, otherwise false. Marcin Kraglak 11 years ago 2 files, +22, -0
ff46aaf9 gatt: Add method for creating services in gatt_db This function will reserve number of handles and create service attribute. Both types of service can be created, PRIMARY or SECONDARy, user can select type with primary flag. Marcin Kraglak 11 years ago 2 files, +97, -0
b4c5200a gatt: Add services list to gatt_db struct Gatt database will store all services in queue services. Each service contains attributes and number of handles in this service. Marcin Kraglak 11 years ago 1 file, +31, -0
1d6148a0 gatt: Add skeleton of gatt-db This change adds new() and destroy() fuctions for gatt_db, which will be used for storing local attributes. Marcin Kraglak 11 years ago 4 files, +76, -0
a376117b android/hal-ipc-api: Add mode to Bluetooth HAL This adds additional modes for Bluetooth HAL allowing to enable only specified technologies: 0x00 = Enable BR/EDR/LE if supported (default) 0x01 = Enable BR/EDR only 0x02 = Enable LE only Szymon Janc 11 years ago 1 file, +4, -0
10907058 android/bluetooth: Make possible to start BlueZ in a single mode This patch adds possibility to start BlueZ in LE or BR/EDR mode when having dual mode chip below. Lukasz Rymanowski 11 years ago 6 files, +68, -5
8e363b81 android/bluetooth: Do not enable BT LE by default Lukasz Rymanowski 11 years ago 1 file, +0, -3
369fd728 android/bluetooth: Add supported lmp settings to adapter struct Lukasz Rymanowski 11 years ago 1 file, +6, -3
1d71ac62 android/client: Add health callbacks support for haltest Ravi kumar Veeramally 11 years ago 1 file, +35, -2
09930d00 android/client: Add destroy_channel support to haltest Ravi kumar Veeramally 11 years ago 1 file, +19, -0
f7f78d7c android/client: Add connect_channel support to haltest Ravi kumar Veeramally 11 years ago 1 file, +30, -0
5e58898b android/client: Add unregister_application support to haltest Ravi kumar Veeramally 11 years ago 1 file, +19, -0
b58c2608 android/client: Add register_application support to haltest Input parameters contains many optional strings, so treating '-' as empty input. It makes input handling simpler. Ravi kumar Veeramally 11 years ago 1 file, +96, -0
8b862c87 android/client: Add initial support for health profile Ravi kumar Veeramally 11 years ago 6 files, +70, -2
dde7387c android/health: Add initial function for HAL_OP_HEALTH_MDEP command Ravi kumar Veeramally 11 years ago 1 file, +11, -0
Previous Next