Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java66 private HashMap<BluetoothDevice, BluetoothPanDevice> mPanDevices;
93 mPanDevices = new HashMap<BluetoothDevice, BluetoothPanDevice>(); in start()
277 BluetoothPanDevice panDevice = mPanDevices.get(device); in getConnectionState()
393 BluetoothPanDevice panDevice = mPanDevices.get(device); in handlePanDeviceStateChange()
445 panDevice = new BluetoothPanDevice(state, ifaceAddr, iface, local_role); in handlePanDeviceStateChange()
558 BluetoothPanDevice panDevice = mPanDevices.get(device); in getPanDeviceConnectionState()
581 private class BluetoothPanDevice { class in PanService
587 BluetoothPanDevice(int state, String ifaceAddr, String iface, int localRole) { in BluetoothPanDevice() method in PanService.BluetoothPanDevice