diff options
Diffstat (limited to 'bta/include/bta_hh_api.h')
-rw-r--r-- | bta/include/bta_hh_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bta/include/bta_hh_api.h b/bta/include/bta_hh_api.h index dd9a528..7be05db 100644 --- a/bta/include/bta_hh_api.h +++ b/bta/include/bta_hh_api.h @@ -173,6 +173,7 @@ typedef struct BD_ADDR bda; /* HID device bd address */ tBTA_HH_STATUS status; /* operation status */ UINT8 handle; /* device handle */ + UINT16 attr_mask; /* HID Device attribute Mask*/ } tBTA_HH_CONN; typedef tBTA_HH_CONN tBTA_HH_DEV_INFO; |