BLE_DM_DeletePairedDevice

C

uint16_t BLE_DM_DeletePairedDevice(uint8_t devId);

Description

Deletes specific paired device information.

Parameters

ParameterDescription
[in] devIdThe device ID of the paired device to delete.

Return values

Return valueDescription
MBA_RES_SUCCESSSpecific paired device information deleted successfully.
MBA_RES_INVALID_PARAThe device ID does not correspond to a valid paired device.
MBA_RES_FAILDeletion operation failed.