Move bluetooth discover and device modules to src/modules/bluetooth

This commit is contained in:
João Paulo Rechi Vita 2008-08-29 20:22:14 -03:00 committed by Lennart Poettering
parent 76bae38460
commit 78a3c72f60
10 changed files with 34 additions and 34 deletions

View file

@ -20,7 +20,7 @@
*
*/
#include "bt-ipc.h"
#include "ipc.h"
/* This table contains the string representation for messages */
static const char *strmsg[] = {

View file

@ -45,10 +45,10 @@
#include <pulsecore/rtclock.h>
#include "dbus-util.h"
#include "module-bt-device-symdef.h"
#include "bt-ipc.h"
#include "bt-sbc.h"
#include "bt-rtp.h"
#include "module-bluetooth-device-symdef.h"
#include "ipc.h"
#include "sbc.h"
#include "rtp.h"
#define DEFAULT_SINK_NAME "bluetooth_sink"
#define BUFFER_SIZE 2048

View file

@ -34,7 +34,7 @@
#include <pulsecore/llist.h>
#include "dbus-util.h"
#include "module-bt-discover-symdef.h"
#include "module-bluetooth-discover-symdef.h"
PA_MODULE_AUTHOR("Joao Paulo Rechi Vita");
PA_MODULE_DESCRIPTION("Detect available bluetooth audio devices and load bluetooth audio drivers");

View file

@ -41,10 +41,10 @@
#include <stdlib.h>
#include <sys/types.h>
#include "bt-sbc_math.h"
#include "bt-sbc_tables.h"
#include "sbc_math.h"
#include "sbc_tables.h"
#include "bt-sbc.h"
#include "sbc.h"
#define SBC_SYNCWORD 0x9C