Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java734 if (role == BluetoothHealth.SINK_ROLE) return MDEP_ROLE_SINK; in convertRoleToHal()
736 return MDEP_ROLE_SINK; in convertRoleToHal()
896 private static final int MDEP_ROLE_SINK = 1; field in HealthService