summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importstable/cm-12.0-YNG4NTom Powell2015-08-2424-0/+592
| | | | | Change-Id: Id7e7066a8da1c67070f8a8dc63ce9d6a06b8398b JIRA: RM-154
* Automatic translation importMichael Bestas2015-08-245-1/+127
| | | | | Change-Id: I69dbb37a6f10d058ae27d91c11f301aeadd09214 JIRA: RM-154
* Automatic translation importMichael Bestas2015-06-019-7/+16
| | | | Change-Id: I9d06a374bb15bac765170b658d27bb030c9cbf13
* Automatic translation importMichael Bestas2015-05-111-1/+1
| | | | Change-Id: Ib81b752d904dd76e6afa88d0955a831f0d600855
* Automatic translation importMichael Bestas2015-05-025-0/+178
| | | | Change-Id: Ibabb1f02cb1aa7d1dbc84a4f1c6441d4ef9b0994
* Automatic translation importMichael Bestas2015-04-172-3/+3
| | | | Change-Id: I14affc286912e6ada2c09e0808ccfac611ab3fa3
* Automatic translation importMichael Bestas2015-04-071-3/+3
| | | | Change-Id: Iac4b1392dfe708534088450d5ccb420c2cc36be6
* Automatic translation importMichael Bestas2015-03-314-6/+8
| | | | Change-Id: I7683ee1bc96195e700c04e96f833cef5dd9f38aa
* Automatic translation importMichael Bestas2015-03-2214-3/+362
| | | | Change-Id: I9dff58e5a6f8bae8da50b4321c23689ddf87551e
* Automatic translation importMichael Bestas2015-03-155-1/+138
| | | | Change-Id: I0dbd3486f50f9c10cc9af3ea0b2dc353efa5d34b
* Automatic translation importMichael Bestas2015-03-063-3/+5
| | | | Change-Id: I3987191986a0bf8004de2d8e95b979a5080b58dc
* Automatic translation importstable/cm-12.0-YNG1TAMichael Bestas2015-02-2811-11/+59
| | | | Change-Id: Ib5c94f685f957705362ba743ec0099e09e4737fa
* Automatic translation importstable/cm-12.0-YNG1IMichael Bestas2015-02-1916-2/+16
| | | | Change-Id: I69e4576f5ed115047145252a2d09def48572aca0
* Automatic translation importMichael Bestas2015-02-10220-0/+7773
| | | | Change-Id: I13fb12527bb9d5d485f0852af9258b71991f679e
* Add Material icon & app labelMichael Bestas2015-02-037-1/+6
| | | | Change-Id: Ie17c41414e9420ec48725efe30fa5a57d82e6b51
* Bluetooth-wipower: Flag based A4WP enabling.Rohit Singh2015-01-222-18/+10
| | | | | | | | | wipower flag is been added to the board specific config file, So that the A4WP can be enabled based on this flag. This patch removes A4WP from android Manifest file Change-Id: I92dc6e118eb4614966a82c2e1c5e47a7be228b7d CRs-fixed: 770519
* BluetoothExt: Cleanup CAF stringsMichael Bestas2015-01-0413-70/+45
| | | | Change-Id: I00782b8e5656d8356a843dcc8b862275a04eba5a
* Bluetooth-Wipower: MTP continues advertising WPT UUID post connection.Kiran Kelageri2014-12-181-1/+2
| | | | | | | | | | | | | | | a> Stack conitnues to advertise post connection which would lead to cross connection with other PTU within vicinity, So as to avoid rest of PTU's scanning the DUT which continues to advertise, Advertiements are being stopped post connection. b> .setTimeout() with any value less than 180Sec as parameter ensures that it sets the limited mode advertising. since wipower spec demands the advertisement mode to be limited this partciular change is been made and the timeout value is been set to 30Secs which is far enough for PTU to initiate connection. Change-Id: Id63bcc19d714d087fcb6c78553572b649f106580 CRs-fixed: 734301
* Merge branch 'LA.BF.1.1_rb1.16' of ↵Steve Kondik2014-12-1812-181/+264
|\ | | | | | | git://codeaurora.org/quic/la/platform/vendor/qcom-opensource/bluetooth into cm-12.0
| * Merge "Bluetooth: Force BluetoothExt to 32-bit"Linux Build Service Account2014-12-061-1/+4
| |\
| | * Bluetooth: Force BluetoothExt to 32-bitAjay Kumar2014-12-061-1/+4
| |/ | | | | | | | | | | | | | | | | Force BluetoothExt module to 32-bit only, and specify the libbluetooth_jni library as a library dependency. Change-Id: I2cf06bd7a66fec5daa5caae9030c4f3291171fdd CRs-Fixed: 765868
| * Merge "FTP: Remove pending user timeout intent on ACL disconnected"Linux Build Service Account2014-11-251-60/+69
| |\
| | * FTP: Remove pending user timeout intent on ACL disconnectedHemant Gupta2014-11-241-60/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes the following issues in FTP Code: - MSG_INTERNAL_USER_TIMEOUT intent is removed on reception of ACL disconnected. Previously this message was not removed and new intent was sent to stop obex server resulting in rfcomm socket being listened 2 times from ftp service in case ACL is disconnected while waiting for authorization. - Rfcomm accept thread is closed properly and joined instead of making it null on stopObexServer. this might be leading to some synchronization issues, as thread variable was made zero before it was closed. - VERBOSE logging was not shown, so removed all the logs from the flag for BluetoothFtpService.java. Change-Id: Ie5c3ea45bd0a616f3513d63e8de9c332d768e3b2 CRs-Fixed: 761687
| * | Merge "SAP: Flush RfcommOutputStream"Linux Build Service Account2014-11-251-3/+8
| |\ \ | | |/ | |/|
| | * SAP: Flush RfcommOutputStreamSmriti Gupta2014-11-231-3/+8
| |/ | | | | | | | | | | | | | | | | | | Flush RfcommOuputStream after every write so that Sap packets could go seperately. It is done since It was leading to queing of packets at rfcomm earlier. CRs-fixed: 760728 Change-Id: I1cc6b5a60ce2c830f4a8bf7f06965e0573aa53b2
| * Merge "BTTestApp: Fix klockwork issues for MAPClient."Linux Build Service Account2014-11-222-95/+140
| |\
| | * BTTestApp: Fix klockwork issues for MAPClient.Ashwini Munigala2014-11-202-95/+140
| |/ | | | | | | | | | | | | | | Fix NPE issues reported from klockwork for BTTestApp MAP Client relevant implementation. Change-Id: I4a03d57c78c464dc3ede7c5b3baa46ad68c2442f CRs-fixed: 758706
| * Merge "FTP: Fix klockwork reported issues."Linux Build Service Account2014-11-193-6/+7
| |\
| | * FTP: Fix klockwork reported issues.Ashwini Munigala2014-11-193-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | Fix NPE and RLK issues reported from klockwork. CRs-fixed: 758708 Change-Id: I017b1e8b954239cff377ca3e68d6737e32d53b2c
| * | Merge "PBAP C: Fix klocwork issue"Linux Build Service Account2014-11-191-2/+4
| |\ \
| | * | PBAP C: Fix klocwork issueSmriti Gupta2014-11-181-2/+4
| | |/ | | | | | | | | | | | | | | | | | | | | | This change will fix the klocwork issue coming with respect to BluetoothPbapTestActivity. Change-Id: Iffc45dc24796e718fc75c1d2c55743c871dd9839 CRs-fixed: 758578
| * | Merge "SAP: Klocwork issue"Linux Build Service Account2014-11-191-1/+2
| |\ \
| | * | SAP: Klocwork issueSmriti Gupta2014-11-181-1/+2
| | |/ | | | | | | | | | | | | | | | | | | | | | This change will fix the Klocwork issue coming with respect to RfcommInputStream in SAP. Change-Id: I29fc19e6b44b5eb35999111d45327b6cd4251ddb CRs-fixed: 758581
| * | Merge "Bluetooth: Fix KW issues for DUN profile"Linux Build Service Account2014-11-191-3/+5
| |\ \ | | |/ | |/|
| | * Bluetooth: Fix KW issues for DUN profileNitin Shivpure2014-11-191-3/+5
| | | | | | | | | | | | | | | | | | | | | This patch fixes P1 Klockwork issues in DunService. Change-Id: I11f724451858d51825ad1a1d8b9dc1fd5ef21c20 CRs-fixed: 759267
| * | Merge "HID-C: Fix KW issues in hiddtestapp"Linux Build Service Account2014-11-171-1/+2
| |\ \
| | * | HID-C: Fix KW issues in hiddtestappHemant Gupta2014-11-171-1/+2
| |/ / | | | | | | | | | | | | | | | | | | This patch fixes P1 KW issues in HID Client Test App. Change-Id: I040dde43ee5cfb4a858f8f513aa3310beca66c08 CRs-Fixed: 740857
| * | Merge "Bluetooth-Wipower: Avoid advertisement on USB connect."Linux Build Service Account2014-11-121-11/+17
| |\ \
| | * | Bluetooth-Wipower: Avoid advertisement on USB connect.Kiran Kelageri2014-11-111-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following changes have been made: a> Advertisement seen after USB connection, Charge complete ensures power apply event is only triggered on 600ms long beacons. b> Limited mode advetisement interval is reduced to 5seconds. c> NULL validation been made to avoid unnecessary crashes. Change-Id: Ie9e31a905674b98a429dca5a25910d62a9f51150 CRs-fixed: 749930
| * | | Merge "HID-C: Update report id to pass PTS Teest cases"Linux Build Service Account2014-11-121-6/+6
| |\ \ \
| | * | | HID-C: Update report id to pass PTS Teest casesHemant Gupta2014-11-111-6/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch updates report id for Keyboard and Mouse to get PTS test cases passed. PTS is not reading the report id from report descriptor but using values of 1 and 2 resp for Keyboard and Mouse to check input reports recevied from Device. To get PTS test cases passed, report id is now updated in sdp report descriptor of HID Device. Change-Id: I422630f78a727fe2090afcbbe1a0c57bebabc446 CRs-Fxied: 753936
| * | | Merge "FTP: Update isWaitingAuthorization as FALSE when user presses cancel"Linux Build Service Account2014-11-101-1/+7
| |\ \ \ | | |/ / | |/| |
| | * | FTP: Update isWaitingAuthorization as FALSE when user presses cancelHemant Gupta2014-11-091-1/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch updtes the value of isWaitingAuthorization to FALSE when user presses cancel. Without this, authorization state was not correct in timeout, and cancel scenarios leading to authorization popup not being received at ftp layer which prevented new FTP connection until BT off and on was done CRs-Fixed: 753197 Change-Id: I685fdcc7aba54d3954c8a99a7fbe86e2da2e7773
| * | Merge "Bluetooth: Check for device connection state."Linux Build Service Account2014-11-091-1/+3
| |\ \ | | |/ | |/|
| | * Bluetooth: Check for device connection state.Gaurav Asati2014-11-061-1/+3
| |/ | | | | | | | | | | | | - Before storing call states check for device connection state. - When no device are connected getCurrentCalls returns null Change-Id: I7211085fabb738267ca7e2524db976e8dc9a568e
* | Revert "Bluetooth-wipower: Enabling A4WP Profile."Steve Kondik2014-11-183-32/+22
| | | | | | | | | | | | This reverts commit 83d78f5f6ef3c98cee35f0edc97271472ea07ec2. Change-Id: I0241676da99c11014dcd4b4dd98acbb1d1d722e8
* | Fix makefile guardSteve Kondik2014-11-181-1/+1
| | | | | | | | Change-Id: I783c112f522fc205d65152e741e06f05311fd72a
* | Add makefile guard, this needs proprietary parts now.Steve Kondik2014-11-091-1/+1
|/ | | | Change-Id: I9f0579ef5f1590612bc14f401f1f682ddd5fc5e9
* Merge "HID-C: Fix KW issues in hiddtestapp"staging/cm-12.0-cafLinux Build Service Account2014-10-281-1/+1
|\
| * HID-C: Fix KW issues in hiddtestappHemant Gupta2014-10-241-1/+1
| | | | | | | | | | | | | | This patch fixes P1 KW issues in HID Client Test App. Change-Id: I162137735951be0eab243dc7a6d9c1aaea074f74 CRs-Fixed: 740857