Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. bluetoothSerial.write("hello, world", success, failure);
  2.  
  3. /* Write to the connected OutStream.
  4. * @param buffer The bytes to write*/
  5. public void write(byte[] buffer) {
  6. try {
  7. mmOutStream.write(buffer);
  8. ....
  9. } ....
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement