From: Marcel Holtmann Date: Tue, 3 Feb 2009 22:23:14 +0000 (+0100) Subject: Set network protocol to IP for Bluetooth PAN to allow DHCP X-Git-Tag: 2.0_alpha~4034 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b4123c700d629397cc9ab72937e76e324eec59f;p=framework%2Fconnectivity%2Fconnman.git Set network protocol to IP for Bluetooth PAN to allow DHCP --- diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index 200c3ff..5ffdab3 100644 --- a/plugins/bluetooth.c +++ b/plugins/bluetooth.c @@ -496,6 +496,8 @@ static void device_properties(DBusConnection *connection, const char *path, if (network == NULL) return; + connman_network_set_protocol(network, CONNMAN_NETWORK_PROTOCOL_IP); + connman_network_set_string(network, "Node", path); connman_device_add_network(device, network);