Home
last modified time | relevance | path

Searched refs:mAcceptNewConnections (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java82 private volatile boolean mAcceptNewConnections = false; field in BluetoothMapMasInstance
284 mAcceptNewConnections = true; in startSocketListeners()
288 mAcceptNewConnections = true; in startSocketListeners()
503 if (!mAcceptNewConnections) { in onConnect()
512 mAcceptNewConnections = false; in onConnect()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppService.java164 boolean mAcceptNewConnections; field in BluetoothOppService
1377 if (!mAcceptNewConnections) { in onConnect()
1385 mAcceptNewConnections = false; in onConnect()
1397 mAcceptNewConnections = true; in acceptNewConnections()