| .. | .. |
|---|
| 8 | 8 | * Copyright(c) 2013 - 2014 Intel Corporation. All rights reserved. |
|---|
| 9 | 9 | * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH |
|---|
| 10 | 10 | * Copyright(c) 2017 Intel Deutschland GmbH |
|---|
| 11 | + * Copyright(c) 2018 Intel Corporation |
|---|
| 11 | 12 | * |
|---|
| 12 | 13 | * This program is free software; you can redistribute it and/or modify |
|---|
| 13 | 14 | * it under the terms of version 2 of the GNU General Public License as |
|---|
| .. | .. |
|---|
| 30 | 31 | * Copyright(c) 2013 - 2014 Intel Corporation. All rights reserved. |
|---|
| 31 | 32 | * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH |
|---|
| 32 | 33 | * Copyright(c) 2017 Intel Deutschland GmbH |
|---|
| 34 | + * Copyright(c) 2018 Intel Corporation |
|---|
| 33 | 35 | * All rights reserved. |
|---|
| 34 | 36 | * |
|---|
| 35 | 37 | * Redistribution and use in source and binary forms, with or without |
|---|
| .. | .. |
|---|
| 203 | 205 | BT_ON_NO_CONNECTION = 1, |
|---|
| 204 | 206 | BT_LOW_TRAFFIC = 2, |
|---|
| 205 | 207 | BT_HIGH_TRAFFIC = 3, |
|---|
| 208 | + BT_VERY_HIGH_TRAFFIC = 4, |
|---|
| 206 | 209 | |
|---|
| 207 | 210 | BT_MAX_AG, |
|---|
| 208 | 211 | }; /* BT_COEX_BT_ACTIVITY_GRADING_API_E_VER_1 */ |
|---|