mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 13:14:14 +08:00
Remove SAP_BUF_SIZE define from sap/server.c
It is already defined in sap/sap.h which is included by sap/server.c.
This commit is contained in:
parent
4866561a97
commit
d3750509b3
@ -48,7 +48,6 @@
|
||||
#define SAP_SERVER_INTERFACE "org.bluez.SimAccess"
|
||||
#define SAP_UUID "0000112D-0000-1000-8000-00805F9B34FB"
|
||||
#define SAP_SERVER_CHANNEL 8
|
||||
#define SAP_BUF_SIZE 512
|
||||
|
||||
#define PADDING4(x) (4 - (x & 0x03))
|
||||
#define PARAMETER_SIZE(x) (sizeof(struct sap_parameter) + x + PADDING4(x))
|
||||
|
Loading…
Reference in New Issue
Block a user