1.1.2.2.1.4.5 BLE_DM_DeletePairedDevice

C

uint16_t BLE_DM_DeletePairedDevice(uint8_t devId);

Description

Delete specific paired device information.

Parameters

ParameterDescription
[in] devIdPaired device ID of paired information.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully deleted specific paired device information.
MBA_RES_INVALID_PARAInvalid parameters, if device ID does not recognize a valid pairing device.
MBA_RES_FAILThe delete operation failure.