Searched refs:connSocket (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | ObexServerSockets.java | 313 BluetoothSocket connSocket; in run() local 321 connSocket = mServerSocket.accept(); in run() 326 if (connSocket == null) { in run() 331 device = connSocket.getRemoteDevice(); in run() 336 connSocket.close(); in run() 345 boolean isValid = ObexServerSockets.this.onConnect(device, connSocket); in run() 353 new BluetoothObexTransport(connSocket); in run() 358 connSocket), null); in run()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | PbapStateMachine.java | 103 @NonNull BluetoothDevice device, @NonNull BluetoothSocket connSocket, in PbapStateMachine() argument 110 mConnSocket = connSocket; in PbapStateMachine() 120 BluetoothDevice device, BluetoothSocket connSocket, in make() argument 123 new PbapStateMachine(service, looper, device, connSocket, obexConnectionHandler, in make()
|