pub fn provide_bt_gap_uses<Event>(
    fs: &mut ServiceFs<ServiceObj<'_, ()>>,
    sender: &Sender<Event>,
    handles: &LocalComponentHandles
) -> Result<(), Error>
Expand description

Exposes implementations of the the services used by bt-gap in the provided ServiceFs.