History log of /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
72d0629dfc5db8ae48a512b47aa384f42b9ed71d 07-Feb-2017 Marie Janssen <jamuraa@google.com> Services: start PBAP and OPP like other services

PBAP and OPP are currently normal services that are started and stopped
by the system. Have AdapterService start them just like all of the
other profile services instead.

Bug: 34395439
Fix: 35216901
Test: connect to a carkit that does PBAP
Test: use beam to receive a file
Change-Id: I84e769886f6aa4e698bd07fb9900f124111b50b3
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
b7aaa47ba556ba2e09e07d04c09c0cbd8d836d87 23-Dec-2016 Ivan Podogov <ginkage@google.com> Rename the Bluetooth profile classes for HID Device role.

This CL reflects the changes from frameworks/base.

Test: make
Change-Id: I0e3a3335572f6ab4683e8a3b5335f3b51afba2f5
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
cf27f0ddf906a8f76a22b8a30ff4262526e33477 18-Apr-2014 Hemant Gupta <hemantg@codeaurora.org> HIDD: Add support for HID Device Role

This patch adds support for HID Device Role which enables phone being
used as a Bluetooth keyboad or mouse.

Change-Id: I931867442111ad997a34a166c7b2ec1daf317ddd
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
577700754e7bda8dda5bc15c56df395f1f882d8a 02-Nov-2016 Sanket Agarwal <sanketa@google.com> Merge "MAP MCE"
am: db95af257e

Change-Id: Ib8635558016c225d8b00b6ed83464d01ba839cf8
b68b83c0463161ce65922ec606f12244446efab1 19-Aug-2016 Joseph Pirozzo <pirozzoj@google.com> MAP MCE

Message Access Profile Client code. Supports Message Notification
Service server and Message Access Service Client for sending messages
and receiving new messages and retrieving unread messages.

Bug: 30467210
Change-Id: Ia4f27f11acbbcb5975d85344f0c19be3d1975b66
(cherry picked from commit 7765761c05e1cb2231198e7b9dccba5254c0cf75)
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
094664ac823f9e00ae0ad7d0d1bf24fce25ff4bb 02-Nov-2016 Bryce Lee <brycelee@google.com> Merge "Implement new API for retrieving supported Bluetooth profiles."
am: fe33cb11e0

Change-Id: I2e50ad4fb53ac80e49e4ee72197beea3251e2216
013408c9c16e4c1b5b7f285d68bb2f36bca4f654 09-Oct-2016 Bryce Lee <brycelee@google.com> Implement new API for retrieving supported Bluetooth profiles.

Bug: 26451648
Change-Id: I552882034e0289b643377d14bac4fb01c9018046
(cherry picked from commit b7e2f972a0633b4d8c8843d025819d61e71053e7)
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
b085c4d30f17af420378469f7db393168c9436b2 17-Oct-2016 Sanket Agarwal <sanketa@google.com> Merge "AVRCP 1.6 CT implementation"
am: c024cec3fc

Change-Id: Ie05ec01d57d855f568f5801e14afdabbf1def4fa
2df89213f063ef9d38f1531253299f80fdb0739d 10-Sep-2016 Sanket Agarwal <sanketa@google.com> AVRCP 1.6 CT implementation

Bug: b/28791287
Change-Id: Ie4cb76b301bb3f36a750658fb86caa0def1eb503
(cherry picked from commit 4b491c2c874395c436949183bcbd84ebb2493131)
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
99c8fe9dcdfaf551bf0e1c7df6712e1575b5ca73 02-Sep-2016 Erik Wolsheimer <ewol@google.com> Match semantics of ArrayList#toArray in Config's use thereof
am: 19f672c2a5

Change-Id: I4861b8f817d8025cce5902b33e1ba6c2cc72a716
19f672c2a572ca68c7f43b9e64917d4b5613cb4c 02-Sep-2016 Erik Wolsheimer <ewol@google.com> Match semantics of ArrayList#toArray in Config's use thereof

BUG: 28706561
Change-Id: Ia8b5a126ab742f02cf2e1f83294d8488b133a822
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
4a7ba7568de2b00b8d9cdb92137604643fe5d34d 08-Jun-2016 Marie Janssen <jamuraa@google.com> resolve merge conflicts of 39957c0 to nyc-dev-plus-aosp

Change-Id: Ifa06a51ac390cc2b2f7401b65fb6428313a1f6fd
eb7b90f5b93db1230a5b64caa3d8d05a642e33a6 10-May-2016 Marie Janssen <jamuraa@google.com> Cleanup unused requires in java files

Change-Id: I7b055c1d3d3f6a69e9f49c077853ab45fcad7106
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
92870384369a8a5345bfe868b97d2d384f433103 31-Mar-2016 Sanket Agarwal <sanketa@google.com> Move MediaBrowserService to Bluetooth Process

MediaBrowserService exports A2DP streaming features to the rest of stack
using the MediaBrowser API. Currently it was being stareted by
BOOT_COMPLETE which made it start very late. Also that meant that some
of the broadcasts for the connection events is lost. Now it is started
by the A2DP state machine so that we do not miss any state changes.

Bug: 27744764
Change-Id: I193b4adfea09cbd90e41f1a217383b6aa234ef2b
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
b874a1d1cf25f90947ba87f791d42a404cad7d85 10-Mar-2016 Joseph Pirozzo <pirozzoj@google.com> Implement PBAP PCE client role service.

Migrate code from frameworks/opt/bluetooth for pbap client to support
pbap as a bluetooth profile.

Bug: 27490041
Change-Id: I7a486af1c58d17ee10348aae044786df670a781e
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
0a9659da81c1367bf40a8340ecdff4227f88203b 18-Dec-2015 Bryce Lee <brycelee@google.com> Map Bluetooth profiles correctly in isProfileDisabled helper function.

Change-Id: Ic38736a653e6413f1f3bb41c8dfe049abe8883f0
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
3602a64c6bbe46775cba67f064af39c89d888c5c 17-Dec-2015 Bryce Lee <brycelee@google.com> Monitor disabled profile setting and enable/disable profiles on change.

Bug: 25900899
Change-Id: Id98ae58ada8eecd33a2c86970d9d20ae061680be
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
cee0d1b1f13b4401a895be650605fa307e70bdb6 19-Mar-2015 Casper Bonde <c.bonde@samsung.com> Add support for Bluetooth Sim Access Profile (3/4)

Server side of the Sim Access Profile. Enables a Bluetooth device
to take over control of the SIM. This is usefull in cars where the
internal antenna in the phone can have a low signal level.

For this profile to work, the RIL driver must allow for this feature
to be used, and it must provide the API needed. The API is based on
protoBuf.

This change includes some SAP test cases.

Change-Id: Ia46493383efed6b8a89ca270bdafa60fc1a150c1
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
066ad9e16a548218b139424f758b92db7af34af2 06-Jun-2014 Mike Lockwood <lockwood@google.com> Move AVRCP Controller support to new BluetoothAvrcpController profile

Change-Id: I865f77c85d971bf06dbc0643722abad7f6b94ab9
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
c030f08f419d596c4aa216c9cca9867e7b5486f0 07-Jun-2014 Mike Lockwood <lockwood@google.com> A2DP Sink: Add support for BluetoothA2dpSink profile

Change-Id: If2c1b9b919c90e65a3808c9a55b554c0e899a9c2
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
8d536f3db19e8ea7426e98e470dc15d10ecbae87 12-Jun-2014 Mike Lockwood <lockwood@google.com> Rename BluetoothHandsfreeClient to BluetoothHeadsetClient

This makes our terminology consistent with the existing BluetoothHeadset profile

Change-Id: I527977250cf9a34d55d01b357c5c438826e58156
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
c07f105ac5db80ae48a768223d1533daa7afb534 15-May-2014 Mike Lockwood <lockwood@google.com> Set HFP client profile off by default, enable via resource override rather than system property.

Change-Id: Ief080b21026c7b150835e044f800ccaf786bbd2c
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
aebc726105204f8a7b977eb3556c14b5ba18a5ca 19-Aug-2013 Hemant Gupta <hemantg@codeaurora.org> Bluetooth: Add support for HFP Client role.

Implementation changes in Bluetooth App to support
HFP Client role.

Change-Id: I795f475c6a1548fd7cc68d0a02b22f30cf5a182b
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
70be005a18a35ec5fcb46152f0dfbe82156efa3a 22-Aug-2013 Kim Schulz <k.schulz@samsung.com> Fixes to the google review comments + spec 1.1

- updated code to comply with MAP spec 1.1
- removed activity + strings.xml
- removed unused notification code
- fixed TODOs
- added more string validation and case insensitivity
- fixed internal+google review comments
- Added dump of incoming bMessages to /sdcard/bluetooth/log when verbose debug in enabled. Only the latest received message will be stored
- Fix functions msgListingSize and msgListingHasUnread to also consider mms filter message type
- Fix wrong tag length define for notification status parameter
- Re-added shutdown code to interupt the MNS
- removed map activity
- Added initial bluetooth map unit tests
- Fix map event report xml start tag to uppercase 'MAP'
- added support for using ProfileService class
- changed the way the Broadcast Receiver was implemented
- Fixed minor bugs found during Automotive Test Event
- FilterPeriod application parameters can be present, but with zero length
- For MMS the end-boundary were added too early
- The FOLDER entry in bMessage can be empty for a message push
- Wrong error value returned for a set status operation with a wrong handle
- In getMessage() exclude all binary content and smil.xml if the appParam attachment is set to "no".
- Set correct content id and content location for mms. Fix mms mime parser bug.
- moved disconnect to Handler thread
- fixed multipart-message split bug.
- added a few Unit tests for multi-part messages
- MMS parser optimized
- fixed exception in MNS obex Client
- fixed problem with Native PDUs not getting correct timestamp
- corrected mixup in ordinator/recipient for MMS

Change-Id: I3875762822a7f8ce0132065e0da5d0257e3850a1
Bug:10692365
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
03b8386de26ba6500af2d66687bff9b01f2cbbd7 06-Feb-2013 Ganesh Ganapathi Batta <ganeshg@broadcom.com> Initial version of BLE support for Bluedroid

Change-Id: I9579b3074bc4bc59dd45f71c0937e8879196555e
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
ede67c26e7b2564ea35db6d9b3027a269c150e13 24-Oct-2012 Zhihai Xu <zhihaixu@google.com> License of files Bluetooth package is not updated to ASL2

bug 7385618

Change-Id: I338fd87083387706f3b5f410c9592219bb8a1acb
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java
a7e8ef3f77ac74449f817f36f570a3545285be85 11-May-2012 fredc <fredc@broadcom.com> Added support for enabling/disabling profiles

Change-Id: I819ca7920d9d866bd3aca88d4365a18e2369ee81
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/Config.java