Skip to content

Instantly share code, notes, and snippets.

@dodyw
Last active December 22, 2015 19:39
Show Gist options
  • Save dodyw/6520606 to your computer and use it in GitHub Desktop.
Save dodyw/6520606 to your computer and use it in GitHub Desktop.
Set bluebamboo P25 never sleep/off
//1D 7C 01 n
byte[] bbNoSleep = {(byte)0x1D,(byte)0x7C,(byte)0x01,(byte)0xFF,};
BlueToothServicesP25.sendSocketMsg(bbNoSleep);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment