OSDN Git Service

Bluetooth 5 Advertising API
authorJakub Pawlowski <jpawlowski@google.com>
Tue, 10 Jan 2017 14:15:54 +0000 (06:15 -0800)
committerJakub Pawlowski <jpawlowski@google.com>
Wed, 8 Mar 2017 01:12:16 +0000 (01:12 +0000)
commit5324a14cf490656269ef862d7f8f6b139a21c0e6
tree18b6a75f5cb37be29c2cd4bf01cfad92c52a3c97
parentdb5a87d50db9d4b3d642603f6c329b83ee5851f6
Bluetooth 5 Advertising API

Test: manual
Bug: 30622771
Change-Id: Id6856e6110872ec50ff1af54ddc75c0104a6459c
14 files changed:
Android.mk
api/current.txt
api/system-current.txt
api/test-current.txt
core/java/android/bluetooth/IBluetoothGatt.aidl
core/java/android/bluetooth/le/AdvertisingSet.java [new file with mode: 0644]
core/java/android/bluetooth/le/AdvertisingSetCallback.java [new file with mode: 0644]
core/java/android/bluetooth/le/AdvertisingSetParameters.aidl [new file with mode: 0644]
core/java/android/bluetooth/le/AdvertisingSetParameters.java [new file with mode: 0644]
core/java/android/bluetooth/le/BluetoothLeAdvertiser.java
core/java/android/bluetooth/le/IAdvertisingSetCallback.aidl [new file with mode: 0644]
core/java/android/bluetooth/le/PeriodicAdvertisingParameters.aidl [new file with mode: 0644]
core/java/android/bluetooth/le/PeriodicAdvertisingParameters.java [new file with mode: 0644]
core/java/android/bluetooth/le/ScanResult.java