pub unsafe extern "C" fn bluetil_ad_init(
ad: *mut bluetil_ad_t,
buf: *mut c_void,
pos: size_t,
size: size_t,
)
Expand description
@brief Initialize the given advertising data descriptor
@param[out] ad advertising data descriptor @param[in] buf buffer to point to @param[in] pos current fill position of @p buf @param[in] size size of @p buf