Bluetooth: host: Remove deprecated BT_BUF_USER_DATA_MIN macro
Remove the deprecated BT_BUF_USER_DATA_MIN macro. This was deprecated for the 2.3.0 release. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
5f2a9ba8e4
commit
bfbd6030e1
1 changed files with 0 additions and 3 deletions
|
@ -45,9 +45,6 @@ struct bt_buf_data {
|
|||
uint8_t type;
|
||||
};
|
||||
|
||||
/** Minimum amount of user data size for buffers passed to the stack. */
|
||||
#define BT_BUF_USER_DATA_MIN __DEPRECATED_MACRO 4
|
||||
|
||||
#if defined(CONFIG_BT_HCI_RAW)
|
||||
#define BT_BUF_RESERVE MAX(CONFIG_BT_HCI_RESERVE, CONFIG_BT_HCI_RAW_RESERVE)
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue