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
Parameter | Description |
---|---|
[out] p_devId | Pointer to the buffer to store the device IDs. |
[out] p_devCnt | Pointer to the variable to store the count of valid device IDs in p_devId. |