]> granicus.if.org Git - esp-idf/commit
Replace to strncmp from strcmp to check device_name on examples/bluetooth/gatt_client
authorAsuki Kono <asukiaaa@gmail.com>
Tue, 11 Apr 2017 11:54:33 +0000 (20:54 +0900)
committerAngus Gratton <gus@projectgus.com>
Tue, 18 Apr 2017 00:29:36 +0000 (10:29 +1000)
commita797dca528e3860204cfd6987be1bdde5e25dc68
tree9db0331c2ef88909d2ba07b096ca529bd8bad92b
parent0ea4c3c06b68fb6443830919dcdcb5ec83d835d3
Replace to strncmp from strcmp to check device_name on examples/bluetooth/gatt_client

(Amended slightly from version in https://github.com/espressif/esp-idf/pull/502 to
account for differences when adv_name is a prefix of device_name.)
examples/bluetooth/gatt_client/main/gattc_demo.c