Loading android/app/src/com/android/bluetooth/gatt/GattServiceStateMachine.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -130,7 +130,7 @@ public class GattServiceStateMachine extends StateMachine { mIdle = new Idle(); mIdle = new Idle(); mAdvertiseStarting = new AdvertiseStarting(); mAdvertiseStarting = new AdvertiseStarting(); mAdvertiseClients = new HashMap<Integer, AdvertiseClient>(); mAdvertiseClients = new HashMap<Integer, AdvertiseClient>(); mFilterIndexStack = new ArrayDeque<>(); mFilterIndexStack = new ArrayDeque<Integer>(); mClientFilterIndexMap = new HashMap<Integer, Deque<Integer>>(); mClientFilterIndexMap = new HashMap<Integer, Deque<Integer>>(); initFilterIndexStack(); initFilterIndexStack(); Loading Loading
android/app/src/com/android/bluetooth/gatt/GattServiceStateMachine.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -130,7 +130,7 @@ public class GattServiceStateMachine extends StateMachine { mIdle = new Idle(); mIdle = new Idle(); mAdvertiseStarting = new AdvertiseStarting(); mAdvertiseStarting = new AdvertiseStarting(); mAdvertiseClients = new HashMap<Integer, AdvertiseClient>(); mAdvertiseClients = new HashMap<Integer, AdvertiseClient>(); mFilterIndexStack = new ArrayDeque<>(); mFilterIndexStack = new ArrayDeque<Integer>(); mClientFilterIndexMap = new HashMap<Integer, Deque<Integer>>(); mClientFilterIndexMap = new HashMap<Integer, Deque<Integer>>(); initFilterIndexStack(); initFilterIndexStack(); Loading