Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:cachedDevice

784                             CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice(
786 cachedDevice.connectProfile(profile);
796 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice(
798 List<LocalBluetoothProfile> profiles = cachedDevice.getConnectableProfiles();
801 cachedDevice.connect(false);
844 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice(
855 int status = profile.getConnectionStatus(cachedDevice.getDevice());
858 cachedDevice.disconnect(mProfiles[i]);
871 cachedDevice.connect(false);
897 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice(device);
898 cachedDevice.disconnect();
903 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device);
904 if (cachedDevice == null) {
905 cachedDevice = mDeviceManager.addDevice(mLocalAdapter, mProfileManager, device);
907 return cachedDevice;