- Oct 18, 2017
-
-
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
-
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
-
- 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
-
Treehugger Robot authored
-
- Oct 13, 2017
-
-
Treehugger Robot authored
-
Jakub Pawlowski authored
Bug: 67057055 Test: compilation Change-Id: I46eb07a8f118b61551b3adc404ec306ad6a14b9c
-
Myles Watson authored
Test: build Change-Id: Ide6ec9528e1f8efca9850eab53aa2bdb88ba363d
-
Myles Watson authored
Test: build Change-Id: If816c480219552dc8833b094a6228817883b774d
-
Myles Watson authored
Test: build Change-Id: I19659173498972f838ccc59dcac00e0f26417340
-
Jakub Pawlowski authored
Bug: 67057055 Test: compilation test Change-Id: I862f2da834cf6f5a024ee7321229c337980f3638
-
Jakub Pawlowski authored
Test: compilation Change-Id: I76f3f26b5140b7b60508756b1e841b09aeeb5e7d
-
Jakub Pawlowski authored
Bug: 67057055 Test: compilation test Change-Id: I22640f47b5faf6e1d8718dec003b3cc83b51c514
-
Jakub Pawlowski authored
Bug: 67057055 Test: compilation test Change-Id: I23464a61282d60400ae36debc820c66a4f1a1e1a
-
Jakub Pawlowski authored
Bug: 67774334 Test: compilation Change-Id: I42ec986c6c5f3fe81f507596bf1df05dcf3ec0ba
-
Jack He authored
* Reuse values obtained from tables * Continue early when Bluetooth addresses do not match, so that the rest of the method can save some indentation Test: make, HID host test Change-Id: I7b2d4ec35a167c93da25a112e73c8d37531714a5
-
Jakub Pawlowski authored
Bug: 67057055 Test: compilation test Change-Id: I22e752c1d270128ff0ae4f633d4f3eccf4cb725e
-
Jakub Pawlowski authored
Bug: 67057055 Test: compilation test Change-Id: If70cfc4c024434ffe77e53410b5de8f70af6b33e
-
Jakub Pawlowski authored
Bug: 67057055 Test: compilation test Change-Id: Iccfffe5de654070058ce3f4af3f48fa0975b7cf3
-
- Oct 12, 2017
-
-
Jakub Pawlowski authored
This fixes a bug where From128BitBE is used before kBase is initialized Bug: 67671467 Test: Share a picture using Bluetooth Change-Id: Ifb5b5f90dbca9646f117b9ff5d01439407424597
-
Jakub Pawlowski authored
This patch splits bta_gattc_add_attr_to_cache into two functions: bta_gattc_add_descr_to_cache and bta_gattc_add_incl_srvc_to_cache Bug: 67057055 Test: compilation test Change-Id: I92702495e8631197e56c2cb0ab126b59cf7e90e4
-
Hansong Zhang authored
Fixed two logs which are incosistent with the actual error Test: not needed. Change-Id: I8937797148c8c71ef91f9fba5799192bf52692d8
-
- Oct 11, 2017
-
-
Jakub Pawlowski authored
Test: compilation test Change-Id: If7676af5bf915df57ab6e876d2f27500ebf5c07d
-
- Oct 10, 2017
-
-
Treehugger Robot authored
-