| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
|
|
|
|
|
| |
Currently there is no way to get the profiles supported by the Bluetooth
adapter. Asking for a profile proxy of an unsupported profile does not
fail and can lead to code indefinitely waiting for the proxy response. This
new code will allow for checking the supported profiles before asking for
the proxies.
Bug: 26451648
Change-Id: I4b48e7151f5ca53851aa3b967c143fae140ecd34
(cherry picked from commit b1301fa2849bafd6daa422281dc5200863bc761e)
|
| |
|
|
|
|
|
| |
Create a new Bluetooth profile for Pbap Client.
Bug: 27490041
Change-Id: I77d2c7eeeb8e955ea61386d784b02b14f415b318
|
| |
|
|
| |
Change-Id: I04fd867511713dd02ef249b113f7a46c69f22f98
|
| |
|
|
|
| |
Bug: 25900899
Change-Id: I420a7c590d72ba10f3e466d15dccfdbb520e810a
|
| |
|
|
| |
Change-Id: I5bc86f8ec6ea5c873f1e14dab0e0c47c5c9df7f7
|
| |
|
|
| |
Change-Id: I6c634aa38d31a7b5a98c9089840557257fd58209
|
| |
|
|
|
|
| |
BluetoothProfile subclass
Change-Id: Id988040a7ce623ed68e0349920301ff48db1fbce
|
| |
|
|
|
|
|
|
| |
This makes our terminology consistent with the existing BluetoothHeadset profile
Also updated arguments to Context.bindService()
Change-Id: I27cc5a6fde256b1f5dccca53a7a15ec8f58691c2
|
| |
|
|
|
|
|
| |
Implementation changes in frameworks to support
HFP Client role.
Change-Id: Ifb10527cd6c1301297cae4f923b20734af672034
|
| |
|
|
| |
Change-Id: Iff6035e85faf52647cc41a59f98ba2924300eb8d
|
| |
|
|
|
|
| |
bug:10116530
Change-Id: I57d022005bcff5bc3e56438a81ac92566f957744
|
| |
|
|
|
|
|
|
|
|
| |
Updated API headers. Add BluetoothManager to be retrieved by
context.getSystemService(Context.BLUETOOTH_SERVICE).
LE scan functions are placed in BluetoothAdapter
The GATT API are device driven instead of a profile-driver.
bug 8450158
Change-Id: I424a4cedaac3ef8120a05996500008dd210d2553
|
| |
|
|
|
|
| |
The API classes are hidden for now. Will unhide after API console
approval.
Change-Id: I8283dd562fd6189fdd15c866ef2efb8bbdbc4109
|
| |
|
|
|
|
|
|
|
| |
Remove ACTION_CONNECT_OTHER_PROFILES as it is no longer used
Allow only PRIORITY_ON and PRIORTY_OFF as priority params for SetPriority()
API in BluetoothA2DP and BluetoothHeadset
BluetoothPBAP: Pass on proxy object as part of Service Connected callback
Change-Id: Ida00fc2b7d1dcb91b01f7ddd2cea482367a3b334
|
| |
|
|
| |
Change-Id: I82d05eacb6c7fae6eb1ebf246d2fce7314ff0a75
|
| |
|
|
|
|
|
| |
Add Health profile to various discussions about profiles
Add descriptions to NFC interfaces, tweak some desciptions, and fix some broken links
Change-Id: Ib89434c78a4ad60b4358dca9a6c335451d1c4125
|
| |
|
|
| |
Change-Id: I366f1231056fe978d85ee80c773d5911badb22e2
|
| |
|
|
|
|
|
| |
This gets the current connection state of the profile with respect
to the local Bluetooth adapter.
Change-Id: I7cff6c9201d29a8b45413cff7384b7483f21bd5c
|
| |
|
|
|
|
|
| |
This first patch implements all the APIs.
The APIs wil be made public soon. The data specification
API will be submited in another patchset.
Change-Id: I2462683b7e07380e2c42474b0036b34d03b4bed1
|
| |
|
|
|
|
|
|
| |
Move connect / disconnect / set and get priority
functions down the interface as they are not generic enough
for all profiles.
Change-Id: I2656e1bdbc8046c53bb0dfbd9172f5f10b57aa7d
|
| |
|
|
| |
Change-Id: Ibd3e24e391be93ebe2cf975bd075efb68e10c1ff
|
| |
|
|
|
|
| |
This makes it in sync with BluetoothHeadset and BluetoothA2dp profiles.
Change-Id: I3ddb1d18b04aacb173b7bc376bca21c277a6afe4
|
| |
|
|
| |
Change-Id: I0a0f1be04ed2ea2c14498a1a2ed4b050191ec95b
|
| |
|
|
|
|
|
|
| |
Most of the time it will either be empty or have 1 device.
Using list makes it much a better API and since its supported
by the AIDL format, the code becomes much nicer.
Change-Id: I5a2508b33ba754fc8cc738409d658e1235aaf2cf
|
|
|
Change-Id: I1cc4b109542dfd62473cb95797c8c3d0d15725f4
|