Home
last modified time | relevance | path

Searched defs:GROUP_STATUS_ACTIVE (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStackEvent.java69 static final int GROUP_STATUS_ACTIVE = 1; field in LeAudioStackEvent
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudio.aidl77 const int GROUP_STATUS_ACTIVE = 1; field
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudio.java672 public static final int GROUP_STATUS_ACTIVE = IBluetoothLeAudio.GROUP_STATUS_ACTIVE; field in BluetoothLeAudio