Commit: 1c23302203431b65ab897e64a31a1bfe799836df
Parent: c8886711d4e950d5c61de0dfe77a8ea1a87ab5b1
Author: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
Committer: Szymon Janc <szymon.janc@tieto.com>
Date: 2014-01-28 17:11:47
Tree: 9df320e229d5b37e76a5d5de7e9551170280b9a7

android/pan: Fix control state change callback parameters order Callback declared in bt_pan.h is 'typedef void (*btpan_control_state_callback) (btpan_control_state_t state, bt_status_t error, int local_role, const char* ifname); But PanService.Java defined it wrong way. private void onControlStateChanged(int local_role, int state, int error, String ifname). First and third parameters are misplaced, so sending data according to PanService.Java, discard this fix if issue fixed in PanService.Java.

Diffstat

M android/hal-pan.c | 13 +++++++++++- -

1 files changed, 11 insertions(+), 2 deletions(-)

View Full Diff | Patch