1.2.2.2.1.4.8 BLE_DM_GetPairedDevice

C

uint16_t BLE_DM_GetPairedDevice(uint8_t devId, BLE_DM_PairedDevInfo_T *p_pairedDevInfo);

Description

Get the single paired device information via device ID.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully get single paired devices information.
MBA_RES_INVALID_PARADevId exceeds the maximum range or the number of paired devices.
MBA_RES_FAILThe get operation failure.