Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
bugfixes react-native ble implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed May 23, 2019
1 parent a7607ba commit c0f209d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-hw-transport-ble/src/BleTransport.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ export default class BluetoothTransport extends Transport<Device | string> {

const data = await merge(
this.notifyObservable.pipe(receiveAPDU),
sendAPDU(bleManager, this.write, apdu, this.mtuSize)
sendAPDU(this.write, apdu, this.mtuSize)
).toPromise();

const msgOut = data.toString("hex");
Expand Down

0 comments on commit c0f209d

Please sign in to comment.