BLE_DM_DeletePairedDevice
C
uint16_t BLE_DM_DeletePairedDevice(uint8_t devId);Description
Deletes specific paired device information.
Note
Use BLE_DM_GetPairedDeviceList to retrieve the list of paired device IDs.
Parameters
| Parameter | Description |
|---|---|
| [in] devId | The device ID of the paired device to delete. |
Return values
| Return value | Description |
|---|---|
| MBA_RES_SUCCESS | Specific paired device information deleted successfully. |
| MBA_RES_INVALID_PARA | The device ID does not correspond to a valid paired device. |
| MBA_RES_FAIL | Deletion operation failed. |
