@@ -1119,7 +1119,7 @@ static void parse_gatt(GKeyFile *config)
parse_config_u16(config, "GATT", "ExchangeMTU", &btd_opts.gatt_mtu,
BT_ATT_DEFAULT_LE_MTU, BT_ATT_MAX_LE_MTU);
parse_config_u8(config, "GATT", "Channels", &btd_opts.gatt_channels,
- 1, 5);
+ 1, 6);
parse_config_bool(config, "GATT", "Client", &btd_opts.gatt_client);
parse_gatt_export(config);
}
@@ -264,7 +264,8 @@
#ExchangeMTU = 517
# Number of ATT channels
-# Possible values: 1-5 (1 disables EATT)
+# Possible values: 1-6 (1 disables EATT)
+# The ATT channels contains ATT connection(1) and L2CAP CB connection(1-5)
# Default to 1
#Channels = 1