蓝牙库:适用于Android的蓝牙客户端库

时间:2024-02-24 06:51:37
【文件属性】:

文件名称:蓝牙库:适用于Android的蓝牙客户端库

文件大小:1.77MB

文件格式:ZIP

更新时间:2024-02-24 06:51:37

android library discovery scan bluetooth

Android蓝牙客户端库 这是一个Android库,可简化客户端的蓝牙通信过程。 该库不支持BLE设备。 安装 添加到您的gradle依赖项: implementation 'me.aflak.libraries:bluetooth:1.3.9' 启用蓝牙 注意:您还必须在较新的Android版本中启用手机位置。 询问用户蓝牙激活 @Override protected void onCreate( @Nullable Bundle savedInstanceState) { // ... // Need to ask for bluetooth permissions before calling constructor ! // Permissions are {BLUETOOTH, BLUETOOTH_ADMIN, ACCESS_COARSE_LOCATION} bluetooth = new Bluetooth ( this ); bluetooth . setBluetoothCallback(bluetoothCallback


网友评论