I am unable to connect to bluetooth after updating my iOS to 15.1.
I can able to list all the available bluetooth devices, but when selected I got this error: "Error Domain=EABluetoothAccessoryPickerErrorDomain Code=1 "(null)""
[[EAAccessoryManager sharedAccessoryManager] showBluetoothAccessoryPickerWithNameFilter:nil completion:^(NSError *error) {
if (error) {
NSLog(@"error :%@", error);
} else {
// Do something
}
}];
Please let me know, if anyone has some thoughts.