15638228357

Results 2 issues of 15638228357

BluetoothManager.connect(this.peripheralId) .then(() => { console.log('Connected'); BluetoothManager.requestMTU(200); setTimeout(() => { this.getNotic(); }, 500); }) .catch(error => { console.log('Connected error:', error); });