Static CBConnectionEventMatchingOptionPeripheralUUIDs

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

An NSArray of NSUUID objects respresenting peripheral identifiers. A connected peer with any matching identifier(s) will result in a call to {

 centralManager:connectionEventDidOccur:}.

  @see        centralManager:connectionEventDidOccur:forPeripheral:
    @seealso    registerForConnectionEventsWithOptions:

  

See also Apple’s documentation