Bluetooth
Native iOS ==> Bluetooth framework
Readings from custom or generic Bluetooth devices supported in the Bluetooth framework can be captured and uploaded to Validic with VLDBluetoothPeripheralController
. A list of supported devices can be obtained calling the static function +supportedPeripherals
on VLDBluetoothPeripheral
. You must implement the VLDBluetoothPeripheralControllerDelegate
protocol to receive callbacks so that the user may be prompted to take the measurement at the right time, display the measurement value, or get notified of any errors that occurred.
Updated 18 days ago