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
Post a Comment