~ubuntu-branches/ubuntu/wily/bluez/wily

« back to all changes in this revision

Viewing changes to network/connection.h

ImportĀ upstreamĀ versionĀ 4.81

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 *
3
3
 *  BlueZ - Bluetooth protocol stack for Linux
4
4
 *
5
 
 *  Copyright (C) 2004-2009  Marcel Holtmann <marcel@holtmann.org>
 
5
 *  Copyright (C) 2004-2010  Marcel Holtmann <marcel@holtmann.org>
6
6
 *
7
7
 *
8
8
 *  This program is free software; you can redistribute it and/or modify
21
21
 *
22
22
 */
23
23
 
24
 
int connection_init(DBusConnection *conn, const char *iface_prefix);
25
 
void connection_exit();
26
 
int connection_register(const char *path, bdaddr_t *src, bdaddr_t *dst,
27
 
                        uint16_t id);
 
24
int connection_init(DBusConnection *conn);
 
25
void connection_exit(void);
 
26
int connection_register(struct btd_device *device, const char *path,
 
27
                        bdaddr_t *src, bdaddr_t *dst, uint16_t id);
28
28
void connection_unregister(const char *path, uint16_t id);