I'm a newby. I'm troubles understanding how to send command to ble. my band have own protocol like this :
if you send 'AB02FF7180' to ble means your band will shock 5 times.
i saw the sample find
public static final String RX_SERVICE_UUID = "6e400001-b5a3-f393-e0a9-e50e24dcca9e";
public static final String RX_CHAR_UUID = "6e400002-b5a3-f393-e0a9-e50e24dcca9e";
public static final String TX_CHAR_UUID = "6e400003-b5a3-f393-e0a9-e50e24dcca9e";
what is TX_CHAR_UUID and RX_CHAR_UUID means?