HomeSort by relevance Sort by last modified time
    Searched refs:getPanDeviceConnectionState (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/server/
BluetoothPanProfileHandler.java 122 int getPanDeviceConnectionState(BluetoothDevice device) {
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);
BluetoothEventLoop.java     [all...]
BluetoothService.java     [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 262 return mService.getPanDeviceConnectionState(device);
IBluetooth.aidl 107 int getPanDeviceConnectionState(in BluetoothDevice device);

Completed in 47 milliseconds