Skip to content

Commit

Permalink
Fix missing serviceData
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosinigaglia committed Sep 27, 2019
1 parent 3aa84bd commit eb30d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/src/main/java/it/innove/LollipopPeripheral.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public WritableMap asWritableMap() {
}
}

advertising.putMap("serviceData", serviceData);
advertising.putInt("txPowerLevel", advertisingData.getTxPowerLevel());
}

Expand Down

0 comments on commit eb30d14

Please sign in to comment.