Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java541 private int convertHalRegStatus(int halRegStatus) { in convertHalRegStatus() argument
542 switch (halRegStatus) { in convertHalRegStatus()
552 Log.e(TAG, "Unexpected App Registration state: " + halRegStatus); in convertHalRegStatus()