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