- Oct 19, 2017
-
-
Jakub Pawlowski authored
Also rename the build goal for both the library and headers. Bug: 67853426 Test: run Bluetooth Merged-In: Iaffeebc1d3f2761e13f6d66d4e855dc342603054 Change-Id: Iaffeebc1d3f2761e13f6d66d4e855dc342603054 (cherry picked from commit 842ff8ed7f5b00d5f6da9d975f37e65c41bb8ebc)
-
Treehugger Robot authored
-
Jakub Pawlowski authored
When running in cloud, different version of STL library is used. It throws exceptions and make tests fail. Bug: 67963594 Test: ConfigTest Change-Id: Ie53b82e5d670f44a2460880c32dd9102d1caad7d
-
Jakub Pawlowski authored
Bug: 67853426 Test: compilation Change-Id: I37dcac01e78fafb4ef0c7e97578d04605c46e88e
-
Jakub Pawlowski authored
Bug: 67853426 Test: run Bluetooth Change-Id: I75748d29a35d10d377d39e0441116dbfd04c82e9
-
- Oct 18, 2017
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Jack He authored
Test: make Change-Id: I02dc1cf5a5e6c0ed2df60fcc3fb79edbb026cf8c
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Steven Moreland authored
When the vndk is enabled (BOARD_VNDK_VERSION=current), vendor libraries must only link against vendor variants in the build system. This also means that they receive restricted sets of headers and that automatic global headers are restricted. Test: build system/bt with BOARD_VNDK_VERSION=current Bug: 37342627 Change-Id: Ie1507e9b5bdb626fa0049faadd225c2c1f451661 Merged-In: Ie1507e9b5bdb626fa0049faadd225c2c1f451661 (cherry picked from commit 093123bf)
-
Myles Watson authored
Test: build Change-Id: Ib7a33cf7cb89715da781b4e93d0bfe3f74490cea
-
Jakub Pawlowski authored
Bug: 67853426 Test: run Bluetooth
-
Jakub Pawlowski authored
Test: compile using ninja
-
Jack He authored
* C++ exceptions are expensive and are not used in our code * We need to disable exception to achieve desired behavior for std::stoi, which we don't want it to crash when failing to parse an incoming integer Test: make, net_test_osi Change-Id: Idc363ff1f25f085c75df3c473ee4d2a210af3b17
-
Jakub Pawlowski authored
Change-Id: If351c7d51a380c33ec9bae3b3f240ed53639f3c9
-
Treehugger Robot authored
-
- Oct 17, 2017
-
-
Jakub Pawlowski authored
* changes: Inline bta_gattc_start_disc_* where possible bta_gattc_explore_srvc minor style fixes Remove bta_gattc_incl_srvc_disc_cmpl
-
Jakub Pawlowski authored
-
Jakub Pawlowski authored
Specifying base as 0 let stoi autodetect it. Default is 10. Bug: 67595284 Test: ConfigTest Change-Id: I09a996edb6fde81de7c59e3aaa4a33134fe40891
-
Jakub Pawlowski authored
Bug: 67853426 Test: run Bluetooth Merged-In: Ia3808552137d1f770f2c0305aaa01181f383d064 Change-Id: Ia3808552137d1f770f2c0305aaa01181f383d064
-
Jakub Pawlowski authored
Bug: 67057055 Test: compilation Change-Id: I4b90b6eede46ffb777180caaab7cb073f898ddba
-
Jack He authored
Bug: 64687730 Test: DIST_DIR=`pwd` ./test/run_host_unit_tests.py -j40 --enable_xml Change-Id: Ib81703ec76d65700068563c557c090b1f197e650
-
Jakub Pawlowski authored
Bug: 67057055 Test: compilation Change-Id: I37c5a138ccddcb1ddd09e3efb5dfcdaeb5bdad04
-
Jakub Pawlowski authored
Bug: 67057055 Test: compilation Change-Id: I6ff0c0dc203232f9fa2b43ccbacb015106d2b6d1
-
Treehugger Robot authored
-
Martin Brabham authored
-
Jakub Pawlowski authored
Test: compilation Change-Id: Ie9832b258aa85a9a4086c1608a32aa6f4049853b
-
Jack He authored
* Add run_host_unit_tests.py, which does 1. Run "mmma -jN system/bt" 2. Run all host native unit tests configured in HOST_TESTS 3. Output structured XML GTest log output Bug: 64687730 Test: ./test/run_host_unit_tests.py -j40 Change-Id: I389c67a2e0f60639d1bbfa20375364964b184233
-
Hansong Zhang authored
The Bluetooth HID profile itself should not unbond other device; the Bluetooth HID host and device should only disconnect the HID profile when sending or receiving virtual_cable_unplug command. Bug: 67866553 Test: Test with SL4A. Change-Id: Ie378a7292309d2b11f53fcd82bca1cf42e64b0c0
-
- Oct 16, 2017
-
-
Jakub Pawlowski authored
Use strings instead of char* arrays. This simplify memory management, and makes the code easier to follow. Bug: 67595284 Test: manual Change-Id: If5dca2a16038360c361f2809601dcac056cb8769
-
Jakub Pawlowski authored
Use std::list instead of list_t, use std::string instead of const char* Bug: 67595284 Test: manual Change-Id: I65f576977b547b09dc9aebea49d4e399e5712ec6
-
Martin Brabham authored
4.11.2 Audio Connection Setup by HF For all HF initiated audio connection establishments for which both sides support the Codec Negotiation feature, the HF shall trigger the AG to establish a Codec Connection. This is necessary because only the AG knows about the codec selection and settings of the network. In the event we do not support codec negotiation we should make our initial codec CVSD Bug: 66324788 Change-Id: Ib68129ea1399c54224109e3ca7ba12784973d68f
-
Treehugger Robot authored
-
- Oct 14, 2017
-
-
Myles Watson authored
Make pointers to const structs const pointers. Pass complete unions instead of casting smaller objects. Test: build Change-Id: I7d6b61183554be70ac7f58f4133a76ec68e35408
-
Jack He authored
* net_test_bluetooth should try to load Bluetooth library from system/lib/hw or system/lib64/hw if it cannot find it from default path * Also replaced legacy logging macro with libbase logging statements Bug: 67059247 Test: net_test_bluetooth Change-Id: I6c45f66aedf675397f377ca56203bec9708324e1
-
Treehugger Robot authored
-
Treehugger Robot authored
-