mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-22 20:35:57 +08:00
btio: Add workaround for not defined BT_FLUSHABLE
This commit is contained in:
parent
51ab3c975f
commit
29a46bf7db
@ -40,6 +40,10 @@
|
||||
|
||||
#include "btio.h"
|
||||
|
||||
#ifndef BT_FLUSHABLE
|
||||
#define BT_FLUSHABLE 8
|
||||
#endif
|
||||
|
||||
#define ERROR_FAILED(gerr, str, err) \
|
||||
g_set_error(gerr, BT_IO_ERROR, BT_IO_ERROR_FAILED, \
|
||||
str ": %s (%d)", strerror(err), err)
|
||||
|
Loading…
Reference in New Issue
Block a user