diff options
Diffstat (limited to 'btif/include')
-rw-r--r-- | btif/include/btif_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/btif/include/btif_common.h b/btif/include/btif_common.h index 8ae52e9..5613004 100644 --- a/btif/include/btif_common.h +++ b/btif/include/btif_common.h @@ -141,6 +141,9 @@ enum BTIF_DM_CB_HID_REMOTE_NAME, /* Remote name callback for HID device */ BTIF_DM_CB_BOND_STATE_BONDING, + BTIF_HFP_CB_START = BTIF_SIG_CB_START(BTIF_HFP), + BTIF_HFP_CB_AUDIO_CONNECTING, /* HF AUDIO connect has been sent to BTA successfully */ + BTIF_PAN_CB_START = BTIF_SIG_CB_START(BTIF_PAN), BTIF_PAN_CB_DISCONNECTING, /* PAN Disconnect has been sent to BTA successfully */ }; |