Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastAssistant.java480 private IBluetoothLeBroadcastAssistant mService;
513 mService = IBluetoothLeBroadcastAssistant.Stub.asInterface(service); in onServiceConnected()
538 private IBluetoothLeBroadcastAssistant getService() { in getService()
565 final IBluetoothLeBroadcastAssistant service = getService(); in getConnectionState()
597 final IBluetoothLeBroadcastAssistant service = getService(); in getDevicesMatchingConnectionStates()
627 final IBluetoothLeBroadcastAssistant service = getService(); in getConnectedDevices()
666 final IBluetoothLeBroadcastAssistant service = getService(); in setConnectionPolicy()
705 final IBluetoothLeBroadcastAssistant service = getService(); in getConnectionPolicy()
758 final IBluetoothLeBroadcastAssistant service = getService(); in registerCallback()
807 final IBluetoothLeBroadcastAssistant service = getService(); in unregisterCallback()
[all …]
DBluetoothLeBroadcastAssistantCallback.java35 IBluetoothLeBroadcastAssistant mAdapter;
37 public BluetoothLeBroadcastAssistantCallback(IBluetoothLeBroadcastAssistant adapter) { in BluetoothLeBroadcastAssistantCallback()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeBroadcastAssistant.aidl30 interface IBluetoothLeBroadcastAssistant { interface
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp40 "android/bluetooth/IBluetoothLeBroadcastAssistant.aidl",
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java45 import android.bluetooth.IBluetoothLeBroadcastAssistant;
3592 static class BluetoothLeBroadcastAssistantBinder extends IBluetoothLeBroadcastAssistant.Stub