0
수동으로해야하기 때문에 GATT 연결 후 BLE 장치와 페어링하는 방법은 BLE 장치에서 응답을받을 수 있습니다.GATT 연결 후 BLE 장치와 페어링하는 방법
bluetoothComponent.gatt = tempdevice.connectGatt(getApplicationContext(), false,
bluetoothComponent.callbacknew);
BLE 장치와 연결된 후 BLE 장치와 페어링하는 방법을 도와주세요.