1.1.2.1.2.4.23 GATTS_ServiceChanged
C
uint16_t GATTS_ServiceChanged();
Description
This API is used to enable the service change and notify clients that service table is changed. Service might be added or removed. After all the changes, this API is used to enable the service change. All the connected client will receive indication if the indication in configured.
Return values
Return value | Description |
---|---|
MBA_RES_SUCCESS | Successfully notify the connected devices th service change. |
MBA_RES_INVAIID_PARA | The connection handle is invalid. |