Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java123 handlePanDeviceStateChange(dev, mPanIfName, BluetoothProfile.STATE_DISCONNECTED, in cleanup()
143 handlePanDeviceStateChange(device, null, BluetoothProfile.STATE_CONNECTING,
145 handlePanDeviceStateChange(device, null,
156 handlePanDeviceStateChange(device, mPanIfName,
159 handlePanDeviceStateChange(device, mPanIfName,
174 handlePanDeviceStateChange(device, mPanIfName /* iface */,
384 void handlePanDeviceStateChange(BluetoothDevice device, in handlePanDeviceStateChange() method in PanService