1.1.2.2.3.4.4 BLE_DD_RestartServicesDiscovery

C

uint16_t BLE_DD_RestartServicesDiscovery(uint16_t connHandle);

Description

Restart database discovery for specific connection

Note

This function shall only be called when remote services changed and application wants to restart database discovery.

Parameters

ParameterDescription
[in] connHandleConnection handle associated with this connection.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully restart discovery.
MBA_RES_OOMInternal memory allocation failure.
MBA_RES_INVALID_PARAThe connHandle is invalid.