pub unsafe extern "C" fn bt_le_scan_cb_unregister(
cb: *mut bt_le_scan_cb,
)Expand description
@brief Unregister scanner packet callbacks.
Remove the callback structure from the list of scanner callbacks.
@param cb Callback struct. Must point to memory that remains valid.