arissa34 / Android-Multi-Bluetooth-Library

Android Multi Bluetooth Library http://arissa34.github.io/Android-Multi-Bluetooth-Library/
187 stars 68 forks source link

Add Bluetooth service to Android-Multibluetooth-Library #2

Closed reixd closed 9 years ago

reixd commented 9 years ago

This changes extend the library functionality to also support Android Services to host the Bluetooth handling code.

Add example module "BluetoothService_sample" with an Activity and Service to demonstrate how to program and use the introduced Bluetooth Service in the lib.

Tested with AndroidStudio 141.2024585 and Samsung GT-P7320 Android 4.1.2 (API v16)

arissa34 commented 9 years ago

Thanks for your work.

arissa34 commented 9 years ago

I think you missed to add the file EnableBluetoothDiscoveryActivity.class into the lib.

reixd commented 9 years ago

The file was added in my pull request. When I search the pull request with the String "EnableBluetoothDiscoveryActivity" I find a file with that name that is added by a commit.

See https://github.com/arissa34/Android-Multi-Bluetooth-Library/blob/025a5713f47e77c3a2a769382b7188ee9248228a/Bluetooth/Bluetooth_lib/src/main/java/com/ramimartin/multibluetooth/activity/EnableBluetoothDiscoveryActivity.java