mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-24 20:54:19 +08:00
Bluetooth: flushable packet supports headers
Modify headers to enable support for flushable packets. Following commit: 8bcbd526c84724d8de087130d53e79da256e34bf to linux kernel implements functionality on kernel side.
This commit is contained in:
parent
06ee7ea71b
commit
2430512c98
@ -70,6 +70,11 @@ struct bt_security {
|
||||
|
||||
#define BT_DEFER_SETUP 7
|
||||
|
||||
#define BT_FLUSHABLE 8
|
||||
|
||||
#define BT_FLUSHABLE_OFF 0
|
||||
#define BT_FLUSHABLE_ON 1
|
||||
|
||||
/* Connection and socket states */
|
||||
enum {
|
||||
BT_CONNECTED = 1, /* Equal to TCP_ESTABLISHED to make net code happy */
|
||||
|
Loading…
Reference in New Issue
Block a user