bluetooth: Rename bluetooth modules to BlueZ 4

This commit is contained in:
João Paulo Rechi Vita 2013-08-13 01:53:52 -03:00 committed by Tanu Kaskinen
parent 0589bed305
commit e414b5828b
5 changed files with 29 additions and 30 deletions

View file

@ -29,7 +29,7 @@
#include <pulsecore/shared.h>
#include <pulsecore/dbus-shared.h>
#include "bluetooth-util.h"
#include "bluez4-util.h"
#include "a2dp-codecs.h"
#define HFP_AG_ENDPOINT "/MediaEndpoint/HFPAG"

View file

@ -1,5 +1,5 @@
#ifndef foobluetoothutilhfoo
#define foobluetoothutilhfoo
#ifndef foobluez4utilhfoo
#define foobluez4utilhfoo
/***
This file is part of PulseAudio.

View file

@ -52,10 +52,10 @@
#include <sbc/sbc.h>
#include "module-bluetooth-device-symdef.h"
#include "module-bluez4-device-symdef.h"
#include "a2dp-codecs.h"
#include "rtp.h"
#include "bluetooth-util.h"
#include "bluez4-util.h"
#define BITPOOL_DEC_LIMIT 32
#define BITPOOL_DEC_STEP 5

View file

@ -34,8 +34,8 @@
#include <pulsecore/core-util.h>
#include <pulsecore/dbus-shared.h>
#include "module-bluetooth-discover-symdef.h"
#include "bluetooth-util.h"
#include "module-bluez4-discover-symdef.h"
#include "bluez4-util.h"
PA_MODULE_AUTHOR("João Paulo Rechi Vita");
PA_MODULE_DESCRIPTION("Detect available BlueZ 4 Bluetooth audio devices and load BlueZ 4 Bluetooth audio drivers");
@ -94,8 +94,8 @@ static pa_hook_result_t load_module_for_device(pa_bluetooth_discovery *y, const
args = tmp;
}
pa_log_debug("Loading module-bluetooth-device %s", args);
m = pa_module_load(u->module->core, "module-bluetooth-device", args);
pa_log_debug("Loading module-bluez4-device %s", args);
m = pa_module_load(u->module->core, "module-bluez4-device", args);
pa_xfree(args);
if (m) {