summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth/backend-native.c
Commit message (Expand)AuthorAgeFilesLines
* backend-native: Fix parsing comma-delimited responseIgor V. Kovalenko2023-01-191-2/+2
* backend-native: Fix stack corruption reading RFCOMM AT+BIA= responseIgor V. Kovalenko2022-11-261-3/+8
* backend-native: Remove uninformative "Profile unavailable" debug messageMarijn Suijten2022-08-161-1/+0
* backend-native: Update all CIND indicatorsMarijn Suijten2022-08-161-4/+1
* backend-native: Add backend pointer to transport_dataMarijn Suijten2022-08-161-11/+15
* backend-native: Fix indentation and whitespace styleMarijn Suijten2022-08-161-21/+20
* bluetooth: hook up UPower backendDylan Van Assche2022-08-011-7/+84
* bluetooth: add AT+BIA supportDylan Van Assche2022-08-011-9/+89
* bluetooth/backend-native: Replace tab-indents with spacesMarijn Suijten2021-11-171-2/+2
* bluetooth/native: Include util header for pa_msleepMarijn Suijten2021-10-221-0/+2
* bluetooth: Try to reconnect SCOChengyi Zhao2021-09-221-2/+16
* bluetooth: Allow SCO socket packet size to be larger than mSBC frameIgor V. Kovalenko2021-08-251-7/+12
* bluetooth: backend-native: Handle RegisterProfile failureJoão Paulo Rechi Vita2021-07-301-0/+28
* bluetooth: backend-native: Keep track of profiles' statusJoão Paulo Rechi Vita2021-07-301-0/+11
* bluetooth: backend-native: Pass profile id in register_profile*João Paulo Rechi Vita2021-07-301-9/+7
* bluetooth: backend-native: Rename profile to object in register_profile*João Paulo Rechi Vita2021-07-301-8/+8
* bluetooth/native: Accept and report battery HF indicator valueMarijn Suijten2021-07-281-3/+36
* bluetooth: Deregister battery provider when profile disconnectsMarijn Suijten2021-07-281-0/+5
* bluetooth: Register as BlueZ experimental BatteryProvider1Marijn Suijten2021-07-281-1/+1
* bluetooth: Provide (HSP/HFP-received) battery level as device propertyMarijn Suijten2021-07-281-0/+1
* bt/native: Parse specified number of arguments in IPHONEACCEVMarijn Suijten2021-07-281-13/+32
* bt/native: Answer AT command with ERROR if unhandledMarijn Suijten2021-07-281-0/+1
* bluetooth/native: Signal support for dock status in XAPL replyMarijn Suijten2021-07-281-1/+1
* bluetooth: backend-native: add battery level reportingSebastian Reichel2021-07-281-1/+28
* bluetooth: Move HSP_MAX_GAIN to header for reuse in n_volume_stepsMarijn Suijten2021-05-171-2/+0
* bluetooth: disable HSP HS profile by defaultIgor V. Kovalenko2021-04-161-2/+9
* bluetooth: handle HFP codec list in any orderIgor V. Kovalenko2021-04-141-4/+14
* bluetooth: add modarg to allow disabling mSBC codecIgor V. Kovalenko2021-04-051-2/+2
* bluetooth: set initial packet size to 60Igor V. Kovalenko2021-04-051-2/+2
* bluetooth: add more call indicatorsIgor V. Kovalenko2021-04-051-1/+3
* bluetooth: remember negotiated HFP codec in native backendIgor V. Kovalenko2021-04-051-7/+33
* bluetooth: use helper to set multiple transport object attributesIgor V. Kovalenko2021-04-051-8/+5
* bluetooth: apply write MTU detection based on read packet sizeIgor V. Kovalenko2021-04-051-0/+9
* bluetooth: add wideband audio codec negotiation to HFPJames Bottomley2021-04-051-5/+68
* bluetooth: add CVSD codec implementationIgor V. Kovalenko2021-04-051-0/+2
* bluetooth: unify encoder code pathsIgor V. Kovalenko2021-04-051-0/+47
* bluetooth: prioritize native backend HFP HF connectionIgor V. Kovalenko2021-04-031-2/+2
* 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-161-7/+38
* bluetooth: Move attenuation decision to shared functionMarijn Suijten2021-03-161-8/+27
* bluetooth: Generalize speaker/microphone naming to sink/sourceMarijn Suijten2021-03-161-12/+12
* 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-161-14/+47
* bluetooth: correct rfcomm command and reply formattingIgor V. Kovalenko2021-03-051-16/+33
* treewide: fix a bunch of typosFelipe Sateler2021-02-261-1/+1
* bluetooth: clean up rfcomm_write usageIgor V. Kovalenko2021-02-231-46/+21
* bluetooth: rename enable_hs_role to enable_shared_profilesIgor V. Kovalenko2021-02-231-11/+11
* bluetooth: use device flag to prevent assertion failure during shutdownIgor V. Kovalenko2021-02-231-1/+1
* bluetooth: complete bluetooth profile separationIgor V. Kovalenko2021-02-231-7/+7
* bluetooth: prefer headset HFP HF connection with native backendIgor V. Kovalenko2021-02-231-0/+10