Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java79 private volatile boolean mAcceptNewConnections = false; field in BluetoothMapMasInstance
295 mAcceptNewConnections = true; in startSocketListeners()
299 mAcceptNewConnections = true; in startSocketListeners()
508 if (!mAcceptNewConnections) { in onConnect()
518 mAcceptNewConnections = false; in onConnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java148 boolean mAcceptNewConnections; field in BluetoothOppService
1187 if (!mAcceptNewConnections) { in onConnect()
1195 mAcceptNewConnections = false; in onConnect()
1209 mAcceptNewConnections = true; in acceptNewConnections()