- Aug 08, 2018
-
-
Joseph Pirozzo authored
* changes: Reduce Media State change callbacks AVRCP Controller metadata feature
-
- Aug 07, 2018
-
-
Joseph Pirozzo authored
Eliminate the 2 second timer and only update media state when it changes. Bug: 28917369 Test: Play music, pause and change its position observe status is correct. Change-Id: Iaf17e8cde570651706c55603b01c5100d4c60aa4
-
Pirama Arumuga Nainar authored
Bug: http://b/112277682 Bug: http://b/79419131 Lld, which is the default linker for the platform, is able to resolve symbols across libraries irrespective of the order they appear in the command line. This was not the case for ld.gold and other linkers. Unfortunately, there are some targets that still rely on ld.gold (pgo-taimen-config1 in internal release branch being one of them). With http://aosp/721652, libbt-stack should be added before libbt-common so MessageLoopThread::~MessageLoopThread is resolved correctly. If not, the following error is reported by gold: system/bt/stack/btu/btu_init.cc:41: error: undefined reference to 'bluetooth::common::MessageLoopThread::MessageLoopThread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)' Test: m USE_CLANG_LLD=false Change-Id: I9c8208218ffb4bb027ad75b51bcd484e9bb37368
-
Joseph Pirozzo authored
Process the METADATA feature flag separately from the VENDOR feature flag to ensure it doesn't get overwritten. Bug: 110039732 Test: connect avrcp from phone verify getCapabilities events supported is sent. Change-Id: Ib5d54c13d6c912904f20e8760f1632fa5737b98f
-
- Aug 06, 2018
-
-
Xin Li authored
Bug: 112104996 Change-Id: I242b3c68bcb25f29f8e979487f507a0585f1a8ae
-
Jakub Pawlowski authored
am: b7e311c7 Change-Id: I859ce7751ee787fcbf9b5e46f07690a28fa91a1f
-
Jakub Pawlowski authored
Bug: 112135987 Test: compilation Change-Id: Ifaf0189f512ef2abdc7179bda5d6ff1e291fde54
-
- Aug 03, 2018
-
-
Jack He authored
* host_supported is broken in cc_benchmark on Mac Bug: 77585931 Test: make Change-Id: I2d2b4d52a108f90e3ce2d9c8c9f5510918f1fcff
- Aug 02, 2018
-
-
Jack He authored
* Replace OSI thread with MessageLoopThread in - btif_a2dp_source (A2DP encoding thread) - btif_core (JNI thread) - btu_init (BTA thread) - hci_layer (HCI thread) - module (module bring up thread) - various unit test threads * Code that uses reactor from OSI thread is not replaced in this change because they need to move from using reactor to message loop first * Main difference: - HCI layer no longer has access to mutex protecting message loop set up and tear down. Messages posted to thread after ShutDown() is called become no-op - In all cases QuitClosure() is used instead of QuitWhenIdleClosure(). This means that we will never force kill a thread. An infinite loop will delay the shutdown of Bluetooth stack. * do_in_hci_thread is actually do_in_bta_thread * Move the definition of do_in_bta_thread from bta to btu since btu is where the thread actually lives * Remove bta_closure_api.h and replace it with stack/include/btu.h * Remove header inclusion in bta_sys.h and include stack/include/btu.h in individual compilation units * Fixed a bug in btif_cleanup_bluetooth where btif_jni_disassociate() was not called on the JNI thread * Make setting real time priority a requirement * Crash during the following scenario: - When btif_profile_queue cleanup failed to be scheduled on JNI thread - When A2DP encoder thread failed to gain real time priority - When BTA thread failed to start up - When BTA thread failed to gain real time priority - When BTA thread failed to schedule its first callback * Turn off Bluetooth in the following scenario: - When HCI thread failed to gain real time priority - When bt_workqueue thread failed to gain real time priority Bug: 110303473 Test: make, native and Java unit tests, Connect to headset and listen to music through A2DP, testplans/details/184455/3975 Change-Id: Ib448992fc0ba5af82c2d117dd65f1abd45d2acb6
-
Jack He authored
* Add MessageLoopThread to abstract thread implementation to our code * Add ExecutionBarrier utility class to help with thread synchronization * Add more performance tests and performance benchmarks to evaluate execution efficiency in both batch and sequential usages, for various thread implementations including: - libosi reactor on pthread - MessageLoop on libosi reactor on pthread - MessageLoop on STL std::thread - MessageLoop on Posix pthread - MessageLoop on libchrome base::Thread - MessageLoop on MessageLoopThread Bug: 110303473 Test: make, native and Java unit tests, test/run_benchmarks.sh net_benchmark_thread_performance, test/run_unit_tests.sh net_test_performance, test/run_unit_tests.sh bluetooth_test_common, testplans/details/184455/3975 Change-Id: I5b4ce2ee910a0f1d2edf95e0296916dea04d3f89
- Aug 01, 2018
-
-
Venkata Jagadeesh authored
am: 4d024528 Change-Id: Ibba4bdb0f337d743a7148d49a1ad23eb2f8a8b5e
-
Treehugger Robot authored
-
- Jul 31, 2018
-
-
Aiswarya Cyriac authored
am: b8b3655f Change-Id: I313af6b96913b72fc140c7873c1952f24b75c12a
-
Venkata Jagadeesh authored
Use case: Run PTS test cases TP/LE/CFC/BV-10-C to BV-16-C Steps: 1. These test cases executed with two DUT as PTS support not available 2. Set desired security level on DUT and Remote with tool 3. Initiate LE COC connection request from DUT Failure: LE COC connection accepted though even remote security are not met. Fix: Added security handling for COC connection Test: Ran sl4a test for BleCocTest Change-Id: I5f6385d462698582e701b5a07953c0ccb932bbbf
-
Aiswarya Cyriac authored
Reason: When the BT device name is updated is getting saved to the config data pointer but not to the persistent data (i.e. bt_config.conf). So, when the reboot is happening it is not able to get the updated device name from the persistent data (i.e. bt_config.conf) as during reboot bt_config_flush is not called. Fix: Saving the BT Device name to persistent data using btif_config_flush once it is set. Test: Manual Reboot test Bug: 110301897 Change-Id: Ie329b475eaaf208ed667f27e271a00e230e4b95c Signed-off-by:
Aiswarya Cyriac <aiswarya.cyriac@intel.com> Signed-off-by:
Gaganpreet kaur <gaganpreetx.kaur@intel.com>
-
- Jul 30, 2018
-
-
Joseph Pirozzo authored
am: cc5b28bf Change-Id: I7e432dd8dcc8e389807998e2f07d368414412dd1
-
Joseph Pirozzo authored
-
- Jul 27, 2018
-
-
Pavlin Radoslavov authored
am: 6252ace3 Change-Id: If9ab310626b5acb2364a2403ba831de3021b5ce2
-
Joseph Pirozzo authored
When setting a browsed player memory for folder depth was incorrectly allocated based on folder item count not depth. Bug: 111370532 Test: Set a browsed player that has a depth greater than item count. Change-Id: I6984c5852f623e7e9478429bdab3dcbcf57196e0
-
- Jul 26, 2018
-
-
Pavlin Radoslavov authored
Reject AVDTP Codec Capabilities that contain invalid fields Bug: 110918549 Test: Manual - connect to a device that sends invalid codec capability Change-Id: Ib697cc9ad13ed666fbafa9219447592fe3f56684
-
- Jul 25, 2018
-
-
Bailey Forrest authored
am: 5c9ab99a Change-Id: Ibe4f75b8eb8b50dd9aaa105bdbafe766bedb8ed4
-
Treehugger Robot authored
-
Joseph Pirozzo authored
am: 08f854b9 Change-Id: Ib1e98cd9888ec9e5ff2da8a8114a6c24d4813cfc
-
Subramanian Srinivasan authored
am: ec49a61e Change-Id: Iafa186226b9ca38f71958de68055fe594bfac557
-
Joseph Pirozzo authored
-
Treehugger Robot authored
-
- Jul 24, 2018
-
-
Bailey Forrest authored
It's confusing how the order is inconsistent with the one defined in hardware/libhardware/include/hardware/bt_gatt_client.h Test: Build. Right now no code uses these functions. Change-Id: I04b93ba74555455fd981a3809ea3e0bfffca4696
-
Subramanian Srinivasan authored
Fixes Tx time parameter in HCI LE set data length command depending on HCI versions supported by controller. Bug: 110373079 Change-Id: I83cc4c41ca4c2b6470ec30057717946b1d7fe329
-
Fen Wang authored
Make it possible to set PROPERTY_PRODUCT_MODEL in device configuration. Bug: Change-Id: I4d34d4ec368f7eb8bd50e2d5431bb120a284f4e3
-
Treehugger Robot authored
-
- Jul 18, 2018
-
-
Hansong Zhang authored
am: 555a8d03 Change-Id: Ia4cee8a5437c430dc75fbf16db9cc381ed4f2e1c
-
Hansong Zhang authored
* Remove unused code * Update BgConnHash to return size_t for hashcode * Change BLE scan_int and scan_win to uint16_t according to spec Bug: 111562702 Test: SL4A BLE test and manual with BLE mouse Change-Id: Ieff3acbfaa95b7d804e57021d562218d9fbe42cc
-
Cheney Ni authored
When bonding, there is an ACL_UP event to the upper layers and some apps may want to fetch SDP in return. This can break pairing. In cases SDP fails, it causes the procedure to be finished before the LinkKey is generated. And thus the LinkKey is not committed to NVRAM and the device is not paired. Bug: 111189110 Test: : Pair / Unpair BT accessories manually Change-Id: Iaefbe8b6c1fc3e78f0f120220992df84699a2eb8
-
- Jul 17, 2018
-
-
Treehugger Robot authored