Starting a Bluetooth connection
To start a Bluetooth connection using iOS Framework:
1
Add the following code to receive messages from the iOS framework when Bluetooth starts searching for the card reader in the device’s Bluetooth settings.
ClearentConnection *connection = [[ClearentConnection alloc] initBluetoothSearch];
[clearentVP3300 startConnection:connection];
2
Add the delegate to discover the card reader in the Bluetooth settings.
- (void) bluetoothDevices:(NSArray *)bluetoothDevices;
Last updated
Was this helpful?