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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -