question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

BleManager.removePeripheral(peripheral.id) is not a function error?

See original GitHub issue

“react-native-ble-manager”: “6.0.0”,

BleManager.removePeripheral(peripheral.id) is not a function error?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
stephenjencommented, Nov 24, 2017

@kf729ik my issue was due to calling start() more than one times. I had to restructure all my BLE operations to within one action file so I wouldn’t need to call start() more than once.

0reactions
kf729ikcommented, Nov 24, 2017

@stephenjen I think that I’m facing the same issue, so I’m going to try out this approach, thanks for the comment.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to use the react-native-ble-manager ... - Snyk
isPeripheralConnected function in react-native-ble-manager. To help you get started, ... else { console.log('Peripheral is NOT connected!'); } }); }.
Read more >
React-native-ble-manager - npm.io
Disconnect from a peripheral. Returns a Promise object. Arguments. peripheralId - String - the id/mac address of the peripheral to disconnect.
Read more >
react native ble manager BleManager.write function doesn't ...
log(error); });. Output Hey, I'm new to react native, I want to use write function to communicate with my bluetooth device. The return ......
Read more >
React Native BLE Communication Module - Morioh
In iOS, attempts to connect to a peripheral do not time out (please see Apple's ... peripheralId - String - the id/mac address...
Read more >
react-native-ble-plx 2.0.2 | Documentation
destroy() function. You can then recreate BleManager later on as we did above. Waiting for Powered On state. When iOS application launches BLE...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found