Home
last modified time | relevance | path

Searched refs:getPanDeviceConnectionState (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/server/
DBluetoothPanProfileHandler.java122 int getPanDeviceConnectionState(BluetoothDevice device) { in getPanDeviceConnectionState() method in BluetoothPanProfileHandler
133 if (getPanDeviceConnectionState(device) != BluetoothPan.STATE_DISCONNECTED) { in connectPanDevice()
139 if (getPanDeviceConnectionState(panDevice) == BluetoothPan.STATE_CONNECTED) { in connectPanDevice()
196 if (getPanDeviceConnectionState(device) == BluetoothPan.STATE_CONNECTED) { in getConnectedPanDevices()
207 int panDeviceState = getPanDeviceConnectionState(device); in getPanDevicesMatchingConnectionStates()
222 int state = getPanDeviceConnectionState(device); in disconnectPanDevice()
DBluetoothEventLoop.java964 int state = mBluetoothService.getPanDeviceConnectionState(device); in onPanDeviceConnectionResult()
DBluetoothService.java2099 public int getPanDeviceConnectionState(BluetoothDevice device) { in getPanDeviceConnectionState() method in BluetoothService
2102 return mBluetoothPanProfileHandler.getPanDeviceConnectionState(device); in getPanDeviceConnectionState()
/frameworks/base/core/java/android/bluetooth/
DBluetoothPan.java262 return mService.getPanDeviceConnectionState(device); in getConnectionState()
DIBluetooth.aidl107 int getPanDeviceConnectionState(in BluetoothDevice device); in getPanDeviceConnectionState() method