Searched refs:bluetoothHeadsetFilter (Results 1 – 1 of 1) sorted by relevance
268 IntentFilter bluetoothHeadsetFilter = new IntentFilter(); in start() local270 bluetoothHeadsetFilter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in start()272 bluetoothHeadsetFilter.addAction(BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED); in start()273 registerReceiver(bluetoothHeadsetReceiver, bluetoothHeadsetFilter); in start()