Android listing BLE devices after device scan
Can u provide me the simple code for scanning the nearby BLE devices and list it by device name and MAC ID. I tried this using sample code provided in http://developer.android.com/guide/topics/connectivity/bluetooth-le.html . But didn't work, any reference link or ideas since i am new to BLE app. kodartcha This example is based on the developers web you posted and works great for me. This is the code: DeviceScanActivity.class package com.example.android.bluetoothlegatt; import android.app.Activity; import android.app.ListActivity; import android.bluetooth.BluetoothAdapter; import android