Android/Kotlin: 显示已配对蓝牙设备的列表
创始人
2024-08-20 07:00:40
0

以下是一个示例代码,用于显示已配对蓝牙设备的列表。

import android.bluetooth.BluetoothAdapter
import android.bluetooth.BluetoothDevice
import android.os.Bundle
import android.widget.ArrayAdapter
import android.widget.ListView
import androidx.appcompat.app.AppCompatActivity

class MainActivity : AppCompatActivity() {

    private lateinit var listView: ListView

    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        setContentView(R.layout.activity_main)

        listView = findViewById(R.id.listView)
        showPairedDevices()
    }

    private fun showPairedDevices() {
        val bluetoothAdapter: BluetoothAdapter? = BluetoothAdapter.getDefaultAdapter()
        val pairedDevices: Set? = bluetoothAdapter?.bondedDevices

        val deviceList = ArrayList()

        if (pairedDevices != null) {
            for (device: BluetoothDevice in pairedDevices) {
                deviceList.add(device.name)
            }
        }

        val adapter = ArrayAdapter(this, android.R.layout.simple_list_item_1, deviceList)
        listView.adapter = adapter
    }
}

在此示例中,我们首先获取默认的蓝牙适配器,并使用bondedDevices方法获取已配对的设备列表。然后,我们将设备名称添加到一个字符串列表中,并使用ArrayAdapter将列表显示在ListView中。

相关内容

热门资讯

盘点一款!wepoker怎么获... 盘点一款!wepoker怎么获得好牌,wpk透视辅助,本来真的有挂(有挂教程)1、辅助软件下载优化,...
攻略辅助挂!aapoker怎么... 攻略辅助挂!aapoker怎么拿好牌,德扑之星有辅助软件吗,其实是有挂(有挂头条)1、全新机制【德扑...
科技通报!wepoker私人定... 科技通报!wepoker私人定制透视,wepoker插件功能辅助器,好像真的有挂(有挂详细)1、免费...
事发当天!wepoker开脚本... 事发当天!wepoker开脚本视频,德普之星透视辅助插件,竟然是有挂(今日头条)1、这是跨平台的德普...
这一问题亟待解决!wepoke... 这一问题亟待解决!wepoker私人局透视,德普之星透视辅助软件下载,一贯是有挂(有挂技巧)1、起透...
玩家必用!wepoker破解版... 玩家必用!wepoker破解版内购,hhpoker是真的吗,其实真的有挂(有挂讲解)1、上手简单,内...
2026版教学!hhpoker... 2026版教学!hhpoker怎么防作弊,德普之星辅助软件,原来真的有挂(有挂攻略)1、超多福利:超...
记者揭秘!智星德州插件,pok... 记者揭秘!智星德州插件,pokemmo脚本辅助器下载,竟然有挂(有挂讲解)1)免费钻石:进一步探索免...
截至发稿!德州透视插件,德普之... 截至发稿!德州透视插件,德普之星透视辅助软件是真的吗,一直真的是有挂(有挂教程)1、玩家可以在德普之...
一分钟揭秘!poker wor... 一分钟揭秘!poker world辅助器,哈糖大菠萝有挂吗,一贯是有挂(有挂存在)1、游戏颠覆性的策...