# AirPods-specific Bluetooth policy override. # Keep the device on A2DP/AAC and restore its last volume. wireplumber.settings = { bluetooth.autoswitch-to-headset-profile = false device.restore-profile = false device.restore-routes = true } monitor.bluez.rules = [ { matches = [ { device.description = "~AirPods.*" } ] actions = { update-props = { device.profile = "a2dp-sink" bluez5.auto-connect = [ a2dp_sink ] bluez5.a2dp.aac.bitratemode = 0 } } } ]