component/bt: Change the idf test KnownIssues file.
component/bt: Fixed the bug of gattc mutilple read.
msg.pid = BTC_PID_GATTC;
msg.act = BTC_GATTC_ACT_READ_MULTIPLE_CHAR;
arg.read_multiple.conn_id = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id);
+ arg.read_multiple.num_attr = read_multi->num_attr;
+ arg.read_multiple.auth_req = auth_req;
+
if (read_multi->num_attr > 0) {
memcpy(arg.read_multiple.handles, read_multi->handles, sizeof(uint16_t)*read_multi->num_attr);
} else {
# GATT
BTSTK_GATT_21005
BTSTK_GATT_25013
+BTSTK_GATT_25001
+BTSTK_GATT_25002
+BTSTK_GATT_25003
+BTSTK_GATT_25004
+BTSTK_GATT_25005
+BTSTK_GATT_25006
+BTSTK_GATT_25007
+BTSTK_GATT_25008
+BTSTK_GATT_25009
+BTSTK_GATT_25010
+BTSTK_GATT_25011
+BTSTK_GATT_25012
+BTSTK_GATT_25013
+BTSTK_GATT_25014
+BTSTK_GATT_20002
# BT cases that might fail
BTSTK_GAP_01003