Searched defs:mBatchId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java108 private int mBatchId; field in class:BluetoothOppService
156 mBatchId = 1;
620 newBatch.mId = mBatchId;
621 mBatchId++;
654 newBatch.mId = mBatchId;
655 mBatchId++;

Completed in 52 milliseconds