filterDiscovering
fun ConnectableDevice.filterDiscovering(): Flow<ConnectableDeviceState.Connected.DiscoveredServices?>
Gets a (Flow of) ConnectableDeviceState.Connected.DiscoveredServices from a ConnectableDevice This will automatically start discovering services if the device is in a ConnectableDeviceState.Connected.NoServices state.
Return
the Flow of ConnectableDeviceState.Connected.DiscoveredServices associated with the ConnectableDevice. Only emits once services are discovered.