0
votes

I am using the 32Feet library for Bluetooth communication, it works fine (windows). I have a device that supports two SPP Bluetooth ports, I am not sure how to connect to the second option. If I do this:

ep = new BluetoothEndPoint(CurrentDevice.DeviceAddress, InTheHand.Net.Bluetooth.BluetoothService.SerialPort);

It will only connect to the first SPP port on the device, is there a way to connect to the second port?

1

1 Answers