Search code examples
bluetooth-lowenergynativewatchkitwatchos-2

Watch OS 2 Native app Bluetooth device connection


As the title states: I want to create an native Watch OS2 app and communicate with bluetooth devices. I know Watch OS 2 can pair with wireless headsets (BLE) and 'health devices' but do developers have access to use this?

Thanks in advance.


Solution

  • I know it's a bit late for answer, but following these links: https://forums.developer.apple.com/thread/25759

    Objective C-Is it possible to connect to BLE devices from iWatch?

    It's not possible to access CoreBluetooth on watchOS2. Use WatchConnectivity to communicate with parent device.