OSDN Git Service

Remove return value of BTM_VendorSpecificCommand function
authorJakub Pawlowski <jpawlowski@google.com>
Mon, 10 Oct 2016 19:36:49 +0000 (12:36 -0700)
committerJakub Pawlowski <jpawlowski@google.com>
Mon, 10 Oct 2016 22:21:36 +0000 (22:21 +0000)
commitcc15f06acc3a1447318fefae00b3c10d9b7ae42a
treeb99800d1ef3e8bf89034216012082445954c9fc1
parent171c14eae0f3b608bf5f7945ed972e1a3d24033e
Remove return value of BTM_VendorSpecificCommand function

The return value of BTM_VendorSpecificCommand is currently just an
information wether the callback was passed to it or not, but many places
through stack use this value as error indication. Remove it.

Test: unit tests pass
Change-Id: Idf73fc49fb25e52c3aeb64f2305b4498ecacd9a4
stack/btm/btm_ble_adv_filter.c
stack/btm/btm_ble_batchscan.c
stack/btm/btm_ble_bgconn.cc
stack/btm/btm_ble_cont_energy.c
stack/btm/btm_ble_gap.c
stack/btm/btm_ble_int.h
stack/btm/btm_ble_privacy.c
stack/btm/btm_devctl.c
stack/include/btm_api.h
stack/include/btm_ble_api.h