Searched defs:getPanDeviceConnectionState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/server/
H A DBluetoothPanProfileHandler.java122 int getPanDeviceConnectionState(BluetoothDevice device) { method in class:BluetoothPanProfileHandler
133 if (getPanDeviceConnectionState(device) != BluetoothPan.STATE_DISCONNECTED) {
139 if (getPanDeviceConnectionState(panDevice) == BluetoothPan.STATE_CONNECTED) {
196 if (getPanDeviceConnectionState(device) == BluetoothPan.STATE_CONNECTED) {
207 int panDeviceState = getPanDeviceConnectionState(device);
222 int state = getPanDeviceConnectionState(device);
H A DBluetoothService.java2052 public int getPanDeviceConnectionState(BluetoothDevice device) { method in class:BluetoothService
2055 return mBluetoothPanProfileHandler.getPanDeviceConnectionState(device);

Completed in 43 milliseconds