diff options
Diffstat (limited to 'stack/btm/btm_int.h')
-rw-r--r-- | stack/btm/btm_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stack/btm/btm_int.h b/stack/btm/btm_int.h index 644359c..e8fb57b 100644 --- a/stack/btm/btm_int.h +++ b/stack/btm/btm_int.h @@ -634,6 +634,7 @@ enum BTM_BLI_PAGE_EVT, BTM_BLI_PAGE_DONE_EVT, BTM_BLI_INQ_EVT, + BTM_BLI_INQ_CANCEL_EVT, BTM_BLI_INQ_DONE_EVT }; typedef UINT8 tBTM_BLI_EVENT; |