OSDN Git Service

Move some AdvertiseManager methods into separate helper
authorJakub Pawlowski <jpawlowski@google.com>
Fri, 18 Nov 2016 23:09:41 +0000 (15:09 -0800)
committerJakub Pawlowski <jpawlowski@google.com>
Sat, 19 Nov 2016 00:32:13 +0000 (00:32 +0000)
commit335fb7b425b0a585c271ae34901ea443ec88be38
tree0293b95157bcf706999c42739535d82aed7b97b6
parent2f41316dc000be45871e5d1d19f249f3c2ceb82f
Move some AdvertiseManager methods into separate helper

This patch is moving some methods from AdvertiseManager into a
AdvertiseHelper. This is a preparation to add tests to
advertiseDataToBytes and others.

Bug: 30622771
Test: sl4a ConcurrentBleAdvertisingTest BleAdvertiseApiTest
Change-Id: I41f857379c892f76a5cec807879722764ef3cfa7
src/com/android/bluetooth/gatt/AdvertiseHelper.java [new file with mode: 0644]
src/com/android/bluetooth/gatt/AdvertiseManager.java