Package-level declarations
Types
Link copied to clipboard
Fragment demonstrating BLE device connection and operations with BLE-X library.
Link copied to clipboard
Sample MainActivity demonstrating the complete BLE-X library usage.
Link copied to clipboard
Fragment demonstrating BLE device scanning with BLE-X library.
Link copied to clipboard
class ScanResultAdapter(devices: MutableList<BluetoothDevice>, onDeviceClick: (BluetoothDevice) -> Unit) : RecyclerView.Adapter<ScanResultAdapter.DeviceViewHolder>
RecyclerView adapter for displaying discovered BLE devices.