- Oct 23, 2017
-
-
Jakub Pawlowski authored
Test: Comment changes only; still compiles... Change-Id: Id699a8170112f06e4a2c9f2e0f0834d1817ace4e
-
- Sep 15, 2016
-
-
Andre Eisenbach authored
Change-Id: I3750edd23be239d1b19aa1b7d949cfa3d074cb2f
-
- Feb 18, 2016
-
-
Pavlin Radoslavov authored
Cleanup the setting of C and C++ compiler flags: * (Almost) all compiler flags are set uniformly in the system/bt/Android.mk file. * Enable by default breaking the compilation if there is a compilation warning: -Werror * Enable most compilation warnings: -Wall -Wextra * Renamed Android.mk related flags: - bdroid_C_INCLUDES -> bluetooth_C_INCLUDES - bdroid_CFLAGS -> bluetooth_CFLAGS * Introduce variables for C-only and C++ only compiler: - bluetooth_CFLAGS: common C and C++ compiler flags - bluetooth_CONLYFLAGS: C only compiler flags - bluetooth_CPPFLAGS: C++ only compiler flags * Disable warnings for existing issues - to be removed as issues are resolved * Add a workaround for libchrome and -DNDEBUG usage. Bug: 26879229 Change-Id: Ie7595965ca0c8ead0e95e983e76c327e7891b2c3
-
- Feb 13, 2016
-
-
Pavlin Radoslavov authored
Cleanup the setting of C and C++ compiler flags: * (Almost) all compiler flags are set uniformly in the system/bt/Android.mk file. * Enable by default breaking the compilation if there is a compilation warning: -Werror * Enable most compilation warnings: -Wall -Wextra * Renamed Android.mk related flags: - bdroid_C_INCLUDES -> bluetooth_C_INCLUDES - bdroid_CFLAGS -> bluetooth_CFLAGS * Introduce variables for C-only and C++ only compiler: - bluetooth_CFLAGS: common C and C++ compiler flags - bluetooth_CONLYFLAGS: C only compiler flags - bluetooth_CPPFLAGS: C++ only compiler flags * Disable warnings for existing issues - to be removed as issues are resolved * Add a workaround for libchrome and -DNDEBUG usage. Bug: 26879229 Change-Id: Ie7595965ca0c8ead0e95e983e76c327e7891b2c3
-
- Dec 10, 2015
-
-
Andre Eisenbach authored
For re-factoring purposes, the dependencies are broken. Need to re-evaluate tool usage and port to new bluetoothtbd HAL layer if necessary. Change-Id: I27b2ad3d78c67a12c67d8db9f506f94888bea70f
-
- Nov 05, 2015
-
-
Pavlin Radoslavov authored
Removed libpower-related references, because those are not needed anymore. Now, the wakelock-related calls and references are implemented within osi/src/alarm.c Change-Id: Ifdb232b9724af216b9b414f8b65e85cd713c20d3
-
- Oct 19, 2015
-
-
Sharvil Nanavati authored
Bug: 23902077 Change-Id: Icc7119a2b3199310e2210d46f599da00261fdff6
-
- Sep 10, 2015
-
-
Sharvil Nanavati authored
Bug: 23902077 Change-Id: Icc7119a2b3199310e2210d46f599da00261fdff6
-
Bart Sears authored
This reverts commit 43109958. Change-Id: If682757bca55ecc0057bdd058b654ecbdcc7e50a
-
- Sep 09, 2015
-
-
Sharvil Nanavati authored
Change-Id: I26e8b27077a6bd016198b90c5aabb2b2d7cdcaa2
-
- Mar 16, 2015
-
-
Sharvil Nanavati authored
-
Sharvil Nanavati authored
-
Sharvil Nanavati authored
This tool is very primitive in a number of ways. First, each new HCI command needs to be carefully crafted. Second, it is entirely stateless and operates in "fire-and-forget" mode. In other words, there's no "read-modify-write" capability yet. That being said, this tool will grow along with the infrastructure in bluedroid.
-