diff options
Diffstat (limited to 'include/bt_target.h')
| -rw-r--r-- | include/bt_target.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bt_target.h b/include/bt_target.h index 629b353bb..2c2e5dd37 100644 --- a/include/bt_target.h +++ b/include/bt_target.h @@ -154,6 +154,10 @@ #define BTA_AV_CO_CP_SCMS_T FALSE #endif +#ifndef BTA_AV_DISCONNECT_IF_NO_SCMS_T +#define BTA_AV_DISCONNECT_IF_NO_SCMS_T FALSE +#endif + /* This feature is used to eanble interleaved scan*/ #ifndef BTA_HOST_INTERLEAVE_SEARCH #define BTA_HOST_INTERLEAVE_SEARCH FALSE |
