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
***************