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
| Parameter | Description |
|---|---|
| [in] connHandle | Connection handle associated with this connection. |
Return values
| Return value | Description |
|---|---|
| MBA_RES_SUCCESS | Successfully restart discovery. |
| MBA_RES_OOM | Internal memory allocation failure. |
| MBA_RES_INVALID_PARA | The connHandle is invalid. |
