Guest User

Untitled

a guest
Dec 14th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. BluetoothDevice device = bt_adapter.getRemoteDevice(btDevice.address);
  2. btSocket = device.createInsecureRfcommSocketToServiceRecord(myUUID);
  3. btSocket.connect();
  4. btSocket.getOutputStream().write(getStringFile(filepath));
  5. btSocket.close();
Add Comment
Please, Sign In to add comment