Bluetooth: Mesh: Fix missing add suffix _COMMON
Since `CONFIG_BT_MESH_PB_GATT` represent to pb-gatt-srv. We use `CONFIG_BT_MESH_PB_GATT_COMMON` to represent common. Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
This commit is contained in:
parent
d8c2c2cbb8
commit
e6212c203a
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
*
|
||||
* @brief Required headroom for the bearer packet buffers.
|
||||
*/
|
||||
#if defined(CONFIG_BT_MESH_PB_GATT)
|
||||
#if defined(CONFIG_BT_MESH_PB_GATT_COMMON)
|
||||
#define PROV_BEARER_BUF_HEADROOM 5
|
||||
#else
|
||||
#define PROV_BEARER_BUF_HEADROOM 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue