Indicate the dev_list array(buffer) size as input. If dev_num is large enough, it means the actual number as output. Suggest that dev_num value equal to esp_ble_get_bond_device_num().
dev_list
an array(buffer) of `esp_ble_bond_dev_t` type. Use for storing the bonded devices address. The dev_list should be allocated by who call this API.
Return value
- ESP_OK : success - other : failed
Examples
esp_ble_get_bond_device_list() is referenced by 3 libraries and example projects: