in Sources/RxCBCentral/ScanMatching.swift [26:30]
func accept(_ scanData: ScanData)
/// A sequence of `ScanData`, including a peripheral, that matches the requirements of our `ScanMatching` implementation.
/// - important: `ConnectionManagerType.connectToPeripheral(services:scanMatcher:)` uses the first emission of `match` by default to initiation peripheral connection.
var match: Observable<ScanData> { get }