summaryrefslogtreecommitdiff
path: root/src/drivers/include/bluetooth.hpp
AgeCommit message (Collapse)Author
2024-05-02move driver includes into a subdir as welljacqueline
2024-04-12switch to software volume scaling (it's bad tho i need daniel to do maths ↵jacqueline
for me please)
2024-02-12Remember per-device bluetooth volumejacqueline
2024-02-07Deliver AVRC events on a background threadjacqueline
We don't currently do anything with them, so need to wait for the lock on the bt thread
2024-02-06improve the locking strategy of the bluetooth fsmjacqueline
2024-02-06Retry bt device connectionsjacqueline
i hate this janky-ass protocol
2024-02-06let the bluetooth stack handle its own discovery statejacqueline
2024-02-06Implement basic volume control for bt outputsjacqueline
2024-02-06fix various of bluetooth issuesjacqueline
connecting and disconnecting is a bit more consistent now!
2024-01-17all screens basically working, but bluetooth is roughjacqueline
2023-11-06Improve bt scanning responsivenessjacqueline
2023-09-22make bluetooth pairing ui functionaljacqueline
2023-08-15persist preferred bluetooth device in nvsjacqueline
2023-08-15Flesh out basic bluetooth supportjacqueline
No ui yet, and performance isn't great. It kinda works though!!
2023-08-08Add skeleton of bluetooth FSMjacqueline
2023-08-03Add very limited resampling (it's slow as shit)jacqueline
2023-08-01Basic nvs init + bluetooth in the buildjacqueline