summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: split BT codec from A2DP SEP configuration apiIgor V. Kovalenko2021-04-0512-275/+322
* bluetooth: set initial packet size to 60Igor V. Kovalenko2021-04-052-5/+8
* bluetooth: add more call indicatorsIgor V. Kovalenko2021-04-051-1/+3
* bluetooth: produce silence on mSBC decoding errorIgor V. Kovalenko2021-04-051-2/+4
* bluetooth: remember negotiated HFP codec in native backendIgor V. Kovalenko2021-04-051-7/+33
* bluetooth: show negotiated HFP codecIgor V. Kovalenko2021-04-053-18/+53
* bluetooth: add mSBC to backend-ofonoIgor V. Kovalenko2021-04-051-4/+17
* bluetooth: prepare to redo transport writeout schedulingIgor V. Kovalenko2021-04-051-56/+93
* bluetooth: mSBC: ignore empty encoded frameIgor V. Kovalenko2021-04-051-2/+10
* bluetooth: mSBC: ignore all-zero packetsIgor V. Kovalenko2021-04-051-0/+16
* bluetooth: use helper to set multiple transport object attributesIgor V. Kovalenko2021-04-054-15/+28
* bluetooth: apply write MTU detection based on read packet sizeIgor V. Kovalenko2021-04-054-0/+22
* bluetooth: add wideband audio codec negotiation to HFPJames Bottomley2021-04-053-5/+72
* bluetooth: add support for mSBC codecJames Bottomley2021-04-054-0/+328
* bluetooth: add CVSD codec implementationIgor V. Kovalenko2021-04-059-72/+209
* bluetooth: unify decoder code pathsIgor V. Kovalenko2021-04-051-183/+88
* bluetooth: unify encoder code pathsIgor V. Kovalenko2021-04-059-172/+319
* bluetooth: prioritize native backend HFP HF connectionIgor V. Kovalenko2021-04-031-2/+2
* message-params: clean upIgor V. Kovalenko2021-03-271-1/+0
* message-params: use JSON instead of custom formatIgor V. Kovalenko2021-03-271-21/+26
* bluetooth: Only use hardware volume callbacks for peer attenuationMarijn Suijten2021-03-261-42/+102
* bluetooth: Set up hardware gain control if init volume is received lateMarijn Suijten2021-03-171-10/+88
* bluetooth: accept +VGM/+VGS unsolicited reply with '=' and ':' separatorIgor V. Kovalenko2021-03-161-2/+2
* bluetooth: Perform software attenuation until HF/HS reports gain controlMarijn Suijten2021-03-162-15/+42
* bluetooth: Move attenuation decision to shared functionMarijn Suijten2021-03-164-16/+64
* bluetooth: Generalize speaker/microphone naming to sink/sourceMarijn Suijten2021-03-163-41/+40
* bluetooth: backend-native: Round volume to closest instead of upMarijn Suijten2021-03-161-5/+8
* bluetooth: Move HSP gain conversions into backend-nativeMarijn Suijten2021-03-163-87/+82
* bluetooth: switch_codec should start with pa_blueooth_device_Marijn Suijten2021-03-153-5/+5
* bluetooth: correct rfcomm command and reply formattingIgor V. Kovalenko2021-03-051-16/+33
* bluetooth: fix typo checking if target codec is availableIgor V. Kovalenko2021-03-031-1/+1
* treewide: fix a bunch of typosFelipe Sateler2021-02-262-2/+2
* bluetooth: clean up rfcomm_write usageIgor V. Kovalenko2021-02-231-46/+21
* bluetooth: rename enable_hs_role to enable_shared_profilesIgor V. Kovalenko2021-02-233-16/+16
* bluetooth: use device flag to prevent assertion failure during shutdownIgor V. Kovalenko2021-02-234-9/+5
* bluetooth: complete bluetooth profile separationIgor V. Kovalenko2021-02-236-36/+64
* bluetooth: prefer headset HFP HF connection with native backendIgor V. Kovalenko2021-02-232-10/+10
* bluetooth: fix headset=auto ofono handoverIgor V. Kovalenko2021-02-233-16/+25
* bluetooth: enable module-bluez5-discover argument enable_native_hfp_hfIgor V. Kovalenko2021-02-231-0/+2
* bluetooth: make native the default backendJames Bottomley2021-02-231-1/+4
* bluetooth: add correct HFP rfcomm negotiationJames Bottomley2021-02-233-6/+125
* bluetooth: separate HSP and HFPJames Bottomley2021-02-236-19/+112
* bluetooth: use consistent profile namesJames Bottomley2021-02-235-50/+50
* bluetooth: remove unwanted change from bluez fallback codeIgor V. Kovalenko2021-02-151-1/+0
* bluetooth/gst: Unify encoder and decoder pipeline setupMarijn Suijten2021-02-014-341/+126
* bluetooth/aptx: Call the non-HD encode_buffer functionMarijn Suijten2021-02-011-1/+1
* bluetooth/aptx: Simplify lifetime of `caps`Marijn Suijten2021-02-011-10/+7
* bluetooth: support increasing bitrate for SBC XQIgor V. Kovalenko2021-02-011-0/+3
* bluetooth: a2dp dual channel SBC XQ codec configurationsIgor V. Kovalenko2021-02-012-32/+329
* bluetooth: Remove unused ts_elapsed variableMarijn Suijten2021-02-011-1/+0