diff options
Diffstat (limited to 'btif/include/btif_common.h')
-rw-r--r-- | btif/include/btif_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/btif/include/btif_common.h b/btif/include/btif_common.h index 3ecea9f..6e119c0 100644 --- a/btif/include/btif_common.h +++ b/btif/include/btif_common.h @@ -138,6 +138,7 @@ enum BTIF_DM_CB_CREATE_BOND, /* Create bond */ BTIF_DM_CB_REMOVE_BOND, /*Remove bond */ BTIF_DM_CB_HID_REMOTE_NAME, /* Remote name callback for HID device */ + BTIF_DM_CB_BOND_STATE_BONDING }; /* Macro definitions for BD ADDR persistence */ |