BLE_DM_GetPairedDeviceList

C

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

Description

Retrieves the list of device IDs for all paired devices.

Parameters

ParameterDescription
[out] p_devIdPointer to the buffer to store the device IDs.
[out] p_devCntPointer to the variable to store the count of valid device IDs in p_devId.