summaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-03-19 17:20:56 +0100
committerLennart Poettering <lennart@poettering.net>2009-03-19 17:20:56 +0100
commit794775bb51eac04546bc905f789bbe613fd23bfa (patch)
treebc8a359ec0eb6ef5fc8586bf2e9f312d806147bc /src/modules
parent303cd907b90768dbbdd372ea462523d0b5e5c9f1 (diff)
document todo items discussed at bt meeting
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/bluetooth/module-bluetooth-device.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/bluetooth/module-bluetooth-device.c b/src/modules/bluetooth/module-bluetooth-device.c
index b1b8a7bd..80c12567 100644
--- a/src/modules/bluetooth/module-bluetooth-device.c
+++ b/src/modules/bluetooth/module-bluetooth-device.c
@@ -75,6 +75,10 @@ PA_MODULE_USAGE(
"sco_sink=<SCO over PCM sink name> "
"sco_source=<SCO over PCM source name>");
+/* TODO: not close fd when entering suspend mode in a2dp */
+
+/* TODO: BT_PCM_FLAG_NREC */
+
static const char* const valid_modargs[] = {
"name",
"card_name",