OSDN Git Service

android/hal-gatt: Use fixed size buffer when passing AD to Java
authorSzymon Janc <szymon.janc@tieto.com>
Wed, 2 Apr 2014 14:12:56 +0000 (16:12 +0200)
committerSzymon Janc <szymon.janc@tieto.com>
Wed, 2 Apr 2014 14:31:09 +0000 (16:31 +0200)
commitaddb76e7d3d5fecdaca3f6f3ae4d6f02dc6b6510
treef0b9158a1a357f526b68507424edfb5f150037a8
parent92e869f47a7bfd75c5d56b1d72318f7e42e5bbb0
android/hal-gatt: Use fixed size buffer when passing AD to Java

HAL callback is missing length parameter and JNI code always copies
62 bytes from data.
android/hal-gatt.c