~cyphermox/+junk/bluez-debug

« back to all changes in this revision

Viewing changes to network/manager.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-07-04 13:28:49 UTC
  • mfrom: (1.1.38)
  • Revision ID: package-import@ubuntu.com-20120704132849-tmwu1x7p2vxcclt1
Tags: 4.101-0ubuntu1
* New upstream release
* debian/libbluetooth3.symbols:
  - Updated
* debian/patches/10-unregister_interface_on_exit.patch:
* debian/patches/11-explicitly_close.patch:
* debian/patches/python3.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <bluetooth/bluetooth.h>
29
29
#include <bluetooth/bnep.h>
30
30
#include <bluetooth/sdp.h>
 
31
#include <bluetooth/uuid.h>
31
32
 
32
33
#include <glib.h>
33
34
#include <gdbus.h>
179
180
        }
180
181
 
181
182
        /*
182
 
         * There is one socket to handle the incomming connections. NAP,
 
183
         * There is one socket to handle the incoming connections. NAP,
183
184
         * GN and PANU servers share the same PSM. The initial BNEP message
184
185
         * (setup connection request) contains the destination service
185
186
         * field that defines which service the source is connecting to.