react-native-discovery icon indicating copy to clipboard operation
react-native-discovery copied to clipboard

How to add additional data other than just uuid when advertising?

Open ghost opened this issue 8 years ago • 1 comments

How to add additional data other than just uuid when advertising? I want to add some custom data is it possible?

ghost avatar Mar 24 '17 13:03 ghost

well you could make your data a json string

initialize(
myUUID,
JSON.stringify(objectWithdata),
)

radiodario avatar Apr 26 '18 12:04 radiodario