summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth/rtp.h
Commit message (Collapse)AuthorAgeFilesLines
* bluetooth: Fix usage of RTP structures in SBC codecPali Rohár2019-07-241-26/+32
| | | | | | | | | | | | | Rename struct rtp_payload to rtp_sbc_payload as it is specific for SBC codec payload. Add proper checks for endianity in rtp.h header and use uint8_t type where appropriated. Field frame_count is only 4 bit number, so add checks to prevent overflow. And because is_fragmented field is not parsed by decoder there is no support for decoding fragmented SBC frames. So throw an error in this case.
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
| | | | | | | | | FSF addresses used in PA sources are no longer valid and rpmlint generates numerous warnings during packaging because of this. This patch changes all FSF addresses to FSF web page according to the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html Done automatically by sed-ing through sources.
* bluetooth: Run 'make update-sbc'Colin Guthrie2011-03-201-1/+1
| | | | Note that changes to ipc.h from 8f3ef04b had to be manually reapplied.
* pull in new SBC/BT filesLennart Poettering2009-02-031-1/+1
|
* make rtp.h ANSI C compliantLennart Poettering2009-02-021-22/+22
|
* Move bluetooth discover and device modules to src/modules/bluetoothJoão Paulo Rechi Vita2008-09-111-0/+76