Lines Matching refs:info
137 BluetoothAudioGateway.IncomingConnectionInfo info =
150 ") connection from " + info.mRemoteDevice + "on channel " + info.mRfcommChan);
155 priority = mBinder.getPriority(info.mRemoteDevice);
160 headset = new HeadsetBase(mPowerManager, mAdapter, info.mRemoteDevice,
161 info.mSocketFd, info.mRfcommChan, null);
168 mRemoteDevice = info.mRemoteDevice;
170 headset = new HeadsetBase(mPowerManager, mAdapter, mRemoteDevice, info.mSocketFd,
171 info.mRfcommChan, mConnectedStatusHandler);
178 if (!info.mRemoteDevice.equals(mRemoteDevice)) {
181 ", disconnecting " + info.mRemoteDevice);
183 headset = new HeadsetBase(mPowerManager, mAdapter, info.mRemoteDevice,
184 info.mSocketFd, info.mRfcommChan, null);
191 Log.i(TAG, "Incoming and outgoing connections to " + info.mRemoteDevice +
200 info.mSocketFd, info.mRfcommChan, mConnectedStatusHandler);
210 info.mRemoteDevice);
212 headset = new HeadsetBase(mPowerManager, mAdapter, info.mRemoteDevice,
213 info.mSocketFd, info.mRfcommChan, null);