Added the Gatt Services code from the Google Example

This commit is contained in:
Alexandros Schillings
2014-03-18 17:07:25 +00:00
parent c4023bbd5d
commit a5ee9dd3d4
9 changed files with 892 additions and 32 deletions
+5
View File
@@ -33,6 +33,11 @@
android:name="uk.co.alt236.btlescan.activities.DetailsActivity"
android:label="@string/app_name" >
</activity>
<activity android:name="uk.co.alt236.btlescan.activities.DeviceControlActivity" />
<service
android:name="uk.co.alt236.btlescan.services.BluetoothLeService"
android:enabled="true" />
</application>
</manifest>