Rightpoint / RZBluetooth

Core Bluetooth helper library
Other
136 stars 47 forks source link

Add retrievePeripheralsWithIdentifiers method #83

Closed felix-dumit closed 6 years ago

felix-dumit commented 6 years ago

Very similar to the existing retrieveConnectedPeripheralsWithServices:(NSArray<CBUUID *> *)serviceUUIDs.

This method already exists for CBCentralManager and this is a simple wrapper to it.