This is round 2 of the initial bluetooth: separate HSP and HFP patch. It includes the review feedback and a global on/off switch just in case there's a problem headset with dual HFP/HSP but non-working HFP. This one now includes a proper rfcomm negotiation (see patch 3). James Bottomley (3): bluetooth: use consistent profile names bluetooth: separate HSP and HFP bluetooth: add correct HFP rfcomm negotiation src/modules/bluetooth/backend-native.c | 176 +++++++++++++++++++--- src/modules/bluetooth/backend-ofono.c | 2 +- src/modules/bluetooth/bluez5-util.c | 22 ++- src/modules/bluetooth/bluez5-util.h | 9 +- src/modules/bluetooth/module-bluetooth-discover.c | 3 +- src/modules/bluetooth/module-bluetooth-policy.c | 3 +- src/modules/bluetooth/module-bluez5-device.c | 103 +++++++++---- src/modules/bluetooth/module-bluez5-discover.c | 13 +- src/pulsecore/core-util.h | 7 + 9 files changed, 280 insertions(+), 58 deletions(-)