AT#BWRITE=<Connection Handle>,<Characteristic Handle>,<Hex Data>
Set command is used to write the characteristics value of a service.
Asynchronous Event:
#BWRITE: <Characteristic Handle>,<Hex Data>
<Characteristic Handle>: It specifies the Characteristic handle returned
using service discovery command (AT#BSRVD). The supported parameter
value range is "0x1-0xFFFF".
<Hex Data>: It specifies ASCII coded byte stream as hexadecimal values.
For example: 6162 for a 2-byte value
Example:
#BWRITE: 55,3031323334
Parameters:
It specifies the Characteristic
handle returned using service
discovery command (AT#BSRVD).