Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java71 private static final int MESSAGE_DISCONNECT_CHANNEL = 4; field in HealthService
218 case MESSAGE_DISCONNECT_CHANNEL: in handleMessage()
448 Message msg = mHandler.obtainMessage(MESSAGE_DISCONNECT_CHANNEL,chan); in disconnectChannel()