index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
bluetooth.cpp
Age
Commit message (
Expand
)
Author
2025-03-20
Bump the max BT TX power up to +9dBm
jacqueline
2025-03-05
Merge pull request 'Trim whitespace from end of bluetooth device names' (#288...
cooljqln
2025-03-05
Emit a 'known devices changed' event when we forget a known device
jacqueline
2025-02-28
Trim whitespace from end of bluetooth device names
Wesley Ellis
2025-01-08
Add missing copyright/license headers
Tom Kirchner
2024-12-10
Allow for connecting to the paired device from the known devices list
ailurux
2024-09-09
Merge branch 'main' into jqln/tts
jacqueline
2024-08-13
Move off of deprecated APIs
jacqueline
2024-07-12
Give Bluetooth settings a bit of a refresh
jacqueline
2024-07-11
WIP improve bluetooth api and settings screen
jacqueline
2024-07-09
Give PcmBuffer pairs a name, and wire them up in the audio stack
jacqueline
2024-07-05
WIP start on accepting two streams in out audio output
jacqueline
2024-06-06
daniel/bluetooth-avrc (#80)
ailurux
2024-06-03
u didnt see shit
jacqueline
2024-06-03
move a bunch of bt callbacks to background tasks
jacqueline
2024-05-31
Introduce a PcmBuffer abstraction for handling source draining
jacqueline
2024-05-29
Minor formatting fix
ailurux
2024-05-29
Fix issue where failing to connect bt device initially won't retry
ailurux
2024-05-28
Lowercase BT device name for better auto-reading
jacqueline
2024-05-08
Count samples going in and out of the drain buffer
jacqueline
2024-05-02
move driver includes into a subdir as well
jacqueline
2024-05-02
WIP merge cyclically dependent components into one big component
jacqueline
2024-04-19
squash a bunch of warnings
jacqueline
2024-04-12
switch to software volume scaling (it's bad tho i need daniel to do maths for...
jacqueline
2024-03-28
HACK: auto-accept CFM pairing, and increase the connection timeout
jacqueline
2024-02-12
Remember per-device bluetooth volume
jacqueline
2024-02-07
hack around deadlock during bt disable
jacqueline
2024-02-07
Deliver AVRC events on a background thread
jacqueline
2024-02-06
improve the locking strategy of the bluetooth fsm
jacqueline
2024-02-06
Retry bt device connections
jacqueline
2024-02-06
let the bluetooth stack handle its own discovery state
jacqueline
2024-02-06
Implement basic volume control for bt outputs
jacqueline
2024-02-06
fix various of bluetooth issues
jacqueline
2024-01-17
all screens basically working, but bluetooth is rough
jacqueline
2023-11-06
Improve bt scanning responsiveness
jacqueline
2023-10-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
2023-09-26
Make NVS access synchronous again
jacqueline
2023-09-26
Place a2dp stream callback into IRAM
jacqueline
2023-09-26
std::string -> std::pmr::string in psram
jacqueline
2023-09-22
make bluetooth pairing ui functional
jacqueline
2023-08-29
store the screen brightness in nvs
jacqueline
2023-08-15
persist preferred bluetooth device in nvs
jacqueline
2023-08-15
Flesh out basic bluetooth support
jacqueline
2023-08-08
Add skeleton of bluetooth FSM
jacqueline
2023-08-03
Add very limited resampling (it's slow as shit)
jacqueline
2023-08-01
Basic nvs init + bluetooth in the build
jacqueline