summaryrefslogtreecommitdiffstats
path: root/src/bluetooth.h
AgeCommit message (Collapse)AuthorFilesLines
2013-08-19bluetooth: Add define for SCO voice settingsVinicius Costa Gomes1-0/+9
Add defines for SCO voice setting (Air Coding). Air mode "Transparent Data" shall be supported if wide band speech is supported.
2013-03-18core: Add bt_str2ba() to bluetooth.hClaudio Takahasi1-0/+8
This patch adds a utility Bluetooth function to convert Bluetooth address from string to bdaddr_t.
2013-03-04core: Add new Bluetooth headerClaudio Takahasi1-0/+71
This patch adds the Bluetooth utility funtions and socket type declarations to a new header src/bluetooth.h, allowing to share it between core, and plugins.