BLE_DD_RestartServicesDiscovery

C

uint16_t BLE_DD_RestartServicesDiscovery(uint16_t connHandle);

Description

Restarts the database discovery process for a specific connection.

Note

This function should be called when the remote services have changed and there is a need to rediscover them.

Parameters

ParameterDescription
[in] connHandleConnection handle associated with this connection.

Return values

Return valueDescription
MBA_RES_SUCCESSDiscovery successfully restarted.
MBA_RES_OOMFailed due to memory allocation error.
MBA_RES_INVALID_PARAThe provided connHandle is invalid.