- 06 Oct, 2015 1 commit
-
-
Pavlin Radoslavov authored
* Moved the following GKI buffer allocation functions to OSI: - GKI_getbuf() -> osi_getbuf() - GKI_freebuf() -> osi_freebuf() - GKI_get_buf_size() -> osi_get_buf_size() For now we need the osi_getbuf() / osi_freebuf() allocation wrapper, because we need to be able to call osi_get_buf_size() on the allocated buffer. In the future those should be replaced with osi_malloc() / osi_free(). Currently, the osi_malloc() buffer size internal allocation tracker does not always track the size, hence we need the osi_getbuf() wrapper. * Replaced GKI_MAX_BUF_SIZE with BT_DEFAULT_BUFFER_SIZE * Added new file include/bt_common.h that can be usee to include few files that should be included alost everywhere (e.g. bt_target.h" NOTE: This file might be removed in the future and we should include everywhere the right set of header files. * Removed some of the GKI-related references * Removed file include/gki_target.h Change-Id: Ie87830e73143de200746d54235aa99f228a95024
-
- 17 Jun, 2015 1 commit
-
-
Anubhav Gupta authored
Ensure DUT responds as not implemented for AVRCP pass-through commands which are not supported by DUT. This gives right impression to peer device on the correct set of pass-thorugh commands supported by DUT. Bug: 21896912 Change-Id: Ie10e74e2a399bb420f55c55005600c945b53bfc2
-
- 16 Mar, 2015 1 commit
-
-
Sharvil Nanavati authored
Start reviewing in include/bt_target.h.
-
- 06 Feb, 2015 1 commit
-
-
Ian Coolidge authored
stddef and signal are not pulled in transitively in glibc. Change-Id: I7a834bbdc31ae2aee4cb700a223c1636fda42afa
-
- 21 May, 2014 1 commit
-
-
Hemant Gupta authored
- Provide support for AVRCP Controller CAT 1 and CAT 2 Passthrough commands. Change-Id: Ia3ca08c1139d9a98b86919b51d7480e0245c35f3
-
- 06 May, 2014 1 commit
-
-
Sharvil Nanavati authored
Change-Id: Id456478aea626f57fed3479346e8fb4dbd0fafa6
-
- 13 Apr, 2014 1 commit
-
-
Sharvil Nanavati authored
Change-Id: Id456478aea626f57fed3479346e8fb4dbd0fafa6
-
- 01 Feb, 2014 1 commit
-
-
Mike J. Chen authored
Change-Id: Ifbee10f3de140d51b42a915cb532b58ea67c66cc Signed-off-by:
Mike J. Chen <mjchen@google.com>
-
- 02 Apr, 2013 2 commits
-
-
Ravi Nagarajan authored
Enable PLAY_POS_CHANGED support in get capabilities Change-Id: I8f41209fe5be5345826136f14434488524e7b1bb
-
Ravi Nagarajan authored
Updates from review. BTRC_MAX_ELEM_ATTR_SIZE set back to 7 and handled invalid attribute count (oxff) in BTIF Change-Id: Id2610c7882c4bc8aca04491d81b9b2c35f0682d0
-
- 21 Mar, 2013 1 commit
-
-
Ravi Nagarajan authored
BTIF and stack changes for supporting AVRCP 1.3 Change-Id: Id02eb7b6a385683cedc41c62b6f829f5d7620bd4
-
- 28 Feb, 2013 1 commit
-
-
Ganesh Ganapathi Batta authored
Change-Id: I9825a5cef9be2559c34c2a529b211b7d471147cf
-
- 13 Dec, 2012 1 commit
-
-
The Android Open Source Project authored
Change-Id: Ia2de32ccb97a9641462c72363b0a8c4288f4f36d
-