VLDBluetoothPeripheralControllerDelegate

Objective-C

@protocol VLDBluetoothPeripheralControllerDelegate <NSObject>

Swift

protocol VLDBluetoothPeripheralControllerDelegate : NSObjectProtocol

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

Pairing Peripherals

Reading From Peripherals

Pairing Peripherals (Deprecated)

Reading From Peripherals (Deprecated)