Function bt_br_discovery_cb_register

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

@brief Register discovery packet callbacks.

Adds the callback structure to the list of callback structures that monitors inquiry activity.

This callback will be called for all inquiry activity, regardless of what API was used to start the discovery.

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