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.
Note
Application could use the BLE_DM_GetPairedDeviceList API to get the paired device list of device IDs.
Parameters
Parameter | Description |
---|---|
[in] devId | Paired device ID of paired information. |
Return values
Return value | Description |
---|---|
MBA_RES_SUCCESS | Successfully deleted specific paired device information. |
MBA_RES_INVALID_PARA | Invalid parameters, if device ID does not recognize a valid pairing device. |
MBA_RES_FAIL | The delete operation failure. |