mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 16:54:38 +08:00
Fix D-Bus API for serial and network plugins
This commit is contained in:
parent
d1a55f14c6
commit
b326ad96e3
@ -44,7 +44,7 @@
|
||||
#include "error.h"
|
||||
#include "common.h"
|
||||
|
||||
#define NETWORK_PEER_INTERFACE "org.bluez.network.Peer"
|
||||
#define NETWORK_PEER_INTERFACE "org.bluez.Network"
|
||||
|
||||
typedef enum {
|
||||
CONNECTED,
|
||||
|
@ -52,9 +52,9 @@
|
||||
#include "bridge.h"
|
||||
#include "common.h"
|
||||
|
||||
#define NETWORK_PEER_INTERFACE "org.bluez.network.Peer"
|
||||
#define NETWORK_HUB_INTERFACE "org.bluez.network.Hub"
|
||||
#define NETWORK_ROUTER_INTERFACE "org.bluez.network.Router"
|
||||
#define NETWORK_PEER_INTERFACE "org.bluez.NetworkPeer"
|
||||
#define NETWORK_HUB_INTERFACE "org.bluez.NetworkHub"
|
||||
#define NETWORK_ROUTER_INTERFACE "org.bluez.NetworkRouter"
|
||||
#define SETUP_TIMEOUT 1000
|
||||
|
||||
/* Pending Authorization */
|
||||
|
@ -67,8 +67,8 @@
|
||||
#define DIALUP_NET_NAME "dun"
|
||||
#define DIALUP_NET_UUID "00001103-0000-1000-8000-00805F9B34FB"
|
||||
|
||||
#define SERIAL_PROXY_INTERFACE "org.bluez.serial.Proxy"
|
||||
#define SERIAL_MANAGER_INTERFACE "org.bluez.serial.ProxyManager"
|
||||
#define SERIAL_PROXY_INTERFACE "org.bluez.SerialProxy"
|
||||
#define SERIAL_MANAGER_INTERFACE "org.bluez.SerialProxyManager"
|
||||
#define BUF_SIZE 1024
|
||||
|
||||
typedef enum {
|
||||
|
Loading…
Reference in New Issue
Block a user