Search code examples
iosobjective-ciphonexcodeios-bluetooth

Bluetooth connection between ios and non ios device


Can we connect a Bluetooth watch (not iOS OS) with any iOS mobile. if yes then how to develop the code for it in x code through objective C?


Solution

  • Of course you can,just like normal BLT devices via protocol.Look up Apple CoreBluetooth Guide.This will tell you how to dev,it will be a really long answer.