filterDiscovering
fun Flow<ConnectableDevice?>.filterDiscovering(): Flow<ConnectableDeviceState.Connected.DiscoveredServices?>
Gets a (Flow of) ConnectableDeviceState.Connected.DiscoveredServices associated with the ConnectableDevice in a Flow 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.
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.