esp_idf_sys

Function ble_hs_log_flat_buf

Source
pub unsafe extern "C" fn ble_hs_log_flat_buf(
    data: *const c_void,
    len: c_int,
)
Expand description

@brief Logs the content of a flat buffer.

This function iterates over each byte in the provided buffer and logs its value in hexadecimal format using the BLE_HS_LOG macro with the log level set to DEBUG.

@param data Pointer to the buffer to log. @param len Length of the buffer.