Searched refs:mOobDataCallbackQueue (Results 1 – 1 of 1) sorted by relevance
2675 private final ArrayDeque<IBluetoothOobDataCallback> mOobDataCallbackQueue = field in AdapterService2693 if (mOobDataCallbackQueue.peek() != null) { in generateLocalOobData()2701 mOobDataCallbackQueue.offer(callback); in generateLocalOobData()2706 if (mOobDataCallbackQueue.peek() == null) { in notifyOobDataCallback()2712 mOobDataCallbackQueue.poll().onError(BluetoothStatusCodes.ERROR_UNKNOWN); in notifyOobDataCallback()2718 mOobDataCallbackQueue.poll().onOobData(transport, oobData); in notifyOobDataCallback()