OSDN Git Service

android-x86/system-bt.git
7 years agoHCI interface improvements
Jakub Pawlowski [Thu, 29 Dec 2016 05:24:51 +0000 (05:24 +0000)]
HCI interface improvements
am: dabf8d36c6

Change-Id: I0d78a25eaacd0dc45ac7cd76eedfc0a374c0a36f

7 years agoHCI interface improvements
Jakub Pawlowski [Wed, 28 Dec 2016 12:47:37 +0000 (04:47 -0800)]
HCI interface improvements

This patch improves btu_hcif_send_cmd_with_cb, which will accept
base::Callback instead of function pointer as argument. It will also
carry information about where was packet send from, which can be
displayed when command status is received, greatly improving logs.

The improved method is also used for handling VSC advertising.

Bug: 30622771
Test: sl4a ConcurrentBleAdvertiserTest
Change-Id: I55c3e32f9231c00bfa85f971265809d6f1fecdfb

7 years agoFix AdvertisingManager not being initialized
Jakub Pawlowski [Thu, 29 Dec 2016 01:36:39 +0000 (01:36 +0000)]
Fix AdvertisingManager not being initialized
am: 2255250d9b

Change-Id: Ib4328198433e89853316c727f648a26dfe97025e

7 years agoFix AdvertisingManager not being initialized
Jakub Pawlowski [Thu, 22 Dec 2016 11:13:00 +0000 (03:13 -0800)]
Fix AdvertisingManager not being initialized

When BLE_VND_INCLUDED is not set, advertising was not properly
initialized, which resulted in stack crashes. This patch makes sure that
LE advertising is always properly initialized

Bug: 33168939
Test: enable LE advertising with BLE_VND_INCLUDED set to false
Change-Id: I5fa0b3da39da99e750e1f8b6f0452a628094bfc4

7 years agoFix pointer type in BTA_DmBleCfgFilterCondition
Jakub Pawlowski [Wed, 28 Dec 2016 21:02:51 +0000 (21:02 +0000)]
Fix pointer type in BTA_DmBleCfgFilterCondition
am: ce34742e35

Change-Id: I36d2b506e610a60819e981892d9655eacf78d562

7 years agoFix pointer type in BTA_DmBleCfgFilterCondition
Jakub Pawlowski [Wed, 28 Dec 2016 07:50:12 +0000 (23:50 -0800)]
Fix pointer type in BTA_DmBleCfgFilterCondition

p_cond_param->srvc_uuid is of type tBTA_DM_BLE_PF_UUID_COND

Bug: 33910711
Test: sl4a FilteringTest
Change-Id: I6b30e1e441f8256d8c8dbf593f746a3d7810eda6

7 years agoFix pointer arithmetic in BTA_DmBleCfgFilterCondition
Andre Eisenbach [Wed, 28 Dec 2016 00:30:35 +0000 (00:30 +0000)]
Fix pointer arithmetic in BTA_DmBleCfgFilterCondition
am: bced7f0c0b

Change-Id: I59ba47e90c7c282ab21263a153d6886761edd725

7 years agoFix pointer arithmetic in BTA_DmBleCfgFilterCondition
Andre Eisenbach [Tue, 27 Dec 2016 22:48:34 +0000 (14:48 -0800)]
Fix pointer arithmetic in BTA_DmBleCfgFilterCondition

Using the pointer to the beginning of a union in a member of the union,
which will then be over-written, is a bad idea(TM).

Bug: 33910711
Test: manual
Change-Id: I0b979e493688bf8c02119a2ef6707d6c8e730dcb

7 years agoosi: Return 0 on osi_property_get failure
Myles Watson [Wed, 21 Dec 2016 22:09:36 +0000 (22:09 +0000)]
osi: Return 0 on osi_property_get failure
am: 17c66c45e6

Change-Id: I7968e8734b610530fe419cbe79fb8e149b2a0a7d

7 years agoosi: Return 0 on osi_property_get failure
Myles Watson [Sat, 17 Dec 2016 01:01:42 +0000 (17:01 -0800)]
osi: Return 0 on osi_property_get failure

Test: mma -j32
Change-Id: Ia1aae4cd5618816b529449844b3a0724e4eb3200

7 years agoLinux build fix
Jakub Pawlowski [Tue, 20 Dec 2016 22:52:27 +0000 (22:52 +0000)]
Linux build fix
am: 71f5b3ee55

Change-Id: Ifd3362d6e73cabdd6fef1e973f2b1a4be4ae5005

7 years agoLinux build fix
Jakub Pawlowski [Tue, 20 Dec 2016 20:55:51 +0000 (12:55 -0800)]
Linux build fix

Test: compilation test
Change-Id: I0834431378b015eafbb26c48af342af4a650972b

7 years agoRemove reduntant capabilities check
Jakub Pawlowski [Tue, 20 Dec 2016 19:09:26 +0000 (19:09 +0000)]
Remove reduntant capabilities check
am: 30c4bfe8dd

Change-Id: Idee00ad65b55e1c84f0c4437013f92ea0a018c7f

7 years agoGet rid of BLE_ANDROID_CONTROLLER_SCAN_FILTER
Jakub Pawlowski [Tue, 20 Dec 2016 03:11:40 +0000 (03:11 +0000)]
Get rid of BLE_ANDROID_CONTROLLER_SCAN_FILTER
am: d494104585

Change-Id: Ibc8f175338f21a6597b40071cc2cb53e6028b403

7 years agoRemove reduntant capabilities check
Jakub Pawlowski [Tue, 20 Dec 2016 01:05:33 +0000 (17:05 -0800)]
Remove reduntant capabilities check

BTM layer checks if LE is avaliable, and if proper VSC are
avaliable, no need to do additional checks in BTA.

Test: sl4a FilteringTest
Bug: 30622771
Change-Id: I594b152d18f08a46b65930547a991dbb6f188c4b

7 years agoGet rid of BLE_ANDROID_CONTROLLER_SCAN_FILTER
Jakub Pawlowski [Tue, 20 Dec 2016 00:13:08 +0000 (16:13 -0800)]
Get rid of BLE_ANDROID_CONTROLLER_SCAN_FILTER

All calls to filter related code is guarded by check if HCI VSC are
available. There is no need to keep double check.

Test: sl4a FilteringTest
Bug: 30622771
Change-Id: Ib4c53593d536a2985926ef2b725bc69050bdb035

7 years agoMerge "Remove btif dependency on libmedia"
Jack He [Tue, 20 Dec 2016 00:44:55 +0000 (00:44 +0000)]
Merge "Remove btif dependency on libmedia"
am: f585f29d2c

Change-Id: Ic98a105c01445c7fafc60e6c33495fc061a5ed07

7 years agoModernize BLE Scanner implementation (2/3)
Jakub Pawlowski [Tue, 20 Dec 2016 00:44:05 +0000 (00:44 +0000)]
Modernize BLE Scanner implementation (2/3)
am: 808650d846

Change-Id: If4f17d74becab4c36549f42807f5599f5d535b01

7 years agoMerge "Remove btif dependency on libmedia"
Treehugger Robot [Tue, 20 Dec 2016 00:39:42 +0000 (00:39 +0000)]
Merge "Remove btif dependency on libmedia"

7 years agoExpose Bluetooth 5.0 properties to JNI
Jakub Pawlowski [Tue, 20 Dec 2016 00:27:03 +0000 (00:27 +0000)]
Expose Bluetooth 5.0 properties to JNI
am: e0750ca056

Change-Id: I36c42f3209131f6f7390f9bff40fe3ccdc41e618

7 years agoModernize BLE Scanner implementation (2/3)
Jakub Pawlowski [Sun, 18 Dec 2016 01:08:15 +0000 (17:08 -0800)]
Modernize BLE Scanner implementation (2/3)

Get rid of BTA state machine states for BLE scanning.

Test: sl4a FilteringTest
Bug: 30622771
Change-Id: I8a879604f413c9980cf64983d8ef6b9a94669295

7 years agoUse LE Extended Advertising Report Event when available
Jakub Pawlowski [Mon, 19 Dec 2016 22:43:58 +0000 (22:43 +0000)]
Use LE Extended Advertising Report Event when available
am: 801db30048

Change-Id: Ic0d6126c8a246586a178d2d6cc32db6252377277

7 years agoUse extended set scan enable/parameters when available
Jakub Pawlowski [Mon, 19 Dec 2016 22:43:56 +0000 (22:43 +0000)]
Use extended set scan enable/parameters when available
am: 9df2a552f7

Change-Id: I0b023b25ef5a6badf086ad8ef181dfc7bbbc0d60

7 years agoUpdate BleAdvertiserHciInterface
Jakub Pawlowski [Mon, 19 Dec 2016 22:43:54 +0000 (22:43 +0000)]
Update BleAdvertiserHciInterface
am: 699888256f

Change-Id: Ic4c440c567fa8bd1a8ae25a8fe97d2420d9d223c

7 years agoHandle Advertising Set Terminated event
Jakub Pawlowski [Mon, 19 Dec 2016 22:43:52 +0000 (22:43 +0000)]
Handle Advertising Set Terminated event
am: 751381c64f

Change-Id: I08d19566b74bb13571334b1165b0ffa97b0c47ec

7 years agoAdvertising Extension Implementation
Jakub Pawlowski [Mon, 19 Dec 2016 22:43:51 +0000 (22:43 +0000)]
Advertising Extension Implementation
am: 5af96d3fda

Change-Id: I75e806c6f8616e03f321d4fea55833bd73aed275

7 years agoBLE scan filter setup simplification (2/3)
Jakub Pawlowski [Mon, 19 Dec 2016 22:29:41 +0000 (22:29 +0000)]
BLE scan filter setup simplification (2/3)
am: 7098432166

Change-Id: If6ff7b9ef3b075b2e170cc96a1066aa7783d377d

7 years agoExpose Bluetooth 5.0 properties to JNI
Jakub Pawlowski [Mon, 5 Dec 2016 19:46:23 +0000 (11:46 -0800)]
Expose Bluetooth 5.0 properties to JNI

Bug: 30622771
Test: sl4a ConcurrentBleAdvertisingTest
Change-Id: I6185e6926e7363824aa573c7d65f7ab66f954e52

7 years agoUse LE Extended Advertising Report Event when available
Jakub Pawlowski [Tue, 13 Dec 2016 00:22:56 +0000 (16:22 -0800)]
Use LE Extended Advertising Report Event when available

Bug: 30622771
Test: sl4a ConcurrentBleAdvertisingTest
Change-Id: Id85504922c21f15bc36ac8bb5e4ab962ee356e3d

7 years agoUse extended set scan enable/parameters when available
Jakub Pawlowski [Fri, 2 Dec 2016 19:34:06 +0000 (11:34 -0800)]
Use extended set scan enable/parameters when available

When LE Advertising Extension is available on the controller we must use
both extended advertising and scanning commands. Otherwise, according to
the spec, controller will return error.

This patch makes sure that proper avaliable HCI calls are made.

Bug: 30622771
Test: sl4a ConcurrentBleAdvertisingTest as scanner
Change-Id: I6906c381f0f758bd24b592390a4ef46e7fae36ed

7 years agoUpdate BleAdvertiserHciInterface
Jakub Pawlowski [Thu, 1 Dec 2016 23:32:58 +0000 (15:32 -0800)]
Update BleAdvertiserHciInterface

This patch updates BleAdvertiserHciInterface to be on pair with
Bluetooth 5.0 LE Advertising Extension feature.

Bug: 30622771
Test: net_test_stack_multi_adv native test
Change-Id: Ie0ec8c7f8ed0d7a874e392123b3486c767121140

7 years agoHandle Advertising Set Terminated event
Jakub Pawlowski [Wed, 30 Nov 2016 21:51:01 +0000 (13:51 -0800)]
Handle Advertising Set Terminated event

Make BleAdvertiserHciExtendedImpl report when advertising set is
disabled because of new connection.

Bug: 30622771
Test: sl4a ConcurrentBleAdvertisingTest
Change-Id: Ic13a31fe4bb92f121a29d540274d13893775a450

7 years agoAdvertising Extension Implementation
Jakub Pawlowski [Tue, 29 Nov 2016 17:26:16 +0000 (09:26 -0800)]
Advertising Extension Implementation

This patch implements current BleAdvertiserHciInterface using LE
Advertising extension HCI commands.

Bug: 30622771
Test: sl4a ConcurrentBleAdvertisingTest
Change-Id: Icaaf24d6d02d8a887b3bb57d5b858b929f11c413

7 years agoBLE scan filter setup simplification (2/3)
Jakub Pawlowski [Fri, 16 Dec 2016 18:43:49 +0000 (10:43 -0800)]
BLE scan filter setup simplification (2/3)

Bug: 30622771
Test: sl4a BleScanTest
Change-Id: I55e6c201849a057995c0c6fda1c52af826749922

7 years agoAVRCP CT: Register for UUIDS Changed
Sanket Agarwal [Mon, 19 Dec 2016 21:32:45 +0000 (21:32 +0000)]
AVRCP CT: Register for UUIDS Changed
am: d008a8a618

Change-Id: I3a5e3cbc86264ba97b1bc42d728ce0969828d2ce

7 years agoAVRCP CT: Register for UUIDS Changed
Sanket Agarwal [Mon, 19 Dec 2016 19:15:00 +0000 (11:15 -0800)]
AVRCP CT: Register for UUIDS Changed

-- Also fix a bug introduced by change of data types in AVRCP Open state
and AVRCP Browse Open state. Due to change in data type and field
mismatch the status value was being read incorrectly

Bug: b/33750053
Test: Manual test of browse connect
Test: PTS test for UUIDs changed
Change-Id: Ifecf9480a3fabeee8ad8302ebb7cd48f5322dea7

7 years agoRemove btif dependency on libmedia
Jack He [Sun, 18 Dec 2016 00:29:00 +0000 (16:29 -0800)]
Remove btif dependency on libmedia

* btif uses AudioTrack from frameworks/av which is under libaudioclient
* Current dependency on libmedia is incorrect as it is an indirect
  dependency to libaudioclient

Bug: 33718447
Test: code compilation, no user visible effect
Change-Id: I7c44095cd282fabf8595015910670193077c1514

7 years agoMerge "Add unit tests and refactor LE legacy pairing key distribution methods"
Jack He [Sat, 17 Dec 2016 02:47:44 +0000 (02:47 +0000)]
Merge "Add unit tests and refactor LE legacy pairing key distribution methods"
am: 3c5a9b0a96

Change-Id: Iecfcf3007e94d7c94c6be528fb880e65f4235453

7 years agoMerge "Add unit tests and refactor LE legacy pairing key distribution methods"
Treehugger Robot [Sat, 17 Dec 2016 02:34:14 +0000 (02:34 +0000)]
Merge "Add unit tests and refactor LE legacy pairing key distribution methods"

7 years agoRefactor LE scanning HAL (2/3)
Jakub Pawlowski [Sat, 17 Dec 2016 01:26:14 +0000 (01:26 +0000)]
Refactor LE scanning HAL (2/3)
am: 83f1d967df

Change-Id: I269498529b2131e0f878dab0752ebde01518d262

7 years agoIncoming HF connection: CB interaction between BTA <-> BTIF
Sanket Agarwal [Fri, 16 Dec 2016 22:38:11 +0000 (22:38 +0000)]
Incoming HF connection: CB interaction between BTA <-> BTIF
am: 6664b2ccbb

Change-Id: Icb1484cbbb48b1ba163cc105b01e3ab1085b090c

7 years agoRefactor LE scanning HAL (2/3)
Jakub Pawlowski [Wed, 14 Dec 2016 17:49:38 +0000 (09:49 -0800)]
Refactor LE scanning HAL (2/3)

This patch converts btgatt_scanner_interface_t struct into
BleScannerInterface class. It also refactors three most important
methods from this interface: RegisterAdvertiser, Scan, and Unregister.
Rest of this interface will be updated in following patches.

Bug: 30622771
Test: sl4a BleScanApiTest
Change-Id: Ie35356f6c3c4f5488514ef55a48a32c93fb21b83

7 years agoIncoming HF connection: CB interaction between BTA <-> BTIF
Sanket Agarwal [Thu, 15 Dec 2016 22:47:29 +0000 (14:47 -0800)]
Incoming HF connection: CB interaction between BTA <-> BTIF

For incoming connections we are not storing the handles in BTIF which
implies that BTIF ignores the message (and so does jni -> java). This is
fixed by sending the handle as part of BTA message on incoming accept.

Other bugs include connection from remote (incoming) and disconnecting
from host. They also depended on not storing the handle properly in
first place.

Bug: b/33555377
Bug: b/30984220

Test: Manual testing of incoming connections
Change-Id: I84950d42aba2d2c975ea86cc8217fd0129cc90e9

7 years agotest_vendor: Use pipe2 to set pipe flags
Myles Watson [Fri, 16 Dec 2016 19:30:15 +0000 (19:30 +0000)]
test_vendor: Use pipe2 to set pipe flags
am: 15915b1415

Change-Id: Ic82220e63914ea67ba25ac2c5c7d86da9bb57428

7 years agoAdd unit tests and refactor LE legacy pairing key distribution methods
Jack He [Thu, 15 Dec 2016 10:48:33 +0000 (02:48 -0800)]
Add unit tests and refactor LE legacy pairing key distribution methods

* Add unit test for confirm (c1), p1, and p2
* Refactor the code to reduce number of methods
* Refactor c1's code to make it testable

Bug: 32413756
Test: Code compilation, Unit Test, PTS SM Tests
Change-Id: I5cc876b7dd2b21a0780ac9a5236420223df6cddb

7 years agotest_vendor: Use pipe2 to set pipe flags
Myles Watson [Fri, 16 Dec 2016 16:13:07 +0000 (08:13 -0800)]
test_vendor: Use pipe2 to set pipe flags

Simplify the code to fix a typo.  F_SETFD should have been
F_SETFL.

Test: run unit tests

out/host/linux-x86/nativetest/test-vendor_test_host/test-vendor_test_host \
        --gtest_filter=AsyncManagerSocketTest.*

Change-Id: I215381d6e130428acae7d73d80fefc97cbf64651

7 years agoMerge "Replace assert with CHECK from base/logging.h"
Jack He [Fri, 16 Dec 2016 18:11:52 +0000 (18:11 +0000)]
Merge "Replace assert with CHECK from base/logging.h"
am: e1fbea9695

Change-Id: I1641fac8690ba1d7c9752e6e6d5b12a06aafe158

7 years agotest_vendor: Add more unit tests for async_manager
Myles Watson [Fri, 16 Dec 2016 18:11:41 +0000 (18:11 +0000)]
test_vendor: Add more unit tests for async_manager
am: bed69b9bcd

Change-Id: I5a12ec77d46e119d7cff0fce9973972aaa5435f4

7 years agoMerge "Replace assert with CHECK from base/logging.h"
Treehugger Robot [Fri, 16 Dec 2016 18:07:46 +0000 (18:07 +0000)]
Merge "Replace assert with CHECK from base/logging.h"

7 years agotest_vendor: Add more unit tests for async_manager
Myles Watson [Thu, 8 Dec 2016 22:34:20 +0000 (14:34 -0800)]
test_vendor: Add more unit tests for async_manager

Test: run the unit tests
 out/host/linux-x86/nativetest/test-vendor_test_host/test-vendor_test_host \
     --gtest_filter=AsyncManagerSocketTest.*

Change-Id: I8c5e05c5506a067a6148d54dc23bbb931ad612e7

7 years agoReplace assert with CHECK from base/logging.h
Jack He [Tue, 13 Dec 2016 09:59:12 +0000 (01:59 -0800)]
Replace assert with CHECK from base/logging.h

* Replace assert with CHECK
* Remove all NDEBUG definitions
* Remove hacks for BT_LIBCHROME_NDEBUG
* Removed some removed directories from Makefile such as hcis, brcm, rpc

Coccinelle-assisted:

@@
@@

- #include "base/logging.h"
+ #include <base/logging.h>

@ assert_included @
@@

@ base_logging_included @
@@

@ depends on (assert_included && !(base_logging_included)) @
@@

- #include <assert.h>
+ #include <base/logging.h>

@ depends on (assert_included && base_logging_included) @
@@

- #include <assert.h>

@@
expression E;
@@

- assert(E);
+ CHECK(E);

And a bash script:

for file in $(find . -name "*.cc"); do
  spatch --sp-file replace_assert_with_CHECK.cocci --in-place $file
done

The following files are maually edited:
btif/src/btif_config.cc
btif/src/btif_avrcp_audio_track.cc
btif/src/btif_gatt_client.cc
osi/src/data_dispatcher.cc
osi/src/reactor.cc
osi/src/thread.cc
osi/src/fixed_queue.cc
osi/src/list.cc
osi/src/allocation_tracker.cc
osi/src/alarm.cc
osi/test/wakelock_test.cc

Bug: 31781465
Test: Code compilation, Unit Tests, BtStressTest, BtFunhausMetricsTest
Change-Id: I21dc10a45be31665e41441b75b0515ed87523988

7 years agoBTA Application registration refactor
Jakub Pawlowski [Fri, 16 Dec 2016 05:53:06 +0000 (05:53 +0000)]
BTA Application registration refactor
am: 221e9bf6c9

Change-Id: I731c9a69bdd9513ee95e77b28e1308049c3fede0

7 years agoChange the parameter type of smp_debug_print_nbyte_little_endian
Jack He [Fri, 16 Dec 2016 01:40:11 +0000 (01:40 +0000)]
Change the parameter type of smp_debug_print_nbyte_little_endian
am: 648d513fd6

Change-Id: Iae6d0a4bf665f2d2ec9f6cb1bb92d19ad96c6c79

7 years agoBTA Application registration refactor
Jakub Pawlowski [Thu, 15 Dec 2016 22:35:15 +0000 (14:35 -0800)]
BTA Application registration refactor

This patch replace BTA state machine state associated with registration
of new application, together with BTA_GATTC_API_REG_EVT, and
tBTA_GATTC_API_REG. Instead, it uses closure to post registration task,
and callback for registration event.

Bug: 30622771
Test: sl4a ConcurrentBleAdvertiserTest GattConnectTest
Change-Id: I62d68485170ef5472237d62b285353f2c9bc8250

7 years agoChange the parameter type of smp_debug_print_nbyte_little_endian
Jack He [Thu, 15 Dec 2016 18:56:55 +0000 (10:56 -0800)]
Change the parameter type of smp_debug_print_nbyte_little_endian

* This function used to take (const uint8_t*) as the second parameter
  and it causes all its calls to cast a (const char*) to this type
* This patch changes it to (const char*) so no cast needed

Coccinelle-assisted:

@ rule1 @
type T;
expression A, B, C;
@@

smp_debug_print_nbyte_little_endian(A,
- (T)
B, C);

and

for file in $(find . -name "*.cc"); do
  spatch --sp-file refactor_smp_print_func.cocci --in-place $file
done

Bug: 33663033
Test: code compilation, no user visible effect
Change-Id: Ibeed0b414514acc4a8e94e47e99117bdb3e454ff

7 years agoRemove unused function definitions
Ajay Panicker [Thu, 15 Dec 2016 07:06:11 +0000 (07:06 +0000)]
Remove unused function definitions
am: a57ce82732

Change-Id: Iea1768bc878afbace66ae9ee34e0b98ce2f6f9e0

7 years agoRemove unused function definitions
Ajay Panicker [Tue, 29 Nov 2016 01:40:09 +0000 (17:40 -0800)]
Remove unused function definitions

Test: Code still compiles
Change-Id: I4a86cd3b515ad3da8f852f024952e3f7a85d1071

7 years agoRemove unused btm_set_random_address
Jakub Pawlowski [Wed, 14 Dec 2016 05:11:29 +0000 (05:11 +0000)]
Remove unused btm_set_random_address
am: 29aa1e5c56

Change-Id: I8cb98bb23b0c2d1cd2bc434d80360bfac5d6663b

7 years agoRemove unused btm_set_random_address
Jakub Pawlowski [Wed, 14 Dec 2016 02:33:14 +0000 (18:33 -0800)]
Remove unused btm_set_random_address

Bug: 30622771
Test: compilation test
Change-Id: I0e502fb9b5b2cc3ccad0aa142a0ec9fedea7d1df

7 years agoLE Extended Advertising
Jakub Pawlowski [Wed, 14 Dec 2016 00:27:43 +0000 (00:27 +0000)]
LE Extended Advertising
am: 1f4cc6dc61

Change-Id: Ia2dc056717bb24c0c87c3b480401efb91c2ab585

7 years agoLE Extended Advertising
Jakub Pawlowski [Mon, 28 Nov 2016 19:16:04 +0000 (11:16 -0800)]
LE Extended Advertising

This patch checks if LE Extended Advertising, and LE Periodic Advertising
features are supported. Also if they are supported, it will read number of
avaliable advertisers, and maximum advertisement data size supported by
controller.

Bug: 30622771
Test: sl4a ConcurrentBleAdvertisingTest
Change-Id: Iabfda3dd081519ed70c99eb4290667e10790e047

7 years agoReplace usage of "vector<>" with "std::vector<>"
Pavlin Radoslavov [Tue, 13 Dec 2016 23:48:58 +0000 (23:48 +0000)]
Replace usage of "vector<>" with "std::vector<>"
am: b324a8d0b7

Change-Id: I4bcc8920020ccd506d944c58c39c701f41848772

7 years agoReplace usage of "vector<>" with "std::vector<>"
Pavlin Radoslavov [Sat, 10 Dec 2016 01:50:59 +0000 (17:50 -0800)]
Replace usage of "vector<>" with "std::vector<>"

This change is needed so we can remove the last instances
of "using std::vector" statements in hardware/libhardware.

Test: code compilation
Change-Id: I6a9fc62152371d1bba6ead71e7ff8c2610799637

7 years agoRemove unnecessary error message in PORT_DataInd
Jack He [Tue, 13 Dec 2016 21:40:21 +0000 (21:40 +0000)]
Remove unnecessary error message in PORT_DataInd
am: d5d8020ed9

Change-Id: I181d269d79ea04c94ead1987bc19636b93a31c36

7 years agoRemove unnecessary error message in PORT_DataInd
Jack He [Wed, 7 Dec 2016 02:29:15 +0000 (18:29 -0800)]
Remove unnecessary error message in PORT_DataInd

* Removed unnecessary error message in PORT_DataInd
* Removed unnecessary spaces
* Reformat the code a little bit

Bug: 33398566
Test: code compilation as there is no functional change
Change-Id: I6f4b16f3fd3bdbb58aa09d1548a96f1289124cd3

7 years agoGet rid of selective connection procedure
Jakub Pawlowski [Mon, 12 Dec 2016 22:02:52 +0000 (22:02 +0000)]
Get rid of selective connection procedure
am: 83211b0ccc

Change-Id: If2c20564be5018e0ad14dcc4a13847737645c31b

7 years agoGet rid of selective connection procedure
Jakub Pawlowski [Wed, 7 Dec 2016 19:25:15 +0000 (11:25 -0800)]
Get rid of selective connection procedure

Bug: 30622771
Test: compilation test
Change-Id: I1a7e4c49f93f11a350b96ffe7b2e69974ed82f46

7 years agoSimplify LE Advertising Report Event processing
Jakub Pawlowski [Mon, 12 Dec 2016 21:37:35 +0000 (21:37 +0000)]
Simplify LE Advertising Report Event processing
am: 9e3005684f

Change-Id: I83f7a6647fce61bfa1f86244b683a053ee0afe36

7 years agoFix UUID comparision when enabling HID protocol mode for LE devices
Jakub Pawlowski [Mon, 12 Dec 2016 21:37:22 +0000 (21:37 +0000)]
Fix UUID comparision when enabling HID protocol mode for LE devices
am: 33c633ee6e

Change-Id: Ibf91fb0ee93ab79601d343421f8a328b5b4fa32c

7 years agoFix maximum connections reached for BLE
Emil Lenngren [Mon, 12 Dec 2016 21:37:11 +0000 (21:37 +0000)]
Fix maximum connections reached for BLE
am: af7f49c96e

Change-Id: I73e9666a74964d52926979ac779600a5a17830fd

7 years agoSimplify LE Advertising Report Event processing
Jakub Pawlowski [Wed, 7 Dec 2016 18:54:44 +0000 (10:54 -0800)]
Simplify LE Advertising Report Event processing

Bug: 30622771
Test: compiliation test
Change-Id: I78ac958b62462dc7aa322336c047670eec6bda0f

7 years agoFix UUID comparision when enabling HID protocol mode for LE devices
Jakub Pawlowski [Sat, 10 Dec 2016 22:20:18 +0000 (14:20 -0800)]
Fix UUID comparision when enabling HID protocol mode for LE devices

Change-Id: Ie635b3b763db5da25e58d7366c2438df67438a81

7 years agoFix maximum connections reached for BLE
Emil Lenngren [Mon, 12 Dec 2016 18:47:12 +0000 (18:47 +0000)]
Fix maximum connections reached for BLE

There was a patch some time ago:
https://android.googlesource.com/platform/system/bt/+/24adb37e4106bf8544c7729d34451fdf2777c4dc

But that patch assumes the error code sent is Connection Rejected Due
To Limited Resources. Most controllers however send Connection Limit
Exceeded, which is more correct. This patch accept both error codes.

Change-Id: Ifead1718cfecb4d6f73c668b5ea743cc68fdaf73
Signed-off-by: Emil Lenngren <emil.lenngren@gmail.com>
7 years agoMerge "test-vendor: Fixed a race condition on the destructor of AsyncManager."
Jorge E. Moreira [Mon, 12 Dec 2016 19:44:05 +0000 (19:44 +0000)]
Merge "test-vendor: Fixed a race condition on the destructor of AsyncManager."
am: 329149ed6d

Change-Id: I8ff1673ef915152a24f03760509ccfad24b2f3cd

7 years agoMerge "test-vendor: Fixed a race condition on the destructor of AsyncManager."
Treehugger Robot [Mon, 12 Dec 2016 19:34:29 +0000 (19:34 +0000)]
Merge "test-vendor: Fixed a race condition on the destructor of AsyncManager."

7 years agotest-vendor: Fixed a race condition on the destructor
Jorge E. Moreira [Sat, 10 Dec 2016 23:11:30 +0000 (15:11 -0800)]
test-vendor: Fixed a race condition on the destructor
of AsyncManager.

Test: Run the unit tests
Change-Id: Icfbaf96b40f10f57e7c925422985ed7004adea64

7 years agoRemove extern "C" from header files
Jack He [Mon, 12 Dec 2016 18:39:26 +0000 (18:39 +0000)]
Remove extern "C" from header files
am: ad1e23d50e

Change-Id: Id1364a05d0f7c0a03eb7744eb60b2e413320e5b1

7 years agoRemove extern "C" from header files
Jack He [Sat, 10 Dec 2016 01:42:28 +0000 (17:42 -0800)]
Remove extern "C" from header files

Since change 290046, most files in system/bt is compiled as C++ source.
Therefore, there is no longer a need for the extern "C" wrapper around
includes that export symbols from those sources.

The following python script is applied to each file in the directory:

front = '#ifdef\s+__cplusplus\s+extern\s+"C"\s+{\s+#endif\s+'
back = '#ifdef\s+__cplusplus\s+}\s+#endif'
with open(sys.argv[1], "r") as f:
  data = f.read()
  data = re.sub(front, "", data)
  data = re.sub(back, "", data)
  print data

through a shell script:

for file in $(find . -name "*.h"); do
  python remove_cpp_extern_c.py $file > tmp
  cat tmp > $file
  rm tmp
done

with following files not edited:
* stack/include/a2dp_*
* include/bt_trace.h
* embdrv/sbc/*

Bug: 33492510
Test: Code compilation, BtFunhausMetricsTest, BtStressTest
Change-Id: Iac21cdfb1924b50478dd0b82326e092602cbc9d4

7 years agoWrite unit test for bta/btif HF client role
Sanket Agarwal [Fri, 9 Dec 2016 23:22:20 +0000 (23:22 +0000)]
Write unit test for bta/btif HF client role
am: bd3ae7cbf1

Change-Id: I1f50f0ea7a661171e4547b7cc51cda9c8a66c5db

7 years agoWrite unit test for bta/btif HF client role
Sanket Agarwal [Wed, 7 Dec 2016 21:39:02 +0000 (13:39 -0800)]
Write unit test for bta/btif HF client role

Also fix a bug discovered by unit tests:
bdcmp returns 0 on success hence use negation

Bug: b/30984220
Test: Unit test

Change-Id: I37f7c71c5dd809e4df3d8c2c79906a74c2b19d34

7 years agoMerge "Remove additional usages of UINT_TO_PTR"
Ajay Panicker [Thu, 8 Dec 2016 22:48:37 +0000 (22:48 +0000)]
Merge "Remove additional usages of UINT_TO_PTR"
am: 06a47fe07c

Change-Id: I41e7a129f56cd5075f64debaaaa91d830d56c969

7 years agoMerge "Remove additional usages of UINT_TO_PTR"
Treehugger Robot [Thu, 8 Dec 2016 22:43:07 +0000 (22:43 +0000)]
Merge "Remove additional usages of UINT_TO_PTR"

7 years agoMerge "Initialize SDP rmt_io_cap to UNKNOWN (0xFF)"
Jack He [Thu, 8 Dec 2016 21:32:19 +0000 (21:32 +0000)]
Merge "Initialize SDP rmt_io_cap to UNKNOWN (0xFF)"
am: 3f1e79fa1d

Change-Id: Ibe9b25ad430cbedfdde5d7eda11b9c78b3c6f7cf

7 years agoMerge "Initialize SDP rmt_io_cap to UNKNOWN (0xFF)"
Treehugger Robot [Thu, 8 Dec 2016 21:26:22 +0000 (21:26 +0000)]
Merge "Initialize SDP rmt_io_cap to UNKNOWN (0xFF)"

7 years agoRemove additional usages of UINT_TO_PTR
Ajay Panicker [Wed, 23 Nov 2016 04:28:21 +0000 (20:28 -0800)]
Remove additional usages of UINT_TO_PTR

Bug: 32995283
Test: TestTracker/69659
Change-Id: If37b8bcf30f098f6fc2c4dff82118a9f47a125a3

7 years agoRemove usages of SDP_CLIENT_ENABLED
Ajay Panicker [Thu, 8 Dec 2016 20:27:45 +0000 (20:27 +0000)]
Remove usages of SDP_CLIENT_ENABLED
am: 4e5e76a0fa

Change-Id: I640ff89b23359b092d1750ef33ad6376bd2f4c29

7 years agoRemove usages of SDP_CLIENT_ENABLED
Ajay Panicker [Thu, 8 Dec 2016 01:52:43 +0000 (17:52 -0800)]
Remove usages of SDP_CLIENT_ENABLED

Test: Sanity test connecting to headset and carkit
Change-Id: I215743c9d07881b9fa8213c52853b9a389f8452d

7 years agoMerge "Remove double includes"
Myles Watson [Thu, 8 Dec 2016 15:11:26 +0000 (15:11 +0000)]
Merge "Remove double includes"
am: a1a1989ba5

Change-Id: Ie69e207a0023da763e7dddc120c20c209a7795d3

7 years agoMerge "Remove double includes"
Treehugger Robot [Thu, 8 Dec 2016 15:07:41 +0000 (15:07 +0000)]
Merge "Remove double includes"

7 years agoBuild fix
Jakub Pawlowski [Wed, 7 Dec 2016 22:28:15 +0000 (22:28 +0000)]
Build fix
am: c8e29efe4c

Change-Id: Idfc776197afd01c025b35fe3e4ebf772a320d225

7 years agoBuild fix
Jakub Pawlowski [Wed, 7 Dec 2016 22:16:35 +0000 (14:16 -0800)]
Build fix

Test: compilation test with BLE_PRIVACY_SPT == FALSE
Change-Id: Icd811584638e37101dabd433d7a4f86807e928fb

7 years agoBuild fix
Jakub Pawlowski [Wed, 7 Dec 2016 22:00:10 +0000 (22:00 +0000)]
Build fix
am: 5d790e4732

Change-Id: Ic3727a00814aeae8504a48e9551c0d0f33c18c94

7 years agoBuild fix
Jakub Pawlowski [Wed, 7 Dec 2016 21:34:20 +0000 (13:34 -0800)]
Build fix

Test: compilation test
Change-Id: I44648bcb5e41103066861d7060c0a7dc85cad936

7 years agoMerge "Implement multiple control blocks for HF Client in BTA/BTIF"
Sanket Agarwal [Wed, 7 Dec 2016 20:33:20 +0000 (20:33 +0000)]
Merge "Implement multiple control blocks for HF Client in BTA/BTIF"
am: b5ad632967

Change-Id: I5baedc80ae91a370a593c58daee4afe1c750d379

7 years agoMerge "Implement multiple control blocks for HF Client in BTA/BTIF"
Sanket Agarwal [Wed, 7 Dec 2016 20:29:43 +0000 (20:29 +0000)]
Merge "Implement multiple control blocks for HF Client in BTA/BTIF"

7 years agoSimplify btm_ble_resolve_random_addr
Jakub Pawlowski [Wed, 7 Dec 2016 20:01:49 +0000 (20:01 +0000)]
Simplify btm_ble_resolve_random_addr
am: 9462c5dbd6

Change-Id: Ic8c7d32b7e7dfd3711301fb3ef956381c8a9067e

7 years agoSimplify btm_ble_resolve_random_addr
Jakub Pawlowski [Tue, 6 Dec 2016 23:40:58 +0000 (15:40 -0800)]
Simplify btm_ble_resolve_random_addr

Bug: 30622771
Test: manual testing
Change-Id: I604d0e909a6fe270e2b413abbdb497d622780261

7 years agoImplement multiple control blocks for HF Client in BTA/BTIF
Sanket Agarwal [Thu, 1 Dec 2016 03:43:47 +0000 (19:43 -0800)]
Implement multiple control blocks for HF Client in BTA/BTIF

Test: Manual test for multiple incoming/outgoing HF connections

Bug: b/30984220
Change-Id: If66cad7c9bbc92051ebb7efb2b352c10e7514af3

7 years agoBTA HF Client should use dynamic control block
Sanket Agarwal [Wed, 7 Dec 2016 02:42:15 +0000 (02:42 +0000)]
BTA HF Client should use dynamic control block
am: bdcfc045f9

Change-Id: I09eb4912f2d91a31410cd9cd284a325e70184742

7 years agoBTA HF Client should use dynamic control block
Sanket Agarwal [Thu, 1 Dec 2016 03:43:47 +0000 (19:43 -0800)]
BTA HF Client should use dynamic control block

Most of the functions in bta_hf_client_at.cc are
currently using a static field for passing callbacks to
BTIF layer. In order to support multi device we need to make
the functions have a parameter which denotes the device.

In order to pass all the required information we choose to
pass the control block for the device instead.

Bug: b/30984220
Test: Manual regression test

Change-Id: Iac692d7e28df3955ddbd28707c323c41714bd86a