Bluetooth Framework C++ Edition

◆ DeleteCharacteristic()

int DeleteCharacteristic ( const size_t  Index)

Deletes the characteristic with given index.

Parameters
IndexThe service's index. The parameter must be in range between 0 and ServicesCount - 1.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.