Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java68 private final IntentFilter bassIntentFilter; field in BluetoothProxy
593 bassIntentFilter = new IntentFilter(); in BluetoothProxy()
594 bassIntentFilter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY); in BluetoothProxy()
595 bassIntentFilter.addAction(BluetoothLeBroadcastAssistant.ACTION_CONNECTION_STATE_CHANGED); in BluetoothProxy()
597 bassIntentReceiver, bassIntentFilter, Context.RECEIVER_EXPORTED); in BluetoothProxy()