Search code examples
iosreact-nativebluetoothbluetooth-lowenergybluetooth-peripheral

Can I simulate BLE device on iOS and set its name? (React Native)


Is there a way to simulate BLE device on iOS and set its name?

  1. Is it achievable on iOS?
  2. Is there any React Native library for that? (I found react-native-ble-peripheral library, but its README says, it works only on Android)

Solution

  • After some research:

    1. Yes, it is achievable on iOS.
    2. Yes, there is React Native library for that: react-native-peripheral