【发布时间】:2016-08-21 13:45:55
【问题描述】:
GATT 连接后如何与 BLE 设备配对,因为我必须手动完成,然后才能从 BLE 设备获得响应。
bluetoothComponent.gatt = tempdevice.connectGatt(getApplicationContext(), false,
bluetoothComponent.callbacknew);
请帮助,我在与BLE设备连接后如何与BLE设备配对。
【问题讨论】:
标签: bluetooth-lowenergy android-bluetooth gatt