Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothLeAudio.java110 IBluetoothLeAudio.class.getName()) {
137 private IBluetoothLeAudio getService() { in getService()
168 final IBluetoothLeAudio service = getService(); in connect()
208 final IBluetoothLeAudio service = getService(); in disconnect()
229 final IBluetoothLeAudio service = getService(); in getConnectedDevices()
252 final IBluetoothLeAudio service = getService(); in getDevicesMatchingConnectionStates()
276 final IBluetoothLeAudio service = getService(); in getConnectionState()
314 final IBluetoothLeAudio service = getService(); in setActiveDevice()
341 final IBluetoothLeAudio service = getService(); in getActiveDevices()
367 final IBluetoothLeAudio service = getService(); in getGroupId()
[all …]
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothLeAudio.aidl28 interface IBluetoothLeAudio { interface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioService.java20 import static android.bluetooth.IBluetoothLeAudio.LE_AUDIO_GROUP_ID_INVALID;
28 import android.bluetooth.IBluetoothLeAudio;
715 static class BluetoothLeAudioBinder extends IBluetoothLeAudio.Stub
/aosp12/system/bt/binder/
H A DAndroid.bp109 "android/bluetooth/IBluetoothLeAudio.aidl",