Function bt_br_discovery_cb_unregister

Source
pub unsafe extern "C" fn bt_br_discovery_cb_unregister(
    cb: *mut bt_br_discovery_cb,
)
Expand description

@brief Unregister discovery packet callbacks.

Remove the callback structure from the list of discovery callbacks.

@param cb Callback struct. Must point to memory that remains valid.