Searched refs:btDevice (Results 1 – 1 of 1) sorted by relevance
2876 BluetoothDevice btDevice;2884 btDevice = deviceList.get(0);2886 int state = mA2dp.getConnectionState(btDevice);2894 btDevice,2904 btDevice = deviceList.get(0);2906 int state = proxy.getConnectionState(btDevice);2911 btDevice,4556 private void onSetA2dpSinkConnectionState(BluetoothDevice btDevice, int state) in onSetA2dpSinkConnectionState() argument4559 Log.d(TAG, "onSetA2dpSinkConnectionState btDevice="+btDevice+"state="+state); in onSetA2dpSinkConnectionState()4561 if (btDevice == null) { in onSetA2dpSinkConnectionState()[all …]