OSDN Git Service

android-x86/packages-apps-Bluetooth.git
8 years agoMerge "DO NOT MERGE Read Bluetooth interop database entries from settings (2/2)"...
Andre Eisenbach [Wed, 24 Feb 2016 18:53:50 +0000 (18:53 +0000)]
Merge "DO NOT MERGE Read Bluetooth interop database entries from settings (2/2)" into mnc-dr-dev am: e836319052
am: 9e6146ee2f

* commit '9e6146ee2f94c0301d8cc19ca4655e197528829c':
  DO NOT MERGE Read Bluetooth interop database entries from settings (2/2)

8 years agoMerge "DO NOT MERGE Read Bluetooth interop database entries from settings (2/2)"...
Andre Eisenbach [Wed, 24 Feb 2016 18:47:16 +0000 (18:47 +0000)]
Merge "DO NOT MERGE Read Bluetooth interop database entries from settings (2/2)" into mnc-dr-dev
am: e836319052

* commit 'e8363190528d0d95a35ab265ab91c591eb17a7c3':
  DO NOT MERGE Read Bluetooth interop database entries from settings (2/2)

8 years agoMerge "DO NOT MERGE Read Bluetooth interop database entries from settings (2/2)"...
Andre Eisenbach [Wed, 24 Feb 2016 18:35:37 +0000 (18:35 +0000)]
Merge "DO NOT MERGE Read Bluetooth interop database entries from settings (2/2)" into mnc-dr-dev

8 years agoDO NOT MERGE Enhance AVRCP Absolute Volume control implementation am: 1a1169dcb2...
Liejun Tao [Tue, 23 Feb 2016 21:59:48 +0000 (21:59 +0000)]
DO NOT MERGE Enhance AVRCP Absolute Volume control implementation am: 1a1169dcb2  -s ours
am: 68d4713d8a

* commit '68d4713d8aa4bf743939b195e2658ae89703ffe7':
  DO NOT MERGE Enhance AVRCP Absolute Volume control implementation

8 years agoDO NOT MERGE Enhance AVRCP Absolute Volume control implementation
Liejun Tao [Tue, 23 Feb 2016 21:53:10 +0000 (21:53 +0000)]
DO NOT MERGE Enhance AVRCP Absolute Volume control implementation
am: 1a1169dcb2  -s ours

* commit '1a1169dcb2627c9667153232a356984e81f24e82':
  DO NOT MERGE Enhance AVRCP Absolute Volume control implementation

8 years agoDO NOT MERGE Enhance AVRCP Absolute Volume control implementation
Liejun Tao [Fri, 18 Dec 2015 20:59:01 +0000 (14:59 -0600)]
DO NOT MERGE Enhance AVRCP Absolute Volume control implementation

1. Remember the current local volume level, current remote volume level.
When user adjusts the volume, compare the returned remote volume
level with desired volume level, if they don't match, do retry.

2.Learn and remember the volume mapping between phone volume level and
remote volume level as the user adjusts volume. When user adjusts to one
remembered volume level, use the mapping directly. Otherwise calculate
the remote volume level and try with method described in step one.

3. Blacklist device if remote device does not tell its initial volume.

4. Define optional threshold for initial volume level to avoid headset
being too loud upon re-connection.

Signed-off-by: Liejun Tao <baibai@motorola.com>
Change-Id: I78112f5f401666f5a680561473a5c7f914071fbe

8 years agoDO NOT MERGE Read Bluetooth interop database entries from settings (2/2)
Andre Eisenbach [Thu, 14 Jan 2016 10:06:23 +0000 (02:06 -0800)]
DO NOT MERGE Read Bluetooth interop database entries from settings (2/2)

Interop database entries are stored in the system settings entry
"BluetoothInteropDatabase". The format is a list of entries separated by
";". An entry consists of a BDA fragment, followed by a comma and an
integer representing a feature from interop.h.

Example:
To disable LE secure connections for devices starting with BDA 11:22:33,
use "11:22:33,0".

Bug: 26548845
Change-Id: I5903930178b70d1eb52d64b1c6051ce8ee346da4

8 years agoMerge "Fix memory leak in Bluetooth AVRCP JNI" into mnc-dr-dev am: e225df4abf
Akshay Thakker [Sun, 14 Feb 2016 22:38:38 +0000 (22:38 +0000)]
Merge "Fix memory leak in Bluetooth AVRCP JNI" into mnc-dr-dev am: e225df4abf
am: eeb99e6b70

* commit 'eeb99e6b70dca78c6644c714bd567aa74d5a782d':
  Fix memory leak in Bluetooth AVRCP JNI

8 years ago[DO NOT MERGE ANYWHERE] Null terminate MAP instance information am: 082275e311 ...
Ajay Panicker [Sun, 14 Feb 2016 22:38:31 +0000 (22:38 +0000)]
[DO NOT MERGE ANYWHERE] Null terminate MAP instance information am: 082275e311  -s ours
am: db872b8302  -s ours

* commit 'db872b83023f757554332968ad449c3f815cb5ca':
  [DO NOT MERGE ANYWHERE] Null terminate MAP instance information

8 years agoMerge "Fix memory leak in Bluetooth AVRCP JNI" into mnc-dr-dev
Akshay Thakker [Sun, 14 Feb 2016 22:28:09 +0000 (22:28 +0000)]
Merge "Fix memory leak in Bluetooth AVRCP JNI" into mnc-dr-dev
am: e225df4abf

* commit 'e225df4abfe69c5aa99b6463384afd4a67bd39c8':
  Fix memory leak in Bluetooth AVRCP JNI

8 years ago[DO NOT MERGE ANYWHERE] Null terminate MAP instance information
Ajay Panicker [Sun, 14 Feb 2016 22:27:56 +0000 (22:27 +0000)]
[DO NOT MERGE ANYWHERE] Null terminate MAP instance information
am: 082275e311  -s ours

* commit '082275e31109a282c9ba1a00467d3d11bd65067c':
  [DO NOT MERGE ANYWHERE] Null terminate MAP instance information

8 years agoMerge "Fix memory leak in Bluetooth AVRCP JNI" into mnc-dr-dev
Akshay Thakker [Sun, 14 Feb 2016 22:17:51 +0000 (22:17 +0000)]
Merge "Fix memory leak in Bluetooth AVRCP JNI" into mnc-dr-dev

8 years agoFix memory leak in Bluetooth AVRCP JNI
Casper Bonde [Mon, 4 Jan 2016 15:13:13 +0000 (16:13 +0100)]
Fix memory leak in Bluetooth AVRCP JNI

When rebasing change-id I3941793f9843abf4afa5ffbee40d1d01c118b29b
later change bbb4110b455b3aa29106d5b4f0a37e1be8e09475 in AOSP,
a memory leak fix was removed by accident. This patch re-enables
the memory leak fix.

Bug: 26383160
Change-Id: I70fd2ea00f6135803f92aad3adda9ce38f47cc32
Signed-off-by: Casper Bonde <c.bonde@samsung.com>
(cherry picked from commit 3a4b8693ee49932247a96099942fa1cecb4670bc)

8 years ago[DO NOT MERGE ANYWHERE] Null terminate MAP instance information
Ajay Panicker [Fri, 8 Jan 2016 00:05:11 +0000 (16:05 -0800)]
[DO NOT MERGE ANYWHERE] Null terminate MAP instance information

Bug: 26437927
Change-Id: I673de7f7c68b9a02b234bb99c6f89c7fc36f90c9

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Tue, 2 Feb 2016 15:33:54 +0000 (07:33 -0800)]
Import translations. DO NOT MERGE

Change-Id: I66a6219b85c4b5627c6e716a077eb62d4c36531d
Auto-generated-cl: translation import

8 years agoDO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: abb54d6d36...
Andre Eisenbach [Tue, 12 Jan 2016 19:45:12 +0000 (19:45 +0000)]
DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: abb54d6d36 am: 6e9165b908  -s ours am: 44c3652b4c am: 5a1ae16f4e am: d59eb61a3e  -s ours am: d6e1fa7c20 am: 44853bf994
am: be149ebaf5

* commit 'be149ebaf5bd027f75b7b983c6a1f3bd0f712faa':
  DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue

8 years agoDO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: abb54d6d36...
Andre Eisenbach [Tue, 12 Jan 2016 19:36:47 +0000 (19:36 +0000)]
DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: abb54d6d36 am: 6e9165b908  -s ours am: 44c3652b4c am: 5a1ae16f4e am: d59eb61a3e  -s ours am: d6e1fa7c20
am: 44853bf994

* commit '44853bf9949725ba84c30cb40dc2f99f8b701a70':
  DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue

8 years agoDO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: abb54d6d36...
Andre Eisenbach [Tue, 12 Jan 2016 19:05:23 +0000 (19:05 +0000)]
DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: abb54d6d36 am: 6e9165b908  -s ours am: 44c3652b4c am: 5a1ae16f4e am: d59eb61a3e  -s ours
am: d6e1fa7c20

* commit 'd6e1fa7c20fbddbf9ea5fa7b042bfdf276c1463a':
  DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue

8 years agoDO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: abb54d6d36...
Andre Eisenbach [Tue, 12 Jan 2016 19:02:36 +0000 (19:02 +0000)]
DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: abb54d6d36 am: 6e9165b908  -s ours am: 44c3652b4c am: 5a1ae16f4e
am: d59eb61a3e  -s ours

* commit 'd59eb61a3ef94ef69bbbcf8e039895d0fb2fd379':
  DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue

8 years agoDO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: abb54d6d36...
Andre Eisenbach [Tue, 12 Jan 2016 19:00:00 +0000 (19:00 +0000)]
DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: abb54d6d36 am: 6e9165b908  -s ours am: 44c3652b4c
am: 5a1ae16f4e

* commit '5a1ae16f4ee61b1686e178389485ef65001ed167':
  DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue

8 years agoDO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: f81566bb85...
Ashwini Munigala [Tue, 12 Jan 2016 18:57:03 +0000 (18:57 +0000)]
DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: f81566bb85 am: ff7beb91be
am: e005c18fa8

* commit 'e005c18fa8fd19ef68580c57760e91735e66a48b':
  DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue

8 years agoDO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: abb54d6d36...
Andre Eisenbach [Tue, 12 Jan 2016 18:56:46 +0000 (18:56 +0000)]
DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: abb54d6d36 am: 6e9165b908  -s ours
am: 44c3652b4c

* commit '44c3652b4cb824089768112a5a5614cb4346cd0f':
  DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue

8 years agoDO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: f81566bb85
Ashwini Munigala [Tue, 12 Jan 2016 18:53:14 +0000 (18:53 +0000)]
DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: f81566bb85
am: ff7beb91be

* commit 'ff7beb91bee0db50b4ce03aba1b39a3362f767c6':
  DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue

8 years agoDO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: abb54d6d36
Andre Eisenbach [Tue, 12 Jan 2016 18:52:47 +0000 (18:52 +0000)]
DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue am: abb54d6d36
am: 6e9165b908  -s ours

* commit '6e9165b90881581d1c58eb974b304465340b08e7':
  DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue

8 years agoDO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue
Ashwini Munigala [Tue, 12 Jan 2016 18:48:04 +0000 (18:48 +0000)]
DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue
am: f81566bb85

* commit 'f81566bb85a1d0388b738dc5553d096591fc9030':
  DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue

8 years agoDO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue
Andre Eisenbach [Tue, 12 Jan 2016 18:46:52 +0000 (18:46 +0000)]
DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue
am: abb54d6d36

* commit 'abb54d6d3614cd86a6349303400b9cf2f83af4c7':
  DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue

8 years agoDO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue
Ashwini Munigala [Mon, 7 Sep 2015 16:08:09 +0000 (21:38 +0530)]
DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue

Receive and handle ACTION_MESSAGE_SENT intent for SMS type
message to move it to SENT folder when pushMessage request
from MCE  is processed and SMS delivered successfully.

Bug: 22343270
CRs-Fixed: 903561
Change-Id: I337fb1fb870873bf9f1add58d6d898465fc003c8

8 years agoFix memory leak in Bluetooth AVRCP JNI
Casper Bonde [Mon, 4 Jan 2016 15:13:13 +0000 (16:13 +0100)]
Fix memory leak in Bluetooth AVRCP JNI

When rebasing change-id I3941793f9843abf4afa5ffbee40d1d01c118b29b
later change bbb4110b455b3aa29106d5b4f0a37e1be8e09475 in AOSP,
a memory leak fix was removed by accident. This patch re-enables
the memory leak fix.

Bug: 26383160
Change-Id: I70fd2ea00f6135803f92aad3adda9ce38f47cc32
Signed-off-by: Casper Bonde <c.bonde@samsung.com>
8 years agoDO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue
Andre Eisenbach [Tue, 29 Dec 2015 21:37:08 +0000 (13:37 -0800)]
DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue

Receive and handle ACTION_MESSAGE_SENT intent for SMS type
message to move it to SENT folder when pushMessage request
from MCE  is processed and SMS delivered successfully.

Bug: 22343270
CRs-Fixed: 903561
Change-Id: I9dafffc737a34233ede2d10e22cd969f520a12cf

8 years agoDO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue
Ashwini Munigala [Mon, 7 Sep 2015 16:08:09 +0000 (21:38 +0530)]
DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue

Receive and handle ACTION_MESSAGE_SENT intent for SMS type
message to move it to SENT folder when pushMessage request
from MCE  is processed and SMS delivered successfully.

Bug: 22343270
CRs-Fixed: 903561
Change-Id: I9dafffc737a34233ede2d10e22cd969f520a12cf

8 years agoMap Bluetooth profiles correctly in isProfileDisabled helper function.
Bryce Lee [Fri, 18 Dec 2015 23:07:05 +0000 (23:07 +0000)]
Map Bluetooth profiles correctly in isProfileDisabled helper function.
am: 0a9659da81

* commit '0a9659da81c1367bf40a8340ecdff4227f88203b':
  Map Bluetooth profiles correctly in isProfileDisabled helper function.

8 years agoMap Bluetooth profiles correctly in isProfileDisabled helper function.
Bryce Lee [Fri, 18 Dec 2015 19:33:47 +0000 (11:33 -0800)]
Map Bluetooth profiles correctly in isProfileDisabled helper function.

Change-Id: Ic38736a653e6413f1f3bb41c8dfe049abe8883f0

8 years agoMonitor disabled profile setting and enable/disable profiles on change.
Bryce Lee [Thu, 17 Dec 2015 19:44:37 +0000 (11:44 -0800)]
Monitor disabled profile setting and enable/disable profiles on change.
am: 3602a64c6b

* commit '3602a64c6bbe46775cba67f064af39c89d888c5c':
  Monitor disabled profile setting and enable/disable profiles on change.

8 years agoMonitor disabled profile setting and enable/disable profiles on change.
Bryce Lee [Thu, 17 Dec 2015 19:39:46 +0000 (11:39 -0800)]
Monitor disabled profile setting and enable/disable profiles on change.

Bug: 25900899
Change-Id: Id98ae58ada8eecd33a2c86970d9d20ae061680be

8 years agoAllow for automatic routing on HF AG to be disabled.
Bryce Lee [Tue, 17 Nov 2015 16:14:24 +0000 (16:14 +0000)]
Allow for automatic routing on HF AG to be disabled.
am: 9e1b34b2a5

* commit '9e1b34b2a5a80c9b16cfc9e71fd4ff015086ab16':
  Allow for automatic routing on HF AG to be disabled.

8 years agoAllow for automatic routing on HF AG to be disabled.
Bryce Lee [Mon, 16 Nov 2015 18:35:39 +0000 (10:35 -0800)]
Allow for automatic routing on HF AG to be disabled.

Bug: 25485578
Change-Id: Iefe06f9df811311040f154ddf8f578893b275ef4

8 years agoImplement setting/getting whether audio can be routed to the HFP HF device.
Bryce Lee [Thu, 29 Oct 2015 07:15:39 +0000 (07:15 +0000)]
Implement setting/getting whether audio can be routed to the HFP HF device.
am: 22bb394443

* commit '22bb39444356637fbcabd4acf04f2fdb9e3da177':
  Implement setting/getting whether audio can be routed to the HFP HF device.

8 years agoImplement setting/getting whether audio can be routed to the HFP HF device.
Bryce Lee [Thu, 29 Oct 2015 06:00:29 +0000 (23:00 -0700)]
Implement setting/getting whether audio can be routed to the HFP HF device.

Bug: 25332357
Change-Id: I2d37d082673255a165dad955aa1ca4b9f00d599e

8 years agoRevert "Allow HFP HF implementations to specify a client controller."
Bryce Lee [Thu, 29 Oct 2015 05:06:17 +0000 (05:06 +0000)]
Revert "Allow HFP HF implementations to specify a client controller."
am: 84d1aab871

* commit '84d1aab871b03d94dddce4ad2d17f3c2acb892b5':
  Revert "Allow HFP HF implementations to specify a client controller."

8 years agoRevert "Allow HFP HF implementations to specify a client controller."
Bryce Lee [Thu, 29 Oct 2015 04:58:02 +0000 (04:58 +0000)]
Revert "Allow HFP HF implementations to specify a client controller."

This reverts commit 8843d8a82571b0a2f1b003cad999bed595814257.

Change-Id: I5371e263fd92c6790558d38f19945492731e17f6

8 years agoAllow HFP HF implementations to specify a client controller.
Bryce Lee [Thu, 29 Oct 2015 04:44:37 +0000 (04:44 +0000)]
Allow HFP HF implementations to specify a client controller.
am: 8843d8a825

* commit '8843d8a82571b0a2f1b003cad999bed595814257':
  Allow HFP HF implementations to specify a client controller.

8 years agoAllow HFP HF implementations to specify a client controller.
Bryce Lee [Thu, 29 Oct 2015 04:08:54 +0000 (21:08 -0700)]
Allow HFP HF implementations to specify a client controller.

The client controller service is used by the HeadsetClientService to
determine conditions such as whether audio routing to device is permitted.

Bug: 25332357
Change-Id: I8971960f959084ed3969db7c8cdef11673a58994

8 years agoRemove receiver status foreground flag
Zach Johnson [Mon, 26 Oct 2015 17:01:35 +0000 (17:01 +0000)]
Remove receiver status foreground flag
am: 65842bfe88

* commit '65842bfe88b3d91060cd05446024f14061524dcd':
  Remove receiver status foreground flag

8 years agoRemove receiver status foreground flag
Zach Johnson [Mon, 26 Oct 2015 16:47:48 +0000 (09:47 -0700)]
Remove receiver status foreground flag

Turns out this actually causes more problems than
it attempts to solve.

b/25116554
b/25256719

Change-Id: Ia30ab5bf0f6e794376eae85b2616bcdb0049ef76

8 years agoAllow for supported profiles to be reloaded on enable.
Bryce Lee [Fri, 23 Oct 2015 20:57:44 +0000 (20:57 +0000)]
Allow for supported profiles to be reloaded on enable.
am: 371e2047c4

* commit '371e2047c485f8f75c2b63a38b36a65b72c2fa42':
  Allow for supported profiles to be reloaded on enable.

8 years agoAllow for supported profiles to be reloaded on enable.
Bryce Lee [Fri, 23 Oct 2015 19:30:29 +0000 (12:30 -0700)]
Allow for supported profiles to be reloaded on enable.

Bug: 24977590
Change-Id: I2e5371d3333482cdd1cf18d48fe3c2e0f2229e42

8 years agoRemove Vcard filter for call-logs am: b211df6fcb
Ajay Panicker [Thu, 22 Oct 2015 23:37:40 +0000 (23:37 +0000)]
Remove Vcard filter for call-logs am: b211df6fcb
am: d83da25118

* commit 'd83da25118e3b487df56f9e17f3c52bb60b25926':
  Remove Vcard filter for call-logs

8 years agoRemove Vcard filter for call-logs
Ajay Panicker [Thu, 22 Oct 2015 23:11:53 +0000 (23:11 +0000)]
Remove Vcard filter for call-logs
am: b211df6fcb

* commit 'b211df6fcbd7dcd055354b75afc2e68ea49a36d9':
  Remove Vcard filter for call-logs

8 years agoRemove Vcard filter for call-logs
Ajay Panicker [Thu, 22 Oct 2015 19:00:25 +0000 (12:00 -0700)]
Remove Vcard filter for call-logs

Timestamps were being incorrectly filtered out of Vcards when sending
call-logs.

Bug: 25084927
Change-Id: Ied8912e7d2fdbcc6e6980c3773c4ec5a449842ec

8 years agoFix file permissions for Bluetooth share am: 66d643091e
Ajay Panicker [Wed, 21 Oct 2015 00:57:39 +0000 (00:57 +0000)]
Fix file permissions for Bluetooth share am: 66d643091e
am: 33e7f11a36

* commit '33e7f11a36a8553285a1fd4c3cfff1e9458df842':
  Fix file permissions for Bluetooth share

8 years agoFix file permissions for Bluetooth share
Ajay Panicker [Wed, 21 Oct 2015 00:54:34 +0000 (00:54 +0000)]
Fix file permissions for Bluetooth share
am: 66d643091e

* commit '66d643091edba75b4524483ea640273344533378':
  Fix file permissions for Bluetooth share

8 years agoFix file permissions for Bluetooth share
Ajay Panicker [Tue, 13 Oct 2015 22:31:47 +0000 (15:31 -0700)]
Fix file permissions for Bluetooth share

Used a file provider to serve up URIs to allow
applications to access files in the external
Bluetooth directory.

Bug: 23367919
Change-Id: Iadcdcafb235f3eeb50a0e147f3ef982fc9ee38b3

8 years agoam 5040e76e: Only apply foreground flag for audio state connected
Zach Johnson [Sun, 18 Oct 2015 19:21:38 +0000 (19:21 +0000)]
am 5040e76e: Only apply foreground flag for audio state connected

* commit '5040e76e2b2742a210e5e1ef29ae1b1779f12ee3':
  Only apply foreground flag for audio state connected

8 years agoam 5d0f2973: Add FLAG_RECEIVER_FOREGROUND to audio state broadcasts
Zach Johnson [Sun, 18 Oct 2015 12:44:39 +0000 (12:44 +0000)]
am 5d0f2973: Add FLAG_RECEIVER_FOREGROUND to audio state broadcasts

* commit '5d0f29737bfa7d9e2891b1e99c87e86fce434599':
  Add FLAG_RECEIVER_FOREGROUND to audio state broadcasts

8 years agoOnly apply foreground flag for audio state connected
Zach Johnson [Sun, 18 Oct 2015 06:18:23 +0000 (23:18 -0700)]
Only apply foreground flag for audio state connected

The other states aren't really that important, and
this reduces the chance of ANR.

Change-Id: Ie019b81a9fbfb9238cf8b6cce1308d0d7358cbf8

8 years agoAdd FLAG_RECEIVER_FOREGROUND to audio state broadcasts
Zach Johnson [Sun, 18 Oct 2015 04:10:31 +0000 (21:10 -0700)]
Add FLAG_RECEIVER_FOREGROUND to audio state broadcasts

This is important so audio can be rejected in a timely manner
when necessary.

Change-Id: I4a7789d262ac74c5014b34eb959d502a68217362

8 years agoam 80a654ab: am 4a9f9b02: Fix foreground scans for pre-M apps when location is disabled
Fyodor Kupolov [Thu, 15 Oct 2015 16:25:38 +0000 (16:25 +0000)]
am 80a654ab: am 4a9f9b02: Fix foreground scans for pre-M apps when location is disabled

* commit '80a654ab3be8109bc427e27055b569127941215d':
  Fix foreground scans for pre-M apps when location is disabled

8 years agoam 4a9f9b02: Fix foreground scans for pre-M apps when location is disabled
Fyodor Kupolov [Thu, 15 Oct 2015 16:19:12 +0000 (16:19 +0000)]
am 4a9f9b02: Fix foreground scans for pre-M apps when location is disabled

* commit '4a9f9b0253fde7341bf9e12c5bd0e6f29fced4fc':
  Fix foreground scans for pre-M apps when location is disabled

8 years agoFix foreground scans for pre-M apps when location is disabled
Fyodor Kupolov [Fri, 18 Sep 2015 22:55:21 +0000 (15:55 -0700)]
Fix foreground scans for pre-M apps when location is disabled

Foreground scans were still broken even for L-or-earlier apps when the
location was disabled.

Bug: 24203266
Change-Id: Iaad8d7828a4b383b6cc0a033e94c7d2cd8c9328b

8 years agoam 836f7d38: am faf199e4: SAP: Fix missing connect response when call ongoing at...
Hemant Gupta [Sun, 11 Oct 2015 14:11:19 +0000 (14:11 +0000)]
am 836f7d38: am faf199e4: SAP: Fix missing connect response when call ongoing at connect

* commit '836f7d384eea45c1cc29ab671be798e6b26da519':
  SAP: Fix missing connect response when call ongoing at connect

8 years agoam faf199e4: SAP: Fix missing connect response when call ongoing at connect
Hemant Gupta [Sun, 11 Oct 2015 13:43:35 +0000 (13:43 +0000)]
am faf199e4: SAP: Fix missing connect response when call ongoing at connect

* commit 'faf199e456dbb987f343c829c603c035df10add7':
  SAP: Fix missing connect response when call ongoing at connect

8 years agoSAP: Fix missing connect response when call ongoing at connect
Hemant Gupta [Tue, 29 Sep 2015 18:35:40 +0000 (20:35 +0200)]
SAP: Fix missing connect response when call ongoing at connect

The CALL_ONGOING_STATE was set twice, causing the connect
response not to be sent to the peer device when there was an
ongoing call on DUT. This was violating the SAP Spec.

Bug: 24520367
Change-Id: I290d924870381a82a4abd8b6c42a6d0ebf55652f

8 years agoam 7618faa5: Avoid NPE when dumping headset profile state.
Sharvil Nanavati [Sun, 27 Sep 2015 00:23:26 +0000 (00:23 +0000)]
am 7618faa5: Avoid NPE when dumping headset profile state.

* commit '7618faa5df18324c581ade91f75454e2e3d8ad49':
  Avoid NPE when dumping headset profile state.

8 years agoAvoid NPE when dumping headset profile state.
Sharvil Nanavati [Sat, 26 Sep 2015 23:22:21 +0000 (16:22 -0700)]
Avoid NPE when dumping headset profile state.

Change-Id: I91767bcc09d4e16a9bd5c8dbe2e662a96f9880a5

8 years agoam 3b46d46c: (-s ours) am 704e3f3a: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Fri, 25 Sep 2015 03:16:30 +0000 (03:16 +0000)]
am 3b46d46c: (-s ours) am 704e3f3a: (-s ours) Import translations. DO NOT MERGE

* commit '3b46d46c6244f6cefe2e0c3ec8460717c2560dd5':
  Import translations. DO NOT MERGE

8 years agoam 704e3f3a: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Fri, 25 Sep 2015 03:05:28 +0000 (03:05 +0000)]
am 704e3f3a: (-s ours) Import translations. DO NOT MERGE

* commit '704e3f3af7cf84f51e9fbed82559f40b390ef62c':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 25 Sep 2015 02:17:21 +0000 (19:17 -0700)]
Import translations. DO NOT MERGE

Change-Id: I65c7851b505747cca3d79e899ac168f07520fa0a
Auto-generated-cl: translation import

8 years agoam b439f53e: (-s ours) am 184ad241: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Fri, 18 Sep 2015 17:24:19 +0000 (17:24 +0000)]
am b439f53e: (-s ours) am 184ad241: (-s ours) Import translations. DO NOT MERGE

* commit 'b439f53e7d5991f197fd3b0168a6ad0f5390f33b':
  Import translations. DO NOT MERGE

8 years agoam 184ad241: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Fri, 18 Sep 2015 17:16:28 +0000 (17:16 +0000)]
am 184ad241: (-s ours) Import translations. DO NOT MERGE

* commit '184ad2417e3855f868e4533d69f2b0b02b2705a0':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 18 Sep 2015 17:04:53 +0000 (10:04 -0700)]
Import translations. DO NOT MERGE

Change-Id: I1ebce88cb2ffc43352d10ab0a81874f87e4f2d48
Auto-generated-cl: translation import

8 years agoam 0e94b62d: Merge "Send the AUDIO_CONNECTED broadcast after switching to the AudioOn...
Sharvil Nanavati [Mon, 14 Sep 2015 18:06:50 +0000 (18:06 +0000)]
am 0e94b62d: Merge "Send the AUDIO_CONNECTED broadcast after switching to the AudioOn state." into cw-e-dev

* commit '0e94b62d60f3a729b03841a1891af3a889c9748f':
  Send the AUDIO_CONNECTED broadcast after switching to the AudioOn state.

8 years agoMerge "Send the AUDIO_CONNECTED broadcast after switching to the AudioOn state."...
Sharvil Nanavati [Mon, 14 Sep 2015 18:00:25 +0000 (18:00 +0000)]
Merge "Send the AUDIO_CONNECTED broadcast after switching to the AudioOn state." into cw-e-dev

8 years agoam 93793893: Read connection intervals from config.xml so it can be overriden by...
Sharvil Nanavati [Mon, 14 Sep 2015 16:12:12 +0000 (16:12 +0000)]
am 93793893: Read connection intervals from config.xml so it can be overriden by device.

* commit '93793893b122e5eb3101899411fccaabc075dfaf':
  Read connection intervals from config.xml so it can be overriden by device.

8 years agoRead connection intervals from config.xml so it can be overriden by device.
Sharvil Nanavati [Mon, 14 Sep 2015 06:30:07 +0000 (23:30 -0700)]
Read connection intervals from config.xml so it can be overriden by device.

Wear needs the minimum possible connection interval for BLE connections
to support the Wear iOS companion app. This change simply moves the hard-
coded connection intervals to config.xml so they can be overriden for
Wear devices.

Bug: 23903184
Change-Id: I1f60772ef6a100ad5e4f02f629b5ca6e80fc207a

8 years agoSend the AUDIO_CONNECTED broadcast after switching to the AudioOn state.
Sharvil Nanavati [Sun, 13 Sep 2015 00:18:39 +0000 (17:18 -0700)]
Send the AUDIO_CONNECTED broadcast after switching to the AudioOn state.

The broadcast is currently sent while the HFP client state machine is
in the Connected state. As a result, a broadcast receiver who wishes
to disconnect the incoming audio connection won't be able to successfully
call disconnectAudio. By changing the internal state first and then
broadcasting, receivers can immediately perform audio operations.

Bug: 23568208
Change-Id: I60de9775f9a0126774275d08ef999f082ae41747

8 years agoam fb540d85: am 1c28582b: Allow senderAddressing on default filter for message Listing
Ajay Panicker [Fri, 11 Sep 2015 05:20:34 +0000 (05:20 +0000)]
am fb540d85: am 1c28582b: Allow senderAddressing on default filter for message Listing

* commit 'fb540d85c3591020df3615101fbb9f788a27c139':
  Allow senderAddressing on default filter for message Listing

8 years agoam 1c28582b: Allow senderAddressing on default filter for message Listing
Ajay Panicker [Fri, 11 Sep 2015 05:13:28 +0000 (05:13 +0000)]
am 1c28582b: Allow senderAddressing on default filter for message Listing

* commit '1c28582b0e780eed2f8480e5c2dfbf0da745e4e8':
  Allow senderAddressing on default filter for message Listing

8 years agoAllow senderAddressing on default filter for message Listing
Ajay Panicker [Thu, 10 Sep 2015 23:31:04 +0000 (16:31 -0700)]
Allow senderAddressing on default filter for message Listing

Adjusted the PARAMETER_MASK_DEFAULT constant for when a
message listing request is recieved and a message filter isnt
provided. This new filter value causes the sender_address field
to be sent along with all the other default information.

Bug: 22163529
Change-Id: I49444cfb341d2e6cc72bdab55aa441d712b03f14

8 years agoam 4d5be8f0: am 0ebd4e58: Move SMS message to proper folder after sending
Ajay Panicker [Thu, 10 Sep 2015 01:07:48 +0000 (01:07 +0000)]
am 4d5be8f0: am 0ebd4e58: Move SMS message to proper folder after sending

* commit '4d5be8f02eedfcdb9b49962a2d881d7db7adb273':
  Move SMS message to proper folder after sending

8 years agoam 0ebd4e58: Move SMS message to proper folder after sending
Ajay Panicker [Thu, 10 Sep 2015 00:59:27 +0000 (00:59 +0000)]
am 0ebd4e58: Move SMS message to proper folder after sending

* commit '0ebd4e58920add6114b1f345b7d95e0709096fe3':
  Move SMS message to proper folder after sending

8 years agoMove SMS message to proper folder after sending
Ajay Panicker [Wed, 9 Sep 2015 19:11:51 +0000 (12:11 -0700)]
Move SMS message to proper folder after sending

Move a SMS message to the correct folder upon receiving an intent
detailing if the message was succesfully sent or not. If sent
successfully, move to the SENT folder, otherwise move it to
the FAILED folder.

Bug: 22992865
Change-Id: Ifdcfb7bb613844f507ef27460ead520c6573b89d

8 years agoam e48e8d0b: am 6385f5ec: Add NREC setting routine even after SCO connected
Sungmin Choi [Wed, 9 Sep 2015 18:00:47 +0000 (18:00 +0000)]
am e48e8d0b: am 6385f5ec: Add NREC setting routine even after SCO connected

* commit 'e48e8d0b7c5b9ce8c2310d68c836cac4444f09f8':
  Add NREC setting routine even after SCO connected

8 years agoam 6385f5ec: Add NREC setting routine even after SCO connected
Sungmin Choi [Wed, 9 Sep 2015 17:54:05 +0000 (17:54 +0000)]
am 6385f5ec: Add NREC setting routine even after SCO connected

* commit '6385f5ec823dd1113708532d20729dba67d9beaa':
  Add NREC setting routine even after SCO connected

8 years agoAdd NREC setting routine even after SCO connected
Sungmin Choi [Fri, 4 Sep 2015 22:01:26 +0000 (15:01 -0700)]
Add NREC setting routine even after SCO connected

Bug: 23471393
Change-Id: I46264238e4810a7f280e656220bc68e76eb0cb37
Signed-off-by: koh.changseok <koh.changseok@lge.com>
Signed-off-by: Sungmin Choi <sungmin.choi@lge.com>
8 years agoam 9ff028cc: am 471e023d: SAP: Fix missing attribute in disconnect_ind
Casper Bonde [Tue, 8 Sep 2015 16:23:22 +0000 (16:23 +0000)]
am 9ff028cc: am 471e023d: SAP: Fix missing attribute in disconnect_ind

* commit '9ff028cca112cf2fb1ebc9a73f77f6a4033a644e':
  SAP: Fix missing attribute in disconnect_ind

8 years agoam 471e023d: SAP: Fix missing attribute in disconnect_ind
Casper Bonde [Tue, 8 Sep 2015 16:17:33 +0000 (16:17 +0000)]
am 471e023d: SAP: Fix missing attribute in disconnect_ind

* commit '471e023da5f39d21ebcb1d3fad43a591c15f6be3':
  SAP: Fix missing attribute in disconnect_ind

8 years agoSAP: Fix missing attribute in disconnect_ind
Casper Bonde [Fri, 28 Aug 2015 10:48:53 +0000 (12:48 +0200)]
SAP: Fix missing attribute in disconnect_ind

The internal TEST flag was removing too much code.
To make it easier to run test, and avoid future issues
with removing needed code, the TEST flag is no longer used
to remove code.

This bug was noticed when running the PTS testcases without the
PTS_TEST flag set. It is assumed that this fix will make
TC_SERVER_DCN_BV_02_I work without the PTS flag, but unless PTS
have updated their test case to accept both a gracefull disconnect
and a forced disconnect, TC_SERVER_DCN_BV_03_I will still fail in
a production build. The SAP spec suggest to use a gracefull disconnect
when initiating a disconnect from a server, hence it is not a good
idea to expose a force disconnect option to the used without first
having tried a gracefull disconnect. Hence the PTS test case
implementation is in conflict with the intented use specified in
the SAP specification.

Without this fix a build with PTS_TEST=false will not work as
intented.

PTS_TEST replaced with system property bt.sap.pts. Set it to true
to enable the force disconnect button.

Bug: 23614694
Signed-off-by: Casper Bonde <c.bonde@samsung.com>
Change-Id: I776a53d6e786c21000ef62094f9a9948ee5880b8

9 years agoam 2ecfab69: am e377aae9: SAP: Fix logic to skip padding bytes for requests received
Casper Bonde [Fri, 4 Sep 2015 00:23:49 +0000 (00:23 +0000)]
am 2ecfab69: am e377aae9: SAP: Fix logic to skip padding bytes for requests received

* commit '2ecfab690d8a15de275f665008a3645dd71db95d':
  SAP: Fix logic to skip padding bytes for requests received

9 years agoam e377aae9: SAP: Fix logic to skip padding bytes for requests received
Casper Bonde [Fri, 4 Sep 2015 00:12:29 +0000 (00:12 +0000)]
am e377aae9: SAP: Fix logic to skip padding bytes for requests received

* commit 'e377aae948e58f974c3af14360d2f6ce09b868aa':
  SAP: Fix logic to skip padding bytes for requests received

9 years agoSAP: Fix logic to skip padding bytes for requests received
Casper Bonde [Fri, 28 Aug 2015 14:28:03 +0000 (16:28 +0200)]
SAP: Fix logic to skip padding bytes for requests received

As per SAP spec, padding bytes can be 0-3 bytes, but the current code
has incorrect logic, that would lead to calculation of padding bytes
as 4 in case the APDU length was multiple of 4, which would lead to
incorrect parsing logic in SAP Server and can lead to issues of no
response for APDU request from SAP Server as it keeps waiting for
reading more bytes from rfcomm which are not present.

Also check added in code not to send msg to RIL if socket is null to
prevent crash in BT Sap module.

Bug: 23024598
Signed-off-by: Casper Bonde <c.bonde@samsung.com>
Change-Id: I24e4a6b850709c9c32b7e0992626a0219dacef03

9 years agoam fa60067c: am 08fba96f: am bf37a029: Fix column ID for PBAP name lookup
Andre Eisenbach [Tue, 1 Sep 2015 01:50:43 +0000 (01:50 +0000)]
am fa60067c: am 08fba96f: am bf37a029: Fix column ID for PBAP name lookup

* commit 'fa60067ce39759fc2a3ae60127b02753c0dba162':
  Fix column ID for PBAP name lookup

9 years agoam 08fba96f: am bf37a029: Fix column ID for PBAP name lookup
Andre Eisenbach [Tue, 1 Sep 2015 01:43:22 +0000 (01:43 +0000)]
am 08fba96f: am bf37a029: Fix column ID for PBAP name lookup

* commit '08fba96fc3955528bc3a2761731876c1b03f9e4f':
  Fix column ID for PBAP name lookup

9 years agoam bf37a029: Fix column ID for PBAP name lookup
Andre Eisenbach [Tue, 1 Sep 2015 01:32:55 +0000 (01:32 +0000)]
am bf37a029: Fix column ID for PBAP name lookup

* commit 'bf37a0295d110b77b635ca2986172bbdd59331bb':
  Fix column ID for PBAP name lookup

9 years agoFix column ID for PBAP name lookup
Andre Eisenbach [Tue, 1 Sep 2015 00:17:42 +0000 (17:17 -0700)]
Fix column ID for PBAP name lookup

When a phonebook lookup is performed to resolve a phone number into a
name, the wrong column ID is used to retrieve the value from the cursor,
causing an un-caught exception and a failed lookup.

Bug: 22953958
Change-Id: I1f826412916012382903fdf30d43d5cb3516432c

9 years agoam 157a5b49: HFP should let the system handle ringtones
Zach Johnson [Fri, 28 Aug 2015 18:19:18 +0000 (18:19 +0000)]
am 157a5b49: HFP should let the system handle ringtones

* commit '157a5b491ca74ecd8dde0400d3d6fc175d28165b':
  HFP should let the system handle ringtones

9 years agoHFP should let the system handle ringtones
Zach Johnson [Fri, 28 Aug 2015 04:35:47 +0000 (21:35 -0700)]
HFP should let the system handle ringtones

https://www.youtube.com/watch?v=NJVrTYbxwgA

First of all, it was choosing the sound in this order:

1. alarm sound
2. notification sound
3. ringtone sound

me: o_O

Second of all, it can't take custom ringtones
for contacts into account.

Change-Id: I16e04e69bdc9b190f8d12412dfd8365420f1da5b

9 years agoam 38347a7e: am d678c40f: am 9135d866: HFP/A2DP: Remove pending auto-connect messages...
Ajay Panicker [Thu, 27 Aug 2015 19:49:50 +0000 (19:49 +0000)]
am 38347a7e: am d678c40f: am 9135d866: HFP/A2DP: Remove pending auto-connect messages when connected

* commit '38347a7e66a7c8a47767d8aad3d9534d95a0f070':
  HFP/A2DP: Remove pending auto-connect messages when connected

9 years agoam d678c40f: am 9135d866: HFP/A2DP: Remove pending auto-connect messages when connected
Ajay Panicker [Thu, 27 Aug 2015 19:40:06 +0000 (19:40 +0000)]
am d678c40f: am 9135d866: HFP/A2DP: Remove pending auto-connect messages when connected

* commit 'd678c40f35f18ef48bddbbf07934bd2b82f92400':
  HFP/A2DP: Remove pending auto-connect messages when connected

9 years agoam 9135d866: HFP/A2DP: Remove pending auto-connect messages when connected
Ajay Panicker [Thu, 27 Aug 2015 19:33:32 +0000 (19:33 +0000)]
am 9135d866: HFP/A2DP: Remove pending auto-connect messages when connected

* commit '9135d866b12ff019a4eae37e7a8c0df56a4383f2':
  HFP/A2DP: Remove pending auto-connect messages when connected

9 years agoHFP/A2DP: Remove pending auto-connect messages when connected
Ajay Panicker [Wed, 26 Aug 2015 20:58:38 +0000 (13:58 -0700)]
HFP/A2DP: Remove pending auto-connect messages when connected

Fixes a bug in which being paired with multiple headsets causes
previously connected headsets to disconnect. This fix removes
pending connect attemps once one device is successfully connected.

Bug: 23111466
Change-Id: Id471189d92643b9626e63197c00e76defd0a72bf