replace strcmp with strcasecmp in android BLE
authorjihwan.seo <jihwan.seo@samsung.com>
Mon, 13 Feb 2017 09:59:29 +0000 (18:59 +0900)
committerDan Mihai <Daniel.Mihai@microsoft.com>
Fri, 17 Feb 2017 03:19:18 +0000 (03:19 +0000)
commit805de28bfd113697907f008a865095427e66dca0
tree146b4e844660b08c4e0273005b79a54c863a69a3
parentf2c000124c2110563cd77ea13c7e25e767a5276b
replace strcmp with strcasecmp in android BLE

since there is no difference between upper case and lower case
for BLE MAC address.
strcmp method should be replaced.

Change-Id: I729a55216551d1062679148bc9511a4fb9164163
Signed-off-by: jihwan.seo <jihwan.seo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/17221
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Dan Mihai <Daniel.Mihai@microsoft.com>
resource/csdk/connectivity/src/bt_le_adapter/android/caleclient.c
resource/csdk/connectivity/src/bt_le_adapter/android/caleserver.c
resource/csdk/connectivity/src/bt_le_adapter/android/calestate.c
resource/csdk/connectivity/src/bt_le_adapter/caleadapter.c