Searched refs:connSocket (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | ObexServerSockets.java | 309 BluetoothSocket connSocket; in run() local 317 connSocket = mServerSocket.accept(); in run() 322 if (connSocket == null) { in run() 327 device = connSocket.getRemoteDevice(); in run() 332 connSocket.close(); in run() 341 boolean isValid = ObexServerSockets.this.onConnect(device, connSocket); in run() 349 new BluetoothObexTransport(connSocket); in run() 354 connSocket), null); in run()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | PbapStateMachine.java | 94 @NonNull BluetoothDevice device, @NonNull BluetoothSocket connSocket, in PbapStateMachine() argument 101 mConnSocket = connSocket; in PbapStateMachine() 111 BluetoothDevice device, BluetoothSocket connSocket, in make() argument 114 new PbapStateMachine(service, looper, device, connSocket, obexConnectionHandler, in make()
|