this is my code :
bc = new BluetoothClient();
bc.Client.Connect(new BluetoothEndPoint(btaddress, service));
byte[ msg = stringTobyte("12345");
bc.Client.Send(msg, 0, 5, SocketFlags.None);
It can't send msg, what's wrong? who can help me out ?
thank you very much