Commit: b4dac305700daebcad47a14e555b73affdfb15ef
Parent: 96375e8ad2b394534369dd0f3b64a17dbc07b44b
Author: Szymon Janc <szymon.janc@gmail.com>
Committer: Szymon Janc <szymon.janc@gmail.com>
Date: 2014-01-11 18:15:41
Tree: 35271a147a5dc3a763e81fa7ca0345de2351f189

android/bluetooth: Use HAL_STATUS_SUCCESS instead of _DONE in replies JNI code in Android is mapping returned code to boolean value. Only SUCCESS status is mapped to true and that value is returned to Java code. This could result in faultyly triggering error path in Java when returning DONE in command reply.

Diffstat

M android/bluetooth.c | 12 ++++++- - - - - -

1 files changed, 6 insertions(+), 6 deletions(-)

View Full Diff | Patch