- 13 Oct, 2016 2 commits
-
-
Ajay Panicker authored
The MAP service will now send one new message event for all messages when device storage is unlocked instead of sending an event per message. Bug: 30809925 Change-Id: Iec902c414c3c229043aa089d19871d80d62f557f (cherry picked from commit 35b8fc00)
-
Ajay Panicker authored
setPairingConfirmation was set to only require BLUETOOTH_ADMIN permission which shouldn't be able to set the confirmation itself. This is restricted to BLUETOOTH_PRIVILEGED permission. Bug: 29043989 Change-Id: Iae8e31b25795989446265fdcc5eb27e6ffaf29aa (cherry picked from commit df3304a3)
-
- 22 Aug, 2016 1 commit
-
-
gitbuildkicker authored
-
- 16 Aug, 2016 1 commit
-
-
gitbuildkicker authored
-
- 15 Aug, 2016 17 commits
-
-
Bill Yi authored
Change-Id: I250197560618852d32013e4280fa1cb0ce835bb6 Auto-generated-cl: translation import
-
Bill Yi authored
Change-Id: I7e7ebd7b79f42c7ffd05c0b323cd706f8ed02f61 Auto-generated-cl: translation import
-
Bill Yi authored
Change-Id: Ia34ce6a2225eb57e1144dfe76cc54dd71e3e6af5 Auto-generated-cl: translation import
-
Bill Yi authored
Change-Id: Ic8ffd8d1714ac2266d19bac540e4b9a7ac5698bc Auto-generated-cl: translation import
-
Bill Yi authored
Change-Id: If36a280cdc94dde060283230bc797125baeebc72 Auto-generated-cl: translation import
- 14 Aug, 2016 1 commit
-
-
gitbuildkicker authored
-
- 12 Aug, 2016 1 commit
-
-
Myles Watson authored
RemoteDevices keeps track of the Bluetooth devices which have been seen since the Bluetooth stack was initialized. Each time a remote device is discovered, it is added to a hash map. When the size of the hash map grows beyond a few hundred devices, the performance degrades. This patch: - creates the address string once per search reducing the average search time with 300 devices from ~20ms to ~1ms - uses the hash of the address string to search further reducing the time with 1200 devices from ~2ms to ~1ms HashMap<BluetoothDevice, DeviceProperties> became HashMap<String, DeviceProperties> mDevice now stores the BluetoothDevice in each instance of DeviceProperties. TEST: Used System.nanoTime() to measure the elapsed time of getDeviceProperties() Bug: 30828758 Change-Id: Id44886143fb2910955294341d4938d638c72f7f9 Signed-off-by:
Myles Watson <mylesgw@google.com> (cherry picked from commit 1fb90c4f)
-
- 10 Aug, 2016 1 commit
-
-
gitbuildkicker authored
-
- 09 Aug, 2016 2 commits
-
-
Ajay Panicker authored
Bug: 30648104 Change-Id: I9d749a20eefdbeb126fa25a425d636205a22b2ef
-
gitbuildkicker authored
-
- 08 Aug, 2016 2 commits
-
-
gitbuildkicker authored
-
Ajay Panicker authored
OPP connections could possibly stay open forever if no response to the put request is received after transfering very small files. Fixed by waiting to clear the timeout message until after the response is received. Bug: 30645605 Change-Id: I0743685e98e74195b99eff7012dc8c8044c425ca
-
- 06 Aug, 2016 1 commit
-
-
gitbuildkicker authored
-
- 04 Aug, 2016 1 commit
-
-
Ajay Panicker authored
Bug: 30444661 Change-Id: I1d93645f1d4475cf603cda8bb28df0b960ccb445
-
- 03 Aug, 2016 1 commit
-
-
gitbuildkicker authored
-
- 02 Aug, 2016 2 commits
-
-
Ajay Panicker authored
Bug: 28973021 Change-Id: I40f6d32ffadd58e60dbd1e44802a629b9fab64e4
-
gitbuildkicker authored
-
- 01 Aug, 2016 1 commit
-
-
Marie Janssen authored
Fix multiple issues with status notificatios: * Playback state was not being sent when state wasn't sent accompanying a metadata change * Play state was being sent without an update * Position was being sent without a change and with the wrong indicator * Position was not being scheduled for update when playing. * Position was being scheduled for update when paused / stopped. Bug: 30459664 Bug: 29400658 Bug: 28639383 Change-Id: Ic550dcab0430be45187b0267cc77875740388a2a (cherry picked from commit fa81085f)
-
- 30 Jul, 2016 1 commit
-
-
gitbuildkicker authored
-
- 28 Jul, 2016 2 commits
-
-
Ajay Panicker authored
Bug: 28970262 Change-Id: I07d9ab24d10396baa4ddbfbdfad5b1eec1b8e9d5
-
Ajay Panicker authored
Bug: 28970262 Change-Id: I07d9ab24d10396baa4ddbfbdfad5b1eec1b8e9d5
-
- 27 Jul, 2016 3 commits
-
-
gitbuildkicker authored
-
gitbuildkicker authored
-
Ajay Panicker authored
-