summaryrefslogtreecommitdiff
path: root/examples/opiebluez
AgeCommit message (Collapse)AuthorFilesLines
2005-07-15opiebluez: add scanning.mickeyl1-3/+14
Ok, guys, everything until now was easy. It gets very ugly to go from here - even to just get the name of a remote device, you have to setup some filters on the bluez socket, fill in some random flags to generate a PDU that calls 'get name' and then afterwards poll until the result comes in. Nasty :/ The BlueZ kernel interface seems to be very badly (if at all) documented. All people are assuming that you use libbluetooth to talk to that stack. However since libbluetooth is GPL, we can't do that :/ Guess, we are stuck here until someone finds time and/or motivation to look into that and create some easy-to-understand examples for how to talk directly to the BlueZ kernel interface.
2005-07-14- add bool OBluetoothInterface::setUp( bool )mickeyl1-0/+3
- add void OBluetoothInterface::isUp() const
2005-07-11catch up with renamesmickeyl3-5/+5
2005-07-10yank infrared stuffmickeyl1-1/+0
2005-07-10s/opieshower/opiebluez/mickeyl1-1/+1
2005-07-10make examples depend on EXAMPLESmickeyl1-3/+3
2005-07-10opieshower: add BT device enumerationmickeyl1-0/+16
2005-07-10Add skeleton for opieshower examplesmickeyl11-0/+70