Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java556 private int convertHalChannelState(int halChannelState) { in convertHalChannelState() argument
557 switch (halChannelState) { in convertHalChannelState()
570 Log.e(TAG, "Unexpected channel state: " + halChannelState); in convertHalChannelState()