mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 05:34:23 +08:00
Use correct property types for Device and UUID
This commit is contained in:
parent
0efeb75bfb
commit
3862e5642d
@ -252,10 +252,10 @@ static gboolean bnep_connect_cb(GIOChannel *chan, GIOCondition cond,
|
||||
DBUS_TYPE_BOOLEAN, &connected);
|
||||
emit_property_changed(connection, nc->peer->path,
|
||||
NETWORK_PEER_INTERFACE, "Device",
|
||||
DBUS_TYPE_BOOLEAN, &pdev);
|
||||
DBUS_TYPE_STRING, &pdev);
|
||||
emit_property_changed(connection, nc->peer->path,
|
||||
NETWORK_PEER_INTERFACE, "UUID",
|
||||
DBUS_TYPE_BOOLEAN, &uuid);
|
||||
DBUS_TYPE_STRING, &uuid);
|
||||
|
||||
nc->state = CONNECTED;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user