Re: Scanning State, Connection Req
Re: Scanning State, Connection Req
- Subject: Re: Scanning State, Connection Req
- From: Joakim Linde <email@hidden>
- Date: Thu, 29 Mar 2012 13:46:55 -0700
Hi Roman,
If you know the UUID of the device, you can retrieve it using
- (void)retrievePeripherals:(NSArray *)peripheralUUIDs;
which will trigger call to the delegate:
- (void)centralManager:(CBCentralManager *)central
didRetrievePeripherals:(NSArray *)peripherals; and then connect to it using:
- (void)connectPeripheral:(CBPeripheral *)peripheral options:(NSDictionary *)options;
Thanks, Joakim
On Mar 27, 2012, at 12:30 AM, Roman Curkin wrote: Hello, is it possible to connect to a peripheral without
-scanForPeripheralsWithServices
i know the UUID from the peripheral and want to save and then directly connect to it. Is it possible?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden