Hi, I was wondering how to go about connecting (or attempt to connect) to a BLE device that I know the address to. It seems I should do [centralManager connectPeripheral:peripheral options:nil] with a peripheral that I construct myself, but that is not legal since all the properties in the object are readonly. Is there any way of doing this? I have tried scanning for my device and printing the resulting UUID for the peripheral, but that does not match with the given address of the device. (the address is printed on the device and scanned using barcode scanner to initiate pairing). Should I not receive the correct address when printing the UUID of the peripheral received in "didDiscoverPeripheral"? Br, Jimmy _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Jimmy Adler