diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hfpmodem/hfpmodem.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/hfpmodem/hfpmodem.h b/drivers/hfpmodem/hfpmodem.h index 509846b7..6f0ab1fb 100644 --- a/drivers/hfpmodem/hfpmodem.h +++ b/drivers/hfpmodem/hfpmodem.h @@ -22,6 +22,7 @@ #define __BLUETOOTH_H__ #include <drivers/atmodem/atutil.h> +#include <ofono/dbus.h> /* AG supported features bitmap. Bluetooth HFP 1.5 spec page 77 */ #define AG_FEATURE_3WAY 0x1 @@ -63,11 +64,14 @@ enum hfp_indicator { struct hfp_data { GAtChat *chat; + char *handsfree_path; + DBusMessage *slc_msg; unsigned int ag_features; unsigned int ag_mpty_features; unsigned int hf_features; unsigned char cind_pos[HFP_INDICATOR_LAST]; unsigned int cind_val[HFP_INDICATOR_LAST]; + unsigned int at_timeout; }; extern void hfp_netreg_init(); |