Searched refs:BluetoothPanDevice (Results 1 – 1 of 1) sorted by relevance
66 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 PanService587 BluetoothPanDevice(int state, String ifaceAddr, String iface, int localRole) { in BluetoothPanDevice() method in PanService.BluetoothPanDevice