OSDN Git Service

android/tester: Fix for not checking for BT_STATUS_SUCCESS
authorJakub Tyszkowski <jakub.tyszkowski@tieto.com>
Thu, 19 Dec 2013 12:42:21 +0000 (13:42 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 19 Dec 2013 14:38:59 +0000 (16:38 +0200)
commit1474f6cdfe645c798aeb6dc1bb383280ad175559
treed67bf3b3e2a15809320896626d24c89fc86c2533
parent478e2235c0f6ecd22094b313bed0e9f795315692
android/tester: Fix for not checking for BT_STATUS_SUCCESS

For BT_STATUS_SUCCESS no checks were done as it is 0 in bt_status_t
enum. Valid status for no status expected should be STATUS_NOT_EXPECTED.
android/android-tester.c