OSDN Git Service

Initial Contribution
[android-x86/external-bluetooth-bluez.git] / libs / include / bluetooth / sdp.h
similarity index 99%
rename from libs/include/sdp.h
rename to libs/include/bluetooth/sdp.h
index dd5b0e2..96a79d1 100644 (file)
@@ -32,8 +32,9 @@ extern "C" {
 #endif
 
 #include <stdint.h>
+#include <cutils/sockets.h>
 
-#define SDP_UNIX_PATH "/var/run/sdp"
+#define SDP_UNIX_PATH ANDROID_SOCKET_DIR"/bluetooth"
 #define SDP_RESPONSE_TIMEOUT   20
 #define SDP_REQ_BUFFER_SIZE    2048
 #define SDP_RSP_BUFFER_SIZE    65535