equal
deleted
inserted
replaced
20 #define CPHONEACCESSORYBTHANDLER_H_ |
20 #define CPHONEACCESSORYBTHANDLER_H_ |
21 |
21 |
22 // INCLUDES |
22 // INCLUDES |
23 #include <e32base.h> |
23 #include <e32base.h> |
24 #include <pevirtualengine.h> |
24 #include <pevirtualengine.h> |
25 #include "mphoneneclearedhandler.h" |
25 #include <mphoneneclearedhandler.h> |
26 #include "mphonestatemachine.h" |
26 #include <mphonestatemachine.h> |
27 #include "mphoneviewcommandhandle.h" |
27 #include <mphoneviewcommandhandle.h> |
28 |
28 |
29 // CLASS DECLARATION |
29 // CLASS DECLARATION |
30 |
30 |
31 /** |
31 /** |
32 * It waits for bluetooth audio disconnection and |
32 * It waits for bluetooth audio disconnection and |
49 /** |
49 /** |
50 * Destructor. |
50 * Destructor. |
51 */ |
51 */ |
52 ~CPhoneAccessoryBTHandler(); |
52 ~CPhoneAccessoryBTHandler(); |
53 |
53 |
54 |
|
55 /** |
|
56 * Sets BT debug mode on. |
|
57 */ |
|
58 void SetBTDebugModeL(); |
|
59 |
54 |
60 /** |
55 /** |
61 * Set the BT handsfree mode |
56 * Set the BT handsfree mode |
62 * @param aHandsfreeMode ETrue to activate BT, EFalse to deactivate |
57 * @param aHandsfreeMode ETrue to activate BT, EFalse to deactivate |
63 * @return ETrue if allowed |
58 * @return ETrue if allowed |