Searched refs:mOobDataCallbackQueue (Results 1 – 1 of 1) sorted by relevance
2698 private final ArrayDeque<IBluetoothOobDataCallback> mOobDataCallbackQueue = field in AdapterService2716 if (mOobDataCallbackQueue.peek() != null) { in generateLocalOobData()2724 mOobDataCallbackQueue.offer(callback); in generateLocalOobData()2729 if (mOobDataCallbackQueue.peek() == null) { in notifyOobDataCallback()2735 mOobDataCallbackQueue.poll().onError(BluetoothStatusCodes.ERROR_UNKNOWN); in notifyOobDataCallback()2741 mOobDataCallbackQueue.poll().onOobData(transport, oobData); in notifyOobDataCallback()