Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAbstractionLayer.java84 public static final int BT_STATUS_AUTH_FAILURE = 9; field in AbstractionLayer
DBondStateMachine.java589 } else if (reason == AbstractionLayer.BT_STATUS_AUTH_FAILURE) { in getUnbondReasonFromHALCode()