bluedroid: add internal GATT API for PTS

This commit is contained in:
chenjianhua
2022-12-08 19:49:35 +08:00
parent fa06476806
commit 702e06e09e
13 changed files with 600 additions and 35 deletions

View File

@@ -553,6 +553,9 @@ typedef struct {
tGATT_HDL_CFG hdl_cfg;
tGATT_BG_CONN_DEV bgconn_dev[GATT_MAX_BG_CONN_DEV];
BOOLEAN auto_disc; /* internal use: true for auto discovering after connected */
UINT8 srv_chg_mode; /* internal use: service change mode */
tGATTS_RSP rsp; /* use to read internal service attribute */
} tGATT_CB;
typedef struct{