bluetooth lowenergy - Codename one - BluetoothLE MATCH_MODE_STICKY vs. MATCH_MODE_AGGRESSIVE -


what's difference between match_mode_sticky , match_mode_aggressive in cn1 library ble? matchmode argument in in startscan method.

startscan(actionlistener callback, arraylist services, boolean allowduplicates, int scanmode, int matchmode, int matchnum, int callbacktype) 

i can't find documentation explains what's difference.

refer android's bluetooth le documentation:

match_mode_sticky: sticky mode, higher threshold of signal strength , sightings required before reporting hw

match_mode_aggressive: in aggressive mode, hw determine match sooner feeble signal strength , few number of sightings/match in duration.


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -