X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=hf-agent%2Fbluetooth-hf-agent.h;h=14b48613d29c3e4afe42d6bcd134969808875c72;hb=33326142cc74d740bf317fd6f601e6ab3b7d2bea;hp=bbac08a40ac3bb3f9368d44f7198f4c67c253c98;hpb=36577e63b51d77647eabfc16b89abe80ed1899fa;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-agent.git diff --git a/hf-agent/bluetooth-hf-agent.h b/hf-agent/bluetooth-hf-agent.h index bbac08a..14b4861 100644 --- a/hf-agent/bluetooth-hf-agent.h +++ b/hf-agent/bluetooth-hf-agent.h @@ -126,6 +126,8 @@ extern "C" { #define BT_HF_FEATURE_ENHANCED_CALL_STATUS 0x0020 #define BT_HF_FEATURE_ENHANCED_CALL_CONTROL 0x0040 #define BT_HF_FEATURE_CODEC_NEGOTIATION 0x0080 +#define BT_HF_FEATURE_HF_INDICATORS 0x0100 +#define BT_HF_FEATURE_ESCO_S4 0x0200 /* Audio Gateway features */ #define BT_AG_FEATURE_3WAY 0x1 @@ -187,7 +189,8 @@ extern "C" { enum hfp_version { HFP_VERSION_1_5 = 0x0105, HFP_VERSION_1_6 = 0x0106, - HFP_VERSION_LATEST = HFP_VERSION_1_6, + HFP_VERSION_1_7 = 0x0107, + HFP_VERSION_LATEST = HFP_VERSION_1_7, }; typedef enum {