summaryrefslogtreecommitdiffstats
path: root/dundee/device.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-29dundee: return error if there is a connection procedure ongoingGustavo Padovan1-0/+3
2013-03-24dundee: Add dundee disconnect functionPaulo Borges1-3/+11
2012-08-17dundee: disconnect bluetooth link in case dial failsGustavo Padovan1-0/+2
If the ATD*99# dial fails for some reason, NO CARRIER, for example, we need to disconnect the bluetooth link and do further clean up on disconnect_callback().
2012-08-17dundee: add timeout to close stalled ppp handshakeGustavo Padovan1-0/+28
If something goes wrong the PPP handshake can stall, then we just add a timer to return an error after a certain timeout (15 seconds).
2012-05-22dundee: Add PPP handling code to deviceDaniel Wagner1-2/+252
2012-05-22dundee: Add device D-Bus interfaceDaniel Wagner1-0/+225
2012-05-22dundee: Add driver helper functionsDaniel Wagner1-0/+18
2012-05-22dundee: Add device un/registerDaniel Wagner1-1/+68
2012-05-22dundee: Add skeleton implementation for deviceDaniel Wagner1-0/+100