Re: BLE connection to device on iOS 7 only partially succeeds
Re: BLE connection to device on iOS 7 only partially succeeds
- Subject: Re: BLE connection to device on iOS 7 only partially succeeds
- From: Etan Kissling <email@hidden>
- Date: Tue, 20 Aug 2013 21:42:51 +0000
- Thread-topic: BLE connection to device on iOS 7 only partially succeeds
Don,
have you tried indications instead of notifications?
Etan
I have an app that is running on iOS 6 in my iPhone 4S, and can communicate with my BLE device. Basically the app sees advertisements, and at some point connects to the device. After the connection, and the retrieval of services and the characteristics
for each service, the app attempts to write to a characteristic. On iOS 6 this works – I'm able to connect, set the notification state on a given characteristic, and then write to that characteristic and get the didUpdateValueForCharacteristic callback.
On iOS 7 all of that works, except that I never get the didUpdateValueForCharacteristic callback. I'm working on getting a BLE packet trace to compare against, but that shouldn't really be necessary.
The app code is the same, the BLE device is the same – the only difference is the iOS 7 device. Does this ring any bells?
_______________________________________________
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
|
_______________________________________________
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