virtual boolean onCharacteristicAdded( LGATTAttributeData & data );
virtual boolean onCharacteristicAdded( LGATTAttributeData & data );
You need to override this function to receive handles for each characteristic when characteristics are added.
|
Parameters |
Description |
|
LGATTAttributeData & data |
Information of the characteristic added. Refer to LGATTAttributeData. |
true: Successful.
false: Failed.
LGATTServer.h