VLDBluetoothPeripheralControllerDelegate

Objective-C

@protocol VLDBluetoothPeripheralControllerDelegate <NSObject>

Swift

protocol VLDBluetoothPeripheralControllerDelegate

The VLDBluetoothPeripheralControllerDelegate protocol provides callbacks to indicate the status of a pairPeripheral: or readFromPeripheral: operation. When performing a readFromPeripheral: operation you should listen for the bluetoothPeripheralController:isReadyToReadFromPeripheral: callback and then display to the user the readingInstructions from the VLDBluetoothPeripheral object.

Pairing Peripheral */

Reading From Peripheral */