Static CBCentralManagerScanOptionSolicitedServiceUUIDsKey

Source
pub unsafe static CBCentralManagerScanOptionSolicitedServiceUUIDsKey: &'static NSString
Available on crate feature CBCentralManagerConstants only.
Expand description

An NSArray of CBUUID objects respresenting service UUIDs. Causes the scan to also look for peripherals soliciting any of the services contained in the list.

See: scanForPeripheralsWithServices:options:

See also Apple’s documentation