Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/enums/bluetooth/
Denums.proto111 UNBOND_REASON_REPEATED_ATTEMPTS = 7; enumerator
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java387 case BluetoothDevice.UNBOND_REASON_REPEATED_ATTEMPTS: in showUnbondMessage()
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java871 public static final int UNBOND_REASON_REPEATED_ATTEMPTS = 7; field in BluetoothDevice