BluetoothClient
BluetoothClient copied to clipboard
增加一个是否 匹配的标记吧
data class Device(val address: String, val name: String?, val type: Type, val isBonded: Boolean? = false )