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

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java69 private HashMap<BluetoothDevice, BluetoothPanDevice> mPanDevices;
98 mPanDevices = new HashMap<BluetoothDevice, BluetoothPanDevice>();
284 BluetoothPanDevice panDevice = mPanDevices.get(device);
407 BluetoothPanDevice panDevice = mPanDevices.get(device);
459 panDevice = new BluetoothPanDevice(state, ifaceAddr, iface, local_role);
572 BluetoothPanDevice panDevice = mPanDevices.get(device);
579 private class BluetoothPanDevice { class in class:PanService
585 BluetoothPanDevice(int state, String ifaceAddr, String iface, int localRole) { method in class:PanService.BluetoothPanDevice

Completed in 101 milliseconds