OSDN Git Service

android-x86/system-bt.git
9 years agoam dde26f3c: am 15d6b314: Revert "A2DP audio HAL: implement get_presentation_position()"
Eric Laurent [Fri, 5 Jun 2015 20:10:26 +0000 (20:10 +0000)]
am dde26f3c: am 15d6b314: Revert "A2DP audio HAL: implement get_presentation_position()"

* commit 'dde26f3c65709e23784ff8fb8e618f3a0f0d0cfe':
  Revert "A2DP audio HAL: implement get_presentation_position()"

9 years agoam 15d6b314: Revert "A2DP audio HAL: implement get_presentation_position()"
Eric Laurent [Fri, 5 Jun 2015 19:59:10 +0000 (19:59 +0000)]
am 15d6b314: Revert "A2DP audio HAL: implement get_presentation_position()"

* commit '15d6b3144d92167d1f4f88cc87a50c2571a2c166':
  Revert "A2DP audio HAL: implement get_presentation_position()"

9 years agoRevert "A2DP audio HAL: implement get_presentation_position()"
Eric Laurent [Fri, 5 Jun 2015 18:55:24 +0000 (11:55 -0700)]
Revert "A2DP audio HAL: implement get_presentation_position()"

This reverts commit 0b6c835cab0391f73a453686f4e665dd02661d77.

Bug: 21660426.

9 years agoam 0bf5438a: am 74f0bd0e: Initialize btif_max_hf_clients with proper value
Mallikarjuna GB [Fri, 5 Jun 2015 02:17:50 +0000 (02:17 +0000)]
am 0bf5438a: am 74f0bd0e: Initialize btif_max_hf_clients with proper value

* commit '0bf5438a93c1f93c13352ef3021a84b6d5703716':
  Initialize btif_max_hf_clients with proper value

9 years agoam 74f0bd0e: Initialize btif_max_hf_clients with proper value
Mallikarjuna GB [Fri, 5 Jun 2015 02:05:25 +0000 (02:05 +0000)]
am 74f0bd0e: Initialize btif_max_hf_clients with proper value

* commit '74f0bd0e8c5cce69690eb7a7c6c7429013082647':
  Initialize btif_max_hf_clients with proper value

9 years agoam e4ca0627: am 46d706a9: Fix issues in A2dp, Avrcp, HF and AG reported by static...
Mallikarjuna GB [Fri, 5 Jun 2015 02:04:50 +0000 (02:04 +0000)]
am e4ca0627: am 46d706a9: Fix issues in A2dp, Avrcp, HF and AG reported by static analysis tool

* commit 'e4ca062746a280e3a95952cf1756cd197f33e179':
  Fix issues in A2dp, Avrcp, HF and AG reported by static analysis tool

9 years agoam 46d706a9: Fix issues in A2dp, Avrcp, HF and AG reported by static analysis tool
Mallikarjuna GB [Fri, 5 Jun 2015 01:53:56 +0000 (01:53 +0000)]
am 46d706a9: Fix issues in A2dp, Avrcp, HF and AG reported by static analysis tool

* commit '46d706a9849dcd027d562200a0a43e6e9156aceb':
  Fix issues in A2dp, Avrcp, HF and AG reported by static analysis tool

9 years agoam 86fd008e: am 1f9dfcbb: Ignore STOP command if A2DP stream is suspended
Anubhav Gupta [Fri, 5 Jun 2015 01:46:02 +0000 (01:46 +0000)]
am 86fd008e: am 1f9dfcbb: Ignore STOP command if A2DP stream is suspended

* commit '86fd008e1ca09ebaad8b4b72255b27de2b6fbe6d':
  Ignore STOP command if A2DP stream is suspended

9 years agoam c5ef1d4b: am a4f66355: Remove check for stream type in a2dp hal_callbacks.
Anubhav Gupta [Fri, 5 Jun 2015 01:46:00 +0000 (01:46 +0000)]
am c5ef1d4b: am a4f66355: Remove check for stream type in a2dp hal_callbacks.

* commit 'c5ef1d4b3619e3d4ff3b6b41fe4abcbef2d16010':
  Remove check for stream type in a2dp hal_callbacks.

9 years agoam 50a0dd7b: am 40969d03: Clear remote BD address information.
Mallikarjuna GB [Fri, 5 Jun 2015 01:46:00 +0000 (01:46 +0000)]
am 50a0dd7b: am 40969d03: Clear remote BD address information.

* commit '50a0dd7b8e935c33e9cb958c94c9f96a4ee7b6fe':
  Clear remote BD address information.

9 years agoam c8e2fcef: am 0ba8b230: Don\'t stop sniff timer before checking for service ID...
Mallikarjuna GB [Fri, 5 Jun 2015 01:45:59 +0000 (01:45 +0000)]
am c8e2fcef: am 0ba8b230:  Don\'t stop sniff timer before checking for service ID entry

* commit 'c8e2fcef0c5d7bd94c3d46a861499152b8633bb7':
  Don't stop sniff timer before checking for service ID entry

9 years agoInitialize btif_max_hf_clients with proper value
Mallikarjuna GB [Thu, 21 May 2015 08:54:05 +0000 (14:24 +0530)]
Initialize btif_max_hf_clients with proper value

btif_max_hf_clients which is an unsigned 16bit integer is
initialized with -1(0xFFFF) in btif_hf.c. Later on, when
application calls init with max_hf_clients as 1, btif_max_hf_clients
will be set to 1. But, before this happens, context switch happened
from application context to btif context with btif_max_hf_clients as -1.
In the btif context, BTA_AgRegister gets called in for loop for 0xFFFF
times. We are running out of scbs due to this.
Initialize btif_max_hf_clients with 1. Assign it to max_hf_clients
before context switch happens.

Change-Id: Ibde1bebbab2eb64442027164236f1d82e4269d23

9 years agoam 1f9dfcbb: Ignore STOP command if A2DP stream is suspended
Anubhav Gupta [Fri, 5 Jun 2015 01:35:43 +0000 (01:35 +0000)]
am 1f9dfcbb: Ignore STOP command if A2DP stream is suspended

* commit '1f9dfcbb526c8d0cba080e02df7c4613b7433f18':
  Ignore STOP command if A2DP stream is suspended

9 years agoam a4f66355: Remove check for stream type in a2dp hal_callbacks.
Anubhav Gupta [Fri, 5 Jun 2015 01:35:42 +0000 (01:35 +0000)]
am a4f66355: Remove check for stream type in a2dp hal_callbacks.

* commit 'a4f66355a304e869d22195fb7177756bb2243cff':
  Remove check for stream type in a2dp hal_callbacks.

9 years agoam 40969d03: Clear remote BD address information.
Mallikarjuna GB [Fri, 5 Jun 2015 01:35:41 +0000 (01:35 +0000)]
am 40969d03: Clear remote BD address information.

* commit '40969d03ffa9cfe67dbd3cec6ce074443638ce4a':
  Clear remote BD address information.

9 years agoam 0ba8b230: Don\'t stop sniff timer before checking for service ID entry
Mallikarjuna GB [Fri, 5 Jun 2015 01:35:41 +0000 (01:35 +0000)]
am 0ba8b230:  Don\'t stop sniff timer before checking for service ID entry

* commit '0ba8b2303ed8d0f2c0636befe28b89cfe33169de':
  Don't stop sniff timer before checking for service ID entry

9 years agoam 4d061e65: am 7d29482d: Don\'t initiate sniff in sniff mode
Mallikarjuna GB [Fri, 5 Jun 2015 01:35:31 +0000 (01:35 +0000)]
am 4d061e65: am 7d29482d: Don\'t initiate sniff in sniff mode

* commit '4d061e65db885f089320a25e7fe858e3e80a4545':
  Don't initiate sniff in sniff mode

9 years agoam b0465f0f: am f9a0014f: Updated ATD string parsing
Mallikarjuna GB [Fri, 5 Jun 2015 01:35:30 +0000 (01:35 +0000)]
am b0465f0f: am f9a0014f: Updated ATD string parsing

* commit 'b0465f0fe7e00dd5403a1173d66019b0f75d7344':
  Updated ATD string parsing

9 years agoam 6c93dcbf: am 16eae386: Stop AG collision timer.
Mallikarjuna GB [Fri, 5 Jun 2015 01:35:30 +0000 (01:35 +0000)]
am 6c93dcbf: am 16eae386: Stop AG collision timer.

* commit '6c93dcbf9f404769228b15a5dac5ad06ce978cb5':
  Stop AG collision timer.

9 years agoFix issues in A2dp, Avrcp, HF and AG reported by static analysis tool
Mallikarjuna GB [Fri, 7 Nov 2014 11:22:25 +0000 (16:52 +0530)]
Fix issues in A2dp, Avrcp, HF and AG reported by static analysis tool

- Fixes to validate Array Index Value and Null Pointer
  Dereference reported by static analysis tool.

Change-Id: Id1492315f68378fdcfa517bd0a5cacefc8ebfddb

9 years agoam cf20ee52: am c380680c: Return ERROR for invalid CHLD command arguments
Mallikarjuna GB [Fri, 5 Jun 2015 01:23:11 +0000 (01:23 +0000)]
am cf20ee52: am c380680c: Return ERROR for invalid CHLD command arguments

* commit 'cf20ee52d74efb0a30dd77a3dfeefafc4578ceb1':
  Return ERROR for invalid CHLD command arguments

9 years agoam 9aa7804e: am 137bed02: Reject second AVRCP connection.
Anubhav Gupta [Fri, 5 Jun 2015 01:23:11 +0000 (01:23 +0000)]
am 9aa7804e: am 137bed02: Reject second AVRCP connection.

* commit '9aa7804e3e363950af1b58d4bde41b4a0a5144d7':
  Reject second AVRCP connection.

9 years agoam 7d29482d: Don\'t initiate sniff in sniff mode
Mallikarjuna GB [Fri, 5 Jun 2015 01:20:49 +0000 (01:20 +0000)]
am 7d29482d: Don\'t initiate sniff in sniff mode

* commit '7d29482dd040a00be373092a566b0d7c5b4827fb':
  Don't initiate sniff in sniff mode

9 years agoam f9a0014f: Updated ATD string parsing
Mallikarjuna GB [Fri, 5 Jun 2015 01:20:48 +0000 (01:20 +0000)]
am f9a0014f: Updated ATD string parsing

* commit 'f9a0014f94600966dc75e185a4c67fd424e0e24b':
  Updated ATD string parsing

9 years agoam 16eae386: Stop AG collision timer.
Mallikarjuna GB [Fri, 5 Jun 2015 01:20:48 +0000 (01:20 +0000)]
am 16eae386: Stop AG collision timer.

* commit '16eae38653e9f1bc2e7779dd7d5792adc05d2dbb':
  Stop AG collision timer.

9 years agoIgnore STOP command if A2DP stream is suspended
Anubhav Gupta [Mon, 17 Nov 2014 01:02:45 +0000 (17:02 -0800)]
Ignore STOP command if A2DP stream is suspended

Ignore STOP command if A2DP stream is already suspended.
Some carkits send STOP command before VOIP call initiation
but don't send PLAY when call ends which hinders DUT to resume
audio playback after call termination.

Change-Id: I41cc1fc6f4b6cfaa1560d729baa0ca27f6dfe8c8

9 years agoRemove check for stream type in a2dp hal_callbacks.
Anubhav Gupta [Tue, 7 Oct 2014 12:58:19 +0000 (18:28 +0530)]
Remove check for stream type in a2dp hal_callbacks.

Stream type is invalid till signalling channel
connection establishment is completed. Do not
check stream type while calling HAL callback.

Change-Id: I69fb19636f3e9bb72202c450dcef9e7bc2e53731

9 years agoClear remote BD address information.
Mallikarjuna GB [Mon, 22 Sep 2014 04:30:36 +0000 (10:00 +0530)]
Clear remote BD address information.

This change makes sure that when RFCOMM
connection fails for HFP, AG control block
clears the remote bd address. This will prevent
the misuse of remote bd address.

Change-Id: I9b14cfe7ae18e72f0972704ac3aa5e915f70ddb3

9 years agoam c380680c: Return ERROR for invalid CHLD command arguments
Mallikarjuna GB [Fri, 5 Jun 2015 01:11:16 +0000 (01:11 +0000)]
am c380680c: Return ERROR for invalid CHLD command arguments

* commit 'c380680cf4bdfd7cd4befea57f81407fccb88752':
  Return ERROR for invalid CHLD command arguments

9 years agoam 137bed02: Reject second AVRCP connection.
Anubhav Gupta [Fri, 5 Jun 2015 01:11:16 +0000 (01:11 +0000)]
am 137bed02: Reject second AVRCP connection.

* commit '137bed026881654febddfa2d797e06ce9f8e58fa':
  Reject second AVRCP connection.

9 years ago Don't stop sniff timer before checking for service ID entry
Mallikarjuna GB [Fri, 22 May 2015 09:44:25 +0000 (15:14 +0530)]
 Don't stop sniff timer before checking for service ID entry

- Avoid stopping sniff timer before checking for service
ID entry for which bta_sys_conn_close is called since if
entry is not present we return without re-starting timer
and ACL doesn't go into sniff.

Change-Id: I063da8e58e067ade5d646debf086bb443066106c

9 years agoam 591ad510: am d81bd014: Disable SCMST feature for A2DP Sink
Anubhav Gupta [Fri, 5 Jun 2015 01:08:25 +0000 (01:08 +0000)]
am 591ad510: am d81bd014: Disable SCMST feature for A2DP Sink

* commit '591ad510b7de4483d1125bdf4dcee0c6fb71f3cd':
  Disable SCMST feature for A2DP Sink

9 years agoam b7c6f660: am 846c48f8: Restarting PM timer for AG while reading OR writing
Mallikarjuna GB [Fri, 5 Jun 2015 01:08:25 +0000 (01:08 +0000)]
am b7c6f660: am 846c48f8: Restarting PM timer for AG while reading OR writing

* commit 'b7c6f660d092c6cc13b7cdfd9add76376437f400':
  Restarting PM timer for AG while reading OR writing

9 years agoam 404945ba: am d59ee6c2: Set the proper authentication level for AvOpen
Anubhav Gupta [Fri, 5 Jun 2015 01:08:24 +0000 (01:08 +0000)]
am 404945ba: am d59ee6c2: Set the proper authentication level for AvOpen

* commit '404945ba3ac161f624f5420246f6c845b5c821c5':
  Set the proper authentication level for AvOpen

9 years agoDon't initiate sniff in sniff mode
Mallikarjuna GB [Thu, 21 May 2015 13:37:30 +0000 (19:07 +0530)]
Don't initiate sniff in sniff mode

This change makes sure that AG does not retry
to intiate sniff if device is already in remote
initiated sniff mode.

Change-Id: I77a0c4c0aaf2e93e3168f49998fe22a971d46212

9 years agoUpdated ATD string parsing
Mallikarjuna GB [Thu, 21 May 2015 13:47:06 +0000 (19:17 +0530)]
Updated ATD string parsing

This change makes sure that the Dial string
parsing accepts 'pause' and 'wait' characters
too.

Change-Id: Ie56b355199a3d4292d0ee9913852292147ccf55f

9 years agoStop AG collision timer.
Mallikarjuna GB [Wed, 22 Oct 2014 13:56:41 +0000 (19:26 +0530)]
Stop AG collision timer.

This change makes sure to stop collision
timer of AG when cleanup is happening
while BT turn off.

Change-Id: Ia877f98ba3136ec3278cbec5ab0d7ef2abfc6ed5

9 years agoam d81bd014: Disable SCMST feature for A2DP Sink
Anubhav Gupta [Fri, 5 Jun 2015 00:55:31 +0000 (00:55 +0000)]
am d81bd014: Disable SCMST feature for A2DP Sink

* commit 'd81bd014fe76408692ac2f57cf6c1423ae2a2751':
  Disable SCMST feature for A2DP Sink

9 years agoam 846c48f8: Restarting PM timer for AG while reading OR writing
Mallikarjuna GB [Fri, 5 Jun 2015 00:55:30 +0000 (00:55 +0000)]
am 846c48f8: Restarting PM timer for AG while reading OR writing

* commit '846c48f8a8a648302e0584acfe6e8e222d22fd1d':
  Restarting PM timer for AG while reading OR writing

9 years agoam d59ee6c2: Set the proper authentication level for AvOpen
Anubhav Gupta [Fri, 5 Jun 2015 00:55:30 +0000 (00:55 +0000)]
am d59ee6c2: Set the proper authentication level for AvOpen

* commit 'd59ee6c25920cf9db218f2d5ac46624c69c3ba09':
  Set the proper authentication level for AvOpen

9 years agoReturn ERROR for invalid CHLD command arguments
Mallikarjuna GB [Thu, 21 May 2015 13:32:39 +0000 (19:02 +0530)]
Return ERROR for invalid CHLD command arguments

Return ERROR for invalid chld commands like "AT+CHLD=!"
or "AT+CHLD=0a" etc. In such cases, held call was getting
terminated.

Change-Id: I93d159b20da7086fac3374ce2e163d1309680045

9 years agoReject second AVRCP connection.
Anubhav Gupta [Thu, 13 Mar 2014 13:46:29 +0000 (19:16 +0530)]
Reject second AVRCP connection.

This change rejects the RC connection from
second device if the DUT is already connected
to RC of first device.
This addresses the problem of improper closure
of Uinput device on disconnection of Avrcp
to make sure Avrcp passthrough commands work
as desired.

Change-Id: If2e39cd90575baffd0e4442b8e7cd2a91eebdf56

9 years agoDisable SCMST feature for A2DP Sink
Anubhav Gupta [Thu, 19 Jun 2014 11:20:11 +0000 (16:50 +0530)]
Disable SCMST feature for A2DP Sink

Do not send SCMST enabled in GetCapabilities
for A2dp sink role.

Change-Id: I2bff7e04d852c6d3c8c1b7e1c41ae50ef3ff0543

9 years agoRestarting PM timer for AG while reading OR writing
Mallikarjuna GB [Fri, 22 May 2015 08:31:19 +0000 (14:01 +0530)]
Restarting PM timer for AG while reading OR writing

- Once AG receives any data(eg. AT commands) from
  remote device(HF) and sending the response to remote
  device, PM(Bluedroid power Manager) timer should be restarted
  (stop & start) for AG.

- Increased the sniff timer value to 7 seconds for AV & AG
  profiles to avoid sniff related IOT issues.

Change-Id: I8c1b79d272391b3fa34b193477a34d561f4c508d

9 years agoSet the proper authentication level for AvOpen
Anubhav Gupta [Mon, 14 Jul 2014 13:23:37 +0000 (18:53 +0530)]
Set the proper authentication level for AvOpen

During Avopen security was made none hence A2DP
connection was happening without bonding when
DUT is paired with DUT and then pairing entry
is deleted from remote and then only A2dp is
tried to be reconnected from DUT. A2dp appears
to be connected in this usecase but the device
entry is shown in available devices list instead
of paired one.
Changes made from No security to SEC Authenticate

Change-Id: I7fc39fe8acef874f0031c9b78d4269a62b94e4b0

9 years agoam bd2e552d: am 8a67ac70: Don\'t open SCO for 2nd MO call if a call is active
Mallikarjuna GB [Thu, 4 Jun 2015 21:02:54 +0000 (21:02 +0000)]
am bd2e552d: am 8a67ac70: Don\'t open SCO for 2nd MO call if a call is active

* commit 'bd2e552d70a6fc7afaafd77366b859b3432f7c60':
  Don't open SCO for 2nd MO call if a call is active

9 years agoam 2ae0e22a: am 2d0d790c: Don\'t close SCO for MO calls
Mallikarjuna GB [Thu, 4 Jun 2015 21:02:53 +0000 (21:02 +0000)]
am 2ae0e22a: am 2d0d790c: Don\'t close SCO for MO calls

* commit '2ae0e22acf4e4c710426cb76b28ba253e8a626c8':
  Don't close SCO for MO calls

9 years agoam 8a67ac70: Don\'t open SCO for 2nd MO call if a call is active
Mallikarjuna GB [Thu, 4 Jun 2015 20:49:10 +0000 (20:49 +0000)]
am 8a67ac70: Don\'t open SCO for 2nd MO call if a call is active

* commit '8a67ac702cd4d4a4cbebd1e765800141b84e6fc0':
  Don't open SCO for 2nd MO call if a call is active

9 years agoam 2d0d790c: Don\'t close SCO for MO calls
Mallikarjuna GB [Thu, 4 Jun 2015 20:49:09 +0000 (20:49 +0000)]
am 2d0d790c: Don\'t close SCO for MO calls

* commit '2d0d790ca98b6c46be085e1e0a3e6d16ebd8cddf':
  Don't close SCO for MO calls

9 years agoam 35eb2622: am c8c082b7: SCO connection should happen after SLC.
Mallikarjuna GB [Thu, 4 Jun 2015 20:33:23 +0000 (20:33 +0000)]
am 35eb2622: am c8c082b7: SCO connection should happen after SLC.

* commit '35eb26229589fda2353ca7e0cfa5396a79d799ce':
  SCO connection should happen after SLC.

9 years agoam 0899689c: am e1ded77a: Fix compile error in bta_ag_sco.c
Andre Eisenbach [Thu, 4 Jun 2015 20:33:22 +0000 (20:33 +0000)]
am 0899689c: am e1ded77a: Fix compile error in bta_ag_sco.c

* commit '0899689cf6cbb5344505af07b95cdae5d89e5240':
  Fix compile error in bta_ag_sco.c

9 years agoDon't open SCO for 2nd MO call if a call is active
Mallikarjuna GB [Fri, 19 Sep 2014 14:57:17 +0000 (20:27 +0530)]
Don't open SCO for 2nd MO call if a call is active

When user dials a 2nd call, do not open SCO if 1st call was
active on DUT earpiece or speaker.

Change-Id: I974f5bcf917e6972705e60cf1da195eae23f885a

9 years agoam c8c082b7: SCO connection should happen after SLC.
Mallikarjuna GB [Thu, 4 Jun 2015 20:19:48 +0000 (20:19 +0000)]
am c8c082b7: SCO connection should happen after SLC.

* commit 'c8c082b730910b64dbc38a7ee89bb141be46daa6':
  SCO connection should happen after SLC.

9 years agoam e1ded77a: Fix compile error in bta_ag_sco.c
Andre Eisenbach [Thu, 4 Jun 2015 20:19:47 +0000 (20:19 +0000)]
am e1ded77a: Fix compile error in bta_ag_sco.c

* commit 'e1ded77ae6d10854dc2bd1aebdd9b53442cc4ba4':
  Fix compile error in bta_ag_sco.c

9 years agoDon't close SCO for MO calls
Mallikarjuna GB [Tue, 28 Oct 2014 17:43:51 +0000 (23:13 +0530)]
Don't close SCO for MO calls

This change removes condition to disconnect SCO
when MO call process is started.

Change-Id: I2af4ab82c097c7d9ce1bc892bdf40cc09ff6d97e

9 years agoam 999e7a5c: am 5b675bc4: Create listen SCO for HS1 if HS2 disconnects during SCO...
Mallikarjuna GB [Thu, 4 Jun 2015 19:32:29 +0000 (19:32 +0000)]
am 999e7a5c: am 5b675bc4: Create listen SCO for HS1 if HS2 disconnects during SCO xfer

* commit '999e7a5ce7ca1ff5c1f2c2f1a9b6f1a088884346':
  Create listen SCO for HS1 if HS2 disconnects during SCO xfer

9 years agoam 91ab5e5e: am 902ba021: Don\'t open SCO on state change for multi party call on...
Mallikarjuna GB [Thu, 4 Jun 2015 19:32:28 +0000 (19:32 +0000)]
am 91ab5e5e: am 902ba021: Don\'t open SCO on state change for multi party call on DUT.

* commit '91ab5e5ebfc2baa9d7193755f8c8cdb89e9a2937':
  Don't open SCO on state change for multi party call on DUT.

9 years agoam e56f438b: am d288b2af: Reset sniff subrating while in SCO
Mallikarjuna GB [Thu, 4 Jun 2015 19:32:28 +0000 (19:32 +0000)]
am e56f438b: am d288b2af: Reset sniff subrating while in SCO

* commit 'e56f438bc3938ff178ed941b730420f9560d4b7e':
  Reset sniff subrating while in SCO

9 years agoam 12add1b5: am a7ce13fe: Open SCO for held call.
Mallikarjuna GB [Thu, 4 Jun 2015 19:32:27 +0000 (19:32 +0000)]
am 12add1b5: am a7ce13fe: Open SCO for held call.

* commit '12add1b5c64d25879efde40cd09ccf892654cf09':
  Open SCO for held call.

9 years agoam 282ceb77: am 7b0bfd32: Update call state before opening SCO.
Mallikarjuna GB [Thu, 4 Jun 2015 19:32:27 +0000 (19:32 +0000)]
am 282ceb77: am 7b0bfd32: Update call state before opening SCO.

* commit '282ceb7736057401b3e0aabbdc0e779352065ef2':
  Update call state before opening SCO.

9 years agoam 82981fb8: am d345bb20: Handle multi party call states
Mallikarjuna GB [Thu, 4 Jun 2015 19:32:26 +0000 (19:32 +0000)]
am 82981fb8: am d345bb20: Handle multi party call states

* commit '82981fb891c719730bd7d48a4d793918cb05d2e9':
  Handle multi party call states

9 years agoam d80a3f20: am c2c8a1fc: Update held call state to connected headset
Mallikarjuna GB [Thu, 4 Jun 2015 19:32:25 +0000 (19:32 +0000)]
am d80a3f20: am c2c8a1fc: Update held call state to connected headset

* commit 'd80a3f2056477cf106e52994123305d6f9a67dd4':
  Update held call state to connected headset

9 years agoam 5b675bc4: Create listen SCO for HS1 if HS2 disconnects during SCO xfer
Mallikarjuna GB [Thu, 4 Jun 2015 19:22:27 +0000 (19:22 +0000)]
am 5b675bc4: Create listen SCO for HS1 if HS2 disconnects during SCO xfer

* commit '5b675bc41986a159023c51b561e81939f0632f95':
  Create listen SCO for HS1 if HS2 disconnects during SCO xfer

9 years agoam 902ba021: Don\'t open SCO on state change for multi party call on DUT.
Mallikarjuna GB [Thu, 4 Jun 2015 19:22:26 +0000 (19:22 +0000)]
am 902ba021: Don\'t open SCO on state change for multi party call on DUT.

* commit '902ba02141c5cea3320ec1746c0fe0fad80122bc':
  Don't open SCO on state change for multi party call on DUT.

9 years agoam d288b2af: Reset sniff subrating while in SCO
Mallikarjuna GB [Thu, 4 Jun 2015 19:22:25 +0000 (19:22 +0000)]
am d288b2af: Reset sniff subrating while in SCO

* commit 'd288b2af6bf5ebb41554f223adf2e7f536d2f1e5':
  Reset sniff subrating while in SCO

9 years agoam a7ce13fe: Open SCO for held call.
Mallikarjuna GB [Thu, 4 Jun 2015 19:22:24 +0000 (19:22 +0000)]
am a7ce13fe: Open SCO for held call.

* commit 'a7ce13feaa2a84ff329f2bbd4ab964f0f6d54f0a':
  Open SCO for held call.

9 years agoam 7b0bfd32: Update call state before opening SCO.
Mallikarjuna GB [Thu, 4 Jun 2015 19:22:24 +0000 (19:22 +0000)]
am 7b0bfd32: Update call state before opening SCO.

* commit '7b0bfd32833a8da08069b60e6568aace90778b62':
  Update call state before opening SCO.

9 years agoam d345bb20: Handle multi party call states
Mallikarjuna GB [Thu, 4 Jun 2015 19:22:23 +0000 (19:22 +0000)]
am d345bb20: Handle multi party call states

* commit 'd345bb208fe35923b60bca6af76b0a6e023fc56f':
  Handle multi party call states

9 years agoam c2c8a1fc: Update held call state to connected headset
Mallikarjuna GB [Thu, 4 Jun 2015 19:22:22 +0000 (19:22 +0000)]
am c2c8a1fc: Update held call state to connected headset

* commit 'c2c8a1fce4a577fc1a14a96fe96cab3043db4140':
  Update held call state to connected headset

9 years agoSCO connection should happen after SLC.
Mallikarjuna GB [Wed, 8 Oct 2014 08:31:16 +0000 (14:01 +0530)]
SCO connection should happen after SLC.

This change makes sure that SCO audio
connection request is not processed until
HFP SLC connection is done.

Change-Id: Ia2fcad49882deaaf049ae190d90442e5ca7ad71b

9 years agoFix compile error in bta_ag_sco.c
Andre Eisenbach [Thu, 4 Jun 2015 18:43:57 +0000 (11:43 -0700)]
Fix compile error in bta_ag_sco.c

Change-Id: I8839ba732560a31a5e8a2351ea4bfb16999cf5ea

9 years agoCreate listen SCO for HS1 if HS2 disconnects during SCO xfer
Mallikarjuna GB [Thu, 21 May 2015 14:34:46 +0000 (20:04 +0530)]
Create listen SCO for HS1 if HS2 disconnects during SCO xfer

During SCO transfer process from HS1 to HS2, firstly active SCO for
HS1 is disconnected. However, if suddenly HS2 disconnects even
before SCO transfer is complete, listen SCO for HS1 is not created.
This causes further incoming SCO connections from HS1 to be rejected.
The change creates listen SCO for HS1 and moves SCO state properly
to LISTEN.

Change-Id: I0993c1ba1c24b3b7e9c243d179a913d7a0c40446

9 years agoDon't open SCO on state change for multi party call on DUT.
Mallikarjuna GB [Thu, 21 May 2015 14:20:27 +0000 (19:50 +0530)]
Don't open SCO on state change for multi party call on DUT.

When multi party calls(1 active, 1 held) are ongoing on phone
speaker and any of these call drops, do not open SCO for
other call since user expects call to still remain on phone
speaker.

Change-Id: I9079c809ac665fc1c6e890302e37d23a12f8d4f4

9 years agoReset sniff subrating while in SCO
Mallikarjuna GB [Thu, 21 May 2015 13:11:03 +0000 (18:41 +0530)]
Reset sniff subrating while in SCO

Sniff subrating should not be used when link is
in SCO connection. Since the subrating value is
higher, the link would take more time to process
ACL data while in SCO connection causing unwanted
results like delay in SCO disconnects.

Change-Id: I7b964faa397624b65e0158209b8743efe13a6075

9 years agoOpen SCO for held call.
Mallikarjuna GB [Sat, 30 May 2015 17:25:18 +0000 (22:55 +0530)]
Open SCO for held call.

Use case:
1. Connect to headset/carkit
2. Make an outgoing call from AG
3. Turn off BT on AG
4. Hold the call from AG
5. Turn on BT on AG (No SCO link is established here)
6. Unhold call from AG (still no SCO link is established)

Failure:
No SCO connection established when held call is there
during headset connection.

Root cause:
SCO is not initiated when SLC is done during held call.

Fix:
AG opens SCO connection when HF connected while in call and
the call was in held state.

Change-Id: I63d7655d26ddbf68cbf94c745df745cffa917b5e

9 years agoUpdate call state before opening SCO.
Mallikarjuna GB [Fri, 28 Nov 2014 04:51:15 +0000 (10:21 +0530)]
Update call state before opening SCO.

This change makes sure to update the current
call state before opening SCO connection when
incoming call is answered. Some car kits are
strict in checking this sequence and go in
bad state if not done this way.

Change-Id: Ie744dc26c02d897eaf016ee73022bfc2a0db067e

9 years agoHandle multi party call states
Mallikarjuna GB [Fri, 22 May 2015 06:26:48 +0000 (11:56 +0530)]
Handle multi party call states

UseCase:
1. Set up Bluetooth connection between phone and remote device.
2. Disconnect BT link by turning off remote device.
3. Start Mo call from phone.
4. Receive MT call from far end.
5. Turn on remote device.
6. BT connection gets established successfully, but audio
doesn't get transferred to headset.

Failure:
Call audio not routed to BT HS. SCO not established.

Root cause:
When a HS connects while in an active call and 2nd call
(incoming/outgoing/alerting) setup ongoing, incorrect post SLC
call setup updates might cause HS to get confused as phone had
already updated correct call states in CIND response during SLC.
This may cause HS to behave abnormally like delayed response to
BCS as seen with jabra wave +.

Fix:
Avoid sending incorrect call updates post SLC since we already
have sent correct updates during SLC as reponse to CIND.

Change-Id: I53e57baf7cca782af6f374a043667971c66a956d

9 years agoUpdate held call state to connected headset
Mallikarjuna GB [Thu, 21 May 2015 12:28:12 +0000 (17:58 +0530)]
Update held call state to connected headset

In a three way call scenario, when an active
call is dropped by remote, the single held call
state is not updated to the connected headset.
This change will make sure that it is updated
properly.

Change-Id: I558602e791279d510edb23989b125cd8f7a7ebde

9 years agoam 1839e76a: am a954124f: Add support for MITM for BluetoothSockets (4/4)
Casper Bonde [Wed, 3 Jun 2015 17:36:11 +0000 (17:36 +0000)]
am 1839e76a: am a954124f: Add support for MITM for BluetoothSockets (4/4)

* commit '1839e76a6313e9979ef027521916797fdf95348b':
  Add support for MITM for BluetoothSockets (4/4)

9 years agoam a954124f: Add support for MITM for BluetoothSockets (4/4)
Casper Bonde [Wed, 3 Jun 2015 04:03:54 +0000 (04:03 +0000)]
am a954124f: Add support for MITM for BluetoothSockets (4/4)

* commit 'a954124fc5429f259e47258af64e159c621cc6e0':
  Add support for MITM for BluetoothSockets (4/4)

9 years agoAdd support for MITM for BluetoothSockets (4/4)
Casper Bonde [Thu, 21 May 2015 09:07:52 +0000 (11:07 +0200)]
Add support for MITM for BluetoothSockets (4/4)

This change adds an option to enforce Man-in-the-middle protection
for the authentication process. This feature is needed for the Sim
Access Profile.

Change-Id: I2eda507ffdcb4a194434adedf207e1e9951b80c3
Signed-off-by: Casper Bonde <c.bonde@samsung.com>
9 years agoam 2abcbc3a: am 56a3be0d: Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free
Pavlin Radoslavov [Wed, 3 Jun 2015 02:35:18 +0000 (02:35 +0000)]
am 2abcbc3a: am 56a3be0d: Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free

* commit '2abcbc3ab3788c77fbe82463698295f3206d56aa':
  Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free

9 years agoam 61ea384f: am 1b0f1077: SAP: Change to use new SDP Api (1/4)
Casper Bonde [Wed, 3 Jun 2015 02:35:16 +0000 (02:35 +0000)]
am 61ea384f: am 1b0f1077: SAP: Change to use new SDP Api (1/4)

* commit '61ea384f18fbf2699c41e534e4c04db5ac4a75f1':
  SAP: Change to use new SDP Api (1/4)

9 years agoam 56a3be0d: Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free
Pavlin Radoslavov [Wed, 3 Jun 2015 02:22:59 +0000 (02:22 +0000)]
am 56a3be0d: Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free

* commit '56a3be0d6eaa1bc264736e399fb32d3094f0b513':
  Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free

9 years agoam 1b0f1077: SAP: Change to use new SDP Api (1/4)
Casper Bonde [Wed, 3 Jun 2015 02:22:12 +0000 (02:22 +0000)]
am 1b0f1077: SAP: Change to use new SDP Api (1/4)

* commit '1b0f107768ba1a0f93abf68851bacbe650f27eff':
  SAP: Change to use new SDP Api (1/4)

9 years agoReplace malloc/calloc/free with osi_malloc/osi_calloc/osi_free
Pavlin Radoslavov [Tue, 2 Jun 2015 20:54:58 +0000 (13:54 -0700)]
Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free

There were several leftover places that were still using
malloc/calloc/free .
Those are replaced to use osi_malloc/osi_calloc/osi_free like
majority of the rest of the code.

Note: There are few remaining places that are still using
malloc/calloc/free:
 * Some of the unit tests
 * audio_a2dp_hw/audio_a2dp_hw.c
   It is used as part of the audio.a2dp.default.so library,
   and the bluetooth.default.so library
   Its usage of malloc/calloc/free should be refactored
   independently.

Change-Id: Iafbed996e5f1ae8eb1343fb2acfadf32e515e419

9 years agoSAP: Change to use new SDP Api (1/4)
Casper Bonde [Thu, 16 Apr 2015 13:21:27 +0000 (15:21 +0200)]
SAP: Change to use new SDP Api (1/4)

Added support for Sim Access Profile (SAP) in the SDPManager.
To make it easier to test, both SDP record creation and seach
is added.

Change-Id: Idae480fb64224e0e5dec7fb07ff4efb9312a5461
Signed-off-by: Casper Bonde <c.bonde@samsung.com>
9 years agoam 6f3daa4a: am 5feb0af8: Fix memory corruption due to BLE multi-adv macro
Sunny Kapdi [Tue, 2 Jun 2015 20:33:12 +0000 (20:33 +0000)]
am 6f3daa4a: am 5feb0af8: Fix memory corruption due to BLE multi-adv macro

* commit '6f3daa4a7f7172a06d96f240cdb79d912faaf4d8':
  Fix memory corruption due to BLE multi-adv macro

9 years agoam b0d12262: am 87072892: HID: Handle closing of uhid driver in case failure
Hemant Gupta [Tue, 2 Jun 2015 19:24:15 +0000 (19:24 +0000)]
am b0d12262: am 87072892: HID: Handle closing of uhid driver in case failure

* commit 'b0d12262ccf88d86b558f664c747e8c899f52c49':
  HID: Handle closing of uhid driver in case failure

9 years agoam 55196545: am 6ba8fda6: Add proper checks for PAN & BNEP in BD stack
Hemant Gupta [Tue, 2 Jun 2015 19:24:14 +0000 (19:24 +0000)]
am 55196545: am 6ba8fda6: Add proper checks for PAN & BNEP in BD stack

* commit '551965451fa43a1e503a6a51c84b162aea13e245':
  Add proper checks for PAN & BNEP in BD stack

9 years agoam c4eb0c5e: am e11f228d: Reset pairing state to idle only for the current device
Srinu Jella [Tue, 2 Jun 2015 19:24:13 +0000 (19:24 +0000)]
am c4eb0c5e: am e11f228d: Reset pairing state to idle only for the current device

* commit 'c4eb0c5e29f0ea4708dd8f6a834c9f9c24aaa3c6':
  Reset pairing state to idle only for the current device

9 years agoam 190b2447: am a9130e07: Moved the OSI alarm_shutdown() operations to alarm_cleanup()
Pavlin Radoslavov [Tue, 2 Jun 2015 19:24:12 +0000 (19:24 +0000)]
am 190b2447: am a9130e07: Moved the OSI alarm_shutdown() operations to alarm_cleanup()

* commit '190b24470159b053c5c4cb405b8ae17bad30f791':
  Moved the OSI alarm_shutdown() operations to alarm_cleanup()

9 years agoam 9a5a3717: am b65ec7bd: Disable the OSI allocation tracker.
Pavlin Radoslavov [Tue, 2 Jun 2015 19:24:11 +0000 (19:24 +0000)]
am 9a5a3717: am b65ec7bd: Disable the OSI allocation tracker.

* commit '9a5a37174f84708130be8531bd0cd251305365b5':
  Disable the OSI allocation tracker.

9 years agoam f32fc7b8: am a250280f: Check transport before subscribing for service changes
Andre Eisenbach [Tue, 2 Jun 2015 19:24:11 +0000 (19:24 +0000)]
am f32fc7b8: am a250280f: Check transport before subscribing for service changes

* commit 'f32fc7b886cfdafef892d4175f4e85046ad4b42e':
  Check transport before subscribing for service changes

9 years agoam 5feb0af8: Fix memory corruption due to BLE multi-adv macro
Sunny Kapdi [Tue, 2 Jun 2015 18:06:06 +0000 (18:06 +0000)]
am 5feb0af8: Fix memory corruption due to BLE multi-adv macro

* commit '5feb0af81d30dbcc33ea2ffb10714a58dd0cef09':
  Fix memory corruption due to BLE multi-adv macro

9 years agoFix memory corruption due to BLE multi-adv macro
Sunny Kapdi [Tue, 2 Jun 2015 05:21:28 +0000 (22:21 -0700)]
Fix memory corruption due to BLE multi-adv macro

INST_ID_IDX_MAX macro was not protected with parenthesis, resulting
in incorrect calculation of the size needed to allocate memory for
the client_if map.

Change-Id: Ib3591f4f9ac7288f2191e9078a71aab431ca7130

9 years agoam 87072892: HID: Handle closing of uhid driver in case failure
Hemant Gupta [Tue, 2 Jun 2015 14:25:08 +0000 (14:25 +0000)]
am 87072892: HID: Handle closing of uhid driver in case failure

* commit '87072892dc006f4c037aae0a346eda6c18e6b8ba':
  HID: Handle closing of uhid driver in case failure

9 years agoam 6ba8fda6: Add proper checks for PAN & BNEP in BD stack
Hemant Gupta [Tue, 2 Jun 2015 14:24:42 +0000 (14:24 +0000)]
am 6ba8fda6: Add proper checks for PAN & BNEP in BD stack

* commit '6ba8fda60a9137a9f53f7e14edd87184610744fc':
  Add proper checks for PAN & BNEP in BD stack

9 years agoam e11f228d: Reset pairing state to idle only for the current device
Srinu Jella [Tue, 2 Jun 2015 14:24:23 +0000 (14:24 +0000)]
am e11f228d: Reset pairing state to idle only for the current device

* commit 'e11f228d1a18486cd00c36487812a763487a236f':
  Reset pairing state to idle only for the current device

9 years agoam a9130e07: Moved the OSI alarm_shutdown() operations to alarm_cleanup()
Pavlin Radoslavov [Tue, 2 Jun 2015 14:22:28 +0000 (14:22 +0000)]
am a9130e07: Moved the OSI alarm_shutdown() operations to alarm_cleanup()

* commit 'a9130e07646835a8550611bed32138ed79385a38':
  Moved the OSI alarm_shutdown() operations to alarm_cleanup()