blob: b0f2b55bcf7fc7af6e968b8098d7eff696d5bf7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
rule = {
matches = {
{
{ "device.name", "matches", "bluez_card.*" },
},
},
apply_properties = {
-- ["bluez5.auto-connect"] = "[ hfp_hf hsp_hs a2dp_sink ]",
},
}
table.insert(bluez_monitor.rules,rule)
bluez_monitor.properties = {
["bluez5.enable-msbc"] = true,
["bluez5.enable-sbc-xq"] = true,
["bluez5.enable-hw-volume"] = true,
}
|