1.1.2.2.1.4.9 BLE_DM_GetPairedDeviceList

C

void BLE_DM_GetPairedDeviceList(uint8_t *p_devId, uint8_t *p_devCnt);

Description

Get the paired device list of device IDs.

Parameters

ParameterDescription
[out] p_devIdPointer to the device IDs list buffer. See BLE_DM_MAX_PAIRED_DEVICE_NUM for the maximum size definition.
[out] p_devCntThe number of valid device IDs in p_devId.