diff options
Diffstat (limited to 'api/direct_bt/BTDevice.hpp')
-rw-r--r-- | api/direct_bt/BTDevice.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/direct_bt/BTDevice.hpp b/api/direct_bt/BTDevice.hpp index 9f084b77..0b44afb1 100644 --- a/api/direct_bt/BTDevice.hpp +++ b/api/direct_bt/BTDevice.hpp @@ -919,6 +919,8 @@ namespace direct_bt { */ int removeAllAssociatedCharListener(std::shared_ptr<BTGattChar> associatedCharacteristic) noexcept; + int removeAllAssociatedCharListener(const BTGattChar * associatedCharacteristic) noexcept; + /** * Remove all {@link BTGattCharListener} from the list. * @return number of removed listener. |