-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 writecharacteristicwithoutresponsefordevice in iOS have issue #1276
Labels
Comments
No have any support to me 👎 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisites
Expected Behavior
Dear Admin,
I try to use function writecharacteristicwithoutresponsefordevice in version Android is working well
But In version iOS, I can't send data
Could you help me check about that?
I share the information:
"react-native-ble-plx": "^3.4.0",
"react-native": "0.68.2",
"react": "17.0.2",
BLTManager.writeCharacteristicWithoutResponseForDevice(
connectStatusRef.current!!.id,
BLUETOOTH_UUID,
BLUETOOTH_CHARACTERISTIC_UUID,
converted.toString('base64'),
);
Current Behavior
BLTManager.writeCharacteristicWithoutResponseForDevice(
connectStatusRef.current!!.id,
BLUETOOTH_UUID,
BLUETOOTH_CHARACTERISTIC_UUID,
converted.toString('base64'),
);
Library version
3.4.0
Device
iPhone 11PRM (17.4.1)
Environment info
Steps to reproduce
Send data use function writeCharacteristicWithoutResponseForDevice
Formatted code sample or link to a repository
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: