Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marijn Suijten
pulseaudio
Commits
941a7f60
Commit
941a7f60
authored
Oct 11, 2020
by
pali
Committed by
Marijn Suijten
Oct 31, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bluetooth: Move A2DP_MAX_GAIN to bluez5-util.c where it is used
parent
8b5134ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/modules/bluetooth/bluez5-util.c
src/modules/bluetooth/bluez5-util.c
+2
-0
src/modules/bluetooth/bluez5-util.h
src/modules/bluetooth/bluez5-util.h
+0
-2
No files found.
src/modules/bluetooth/bluez5-util.c
View file @
941a7f60
...
@@ -44,6 +44,8 @@
...
@@ -44,6 +44,8 @@
#define WAIT_FOR_PROFILES_TIMEOUT_USEC (3 * PA_USEC_PER_SEC)
#define WAIT_FOR_PROFILES_TIMEOUT_USEC (3 * PA_USEC_PER_SEC)
#define A2DP_MAX_GAIN 127
#define BLUEZ_SERVICE "org.bluez"
#define BLUEZ_SERVICE "org.bluez"
#define BLUEZ_ADAPTER_INTERFACE BLUEZ_SERVICE ".Adapter1"
#define BLUEZ_ADAPTER_INTERFACE BLUEZ_SERVICE ".Adapter1"
#define BLUEZ_DEVICE_INTERFACE BLUEZ_SERVICE ".Device1"
#define BLUEZ_DEVICE_INTERFACE BLUEZ_SERVICE ".Device1"
...
...
src/modules/bluetooth/bluez5-util.h
View file @
941a7f60
...
@@ -39,8 +39,6 @@
...
@@ -39,8 +39,6 @@
#define PA_BLUETOOTH_UUID_HFP_HF "0000111e-0000-1000-8000-00805f9b34fb"
#define PA_BLUETOOTH_UUID_HFP_HF "0000111e-0000-1000-8000-00805f9b34fb"
#define PA_BLUETOOTH_UUID_HFP_AG "0000111f-0000-1000-8000-00805f9b34fb"
#define PA_BLUETOOTH_UUID_HFP_AG "0000111f-0000-1000-8000-00805f9b34fb"
#define A2DP_MAX_GAIN 127
typedef
struct
pa_bluetooth_transport
pa_bluetooth_transport
;
typedef
struct
pa_bluetooth_transport
pa_bluetooth_transport
;
typedef
struct
pa_bluetooth_device
pa_bluetooth_device
;
typedef
struct
pa_bluetooth_device
pa_bluetooth_device
;
typedef
struct
pa_bluetooth_adapter
pa_bluetooth_adapter
;
typedef
struct
pa_bluetooth_adapter
pa_bluetooth_adapter
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment