标签: android bluetooth-lowenergy
我使用此Github代码ble-test-peripheral-android制作BLE外设。
我想禁用多个BLE连接到我的外围设备。我尝试使用stopAdvertisement()方法,但它也断开了已连接的设备。
有什么方法可以实现这个目标吗?