react-native-ble-plx
react-native-ble-plx copied to clipboard
Does react-native-ble-plx differentiate between advertising data and scan response data
Prerequisites
- [x] I checked the documentation and FAQ without finding a solution
- [x] I checked to make sure that this issue has not already been filed
- [x] I'm sure that question is related to the library itself and not Bluetooth Low Energy or Classic in general. If that so, please post your question on StackOverflow.
- [x] I'm running the latest version
Question
i want to get a string longer than 31 byte when scanning for devices, which only advertising data doesn't support. So i thought if i could use the reponse data to get another 31 byte sent
Question related code