16 Kasım 2017 Perşembe

BLE LİB

https://github.com/douglasjunior/AndroidBluetoothLibrary?utm_source=android-arsenal.com&utm_medium=referral&utm_campaign=5821

3 Kasım 2017 Cuma

View

https://github.com/yarolegovich/DiscreteScrollView

13 Eylül 2017 Çarşamba

android bluetoothspp lib

https://github.com/akexorcist/Android-BluetoothSPPLibrary

1 Ağustos 2017 Salı

Bluetooth Socket Android Not

https://developer.android.com/guide/topics/connectivity/bluetooth.html#SettingUp
-------------

Not : Connect İçin Bir Class  + Input ve Outpur lar için Bir class Kullan  (Thread Run *)Aksi takdir de Uygulama Kitleniyor.


     BluetoothDevice btDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);

Etrafta olan bluetootlar ;
----

Set<BluetoothDevice> bondedDevices = bluetoothAdapter.getBondedDevices();

daha öncedende olan eşleşen bluetoothlar
***************