[BLE] Incorrectly used closure
authorPrzemyslaw Ciezkowski <p.ciezkowski@samsung.com>
Wed, 23 Sep 2015 14:07:34 +0000 (16:07 +0200)
committersangrae.kim <sangrae.kim@samsung.com>
Wed, 23 Sep 2015 14:53:46 +0000 (23:53 +0900)
commit3ddf7de74234241ccca21cd7632a83fad4c4daa8
tree5f323a6640882adaede791757bc894e82ebceb56
parent5f6c019a06a4b5da82eacac53dd22de7deddac27
[BLE] Incorrectly used closure

closures can't be used with prototype.
All instances of BluetoothGATTCharacteristic had the
same _handle variable (last created).

Change-Id: Ia89987637733596345a7bdbc3d2e99c092986fd1
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
src/bluetooth/bluetooth_api.js