pub unsafe extern "C" fn udsSetApplicationData(
buf: *const c_void,
size: usize,
) -> ResultExpand description
This can be used by the host to set the appdata contained in the broadcasted beacons.
ยงArguments
buf- Appdata buffer.size- Size of the input appdata.