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.java68 private static final int MESSAGE_DISCONNECT_CHANNEL = 4; field in HealthService
215 case MESSAGE_DISCONNECT_CHANNEL: in handleMessage()
451 Message msg = mHandler.obtainMessage(MESSAGE_DISCONNECT_CHANNEL,chan); in disconnectChannel()