Start Bluetooth connection

To start a Bluetooth connection into your iOS app:

1

Add the following code to receive messages from the iOS framework when Bluetooth starts searching for the card reader in an iOS device Bluetooth setting.

ClearentConnection *connection = [[ClearentConnection alloc] initBluetoothSearch];
                                  [clearentVP3300 startConnection:connection];
2

Add the following delegate to discover the card reader in the Bluetooth settings of an iOS device.

- (void) bluetoothDevices:(NSArray *)bluetoothDevices;

Last updated

Was this helpful?