[android-developers] Re: Bluetooth Low Energy Encrypted Characteristic Read Write

2014-02-05 Thread shubh
Hi Ashvini, Do you have any suggestion about issue mention here http://stackoverflow.com/questions/21398766/android-ble-connection-time-interval ? This is regards Connection time interval. On Thursday, October 10, 2013 11:27:41 AM UTC+5:30, Ashwini wrote: If I set write type

[android-developers] Re: Bluetooth Low Energy Encrypted Characteristic Read Write

2013-10-09 Thread Ashwini
If I set write type WRITE_TYPE_SIGNED, I get status code as 135 and write fails. However when I used write type as WRITE_TYPE_NO_RESPONSE I getsuccess status code. My device advertises WRITE_NO_RESPONSE as property of characteristic which I am trying to write. What else I can try for this? On

[android-developers] Re: Bluetooth Low Energy Encrypted Characteristic Read Write

2013-09-25 Thread gjs
Hi, So far I've only used BLE successfully with devices that don't need to use encryption, however the docs seem to infer that BluetoothGattCharacteristic requires setWriteType (int writeType) where writeType is WRITE_TYPE_SIGNED - Write characteristic including authentication signature -