pub unsafe extern "C" fn ble_hs_log_mbuf(om: *const os_mbuf)Expand description
@brief Logs the content of an os_mbuf structure.
This function iterates over each byte in the provided os_mbuf and logs its
value in hexadecimal format using the BLE_HS_LOG macro with the log level
set to DEBUG.
@param om The os_mbuf to log.