Loading android/app/src/com/android/bluetooth/gatt/ScanManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1744,7 +1744,7 @@ public class ScanManager { // controller based onfound onlost resources are scarce commodity; the // controller based onfound onlost resources are scarce commodity; the // assignment of filters to num of beacons to track is configurable based // assignment of filters to num of beacons to track is configurable based // on hw capabilities. Apps give an intent and allocation of onfound // on hw capabilities. Apps give an intent and allocation of onfound // resources or failure there of is done based on availibility - FCFS model // resources or failure there of is done based on availability - FCFS model switch (settings.getNumOfMatches()) { switch (settings.getNumOfMatches()) { case ScanSettings.MATCH_NUM_ONE_ADVERTISEMENT: case ScanSettings.MATCH_NUM_ONE_ADVERTISEMENT: val = 1; val = 1; Loading Loading
android/app/src/com/android/bluetooth/gatt/ScanManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1744,7 +1744,7 @@ public class ScanManager { // controller based onfound onlost resources are scarce commodity; the // controller based onfound onlost resources are scarce commodity; the // assignment of filters to num of beacons to track is configurable based // assignment of filters to num of beacons to track is configurable based // on hw capabilities. Apps give an intent and allocation of onfound // on hw capabilities. Apps give an intent and allocation of onfound // resources or failure there of is done based on availibility - FCFS model // resources or failure there of is done based on availability - FCFS model switch (settings.getNumOfMatches()) { switch (settings.getNumOfMatches()) { case ScanSettings.MATCH_NUM_ONE_ADVERTISEMENT: case ScanSettings.MATCH_NUM_ONE_ADVERTISEMENT: val = 1; val = 1; Loading