Starting a Bluetooth connection
1
ClearentConnection *connection = [[ClearentConnection alloc] initBluetoothSearch];
[clearentVP3300 startConnection:connection];2
- (void) bluetoothDevices:(NSArray *)bluetoothDevices;Was this helpful?

