isBLEDeviceType

open fun isBLEDeviceType(@NonNull bluetoothDevice: BluetoothDevice): Boolean

Check the type of device if is BLE type.

Return

boolean true : if the bluetooth device is LE , false otherwise.

Parameters

bluetoothDevice

the connected bluetooth device BluetoothDevice