summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/device/bluetoth/affix.c
Unidiff
Diffstat (limited to 'gammu/emb/common/device/bluetoth/affix.c') (more/less context) (ignore whitespace changes)
-rw-r--r--gammu/emb/common/device/bluetoth/affix.c44
1 files changed, 44 insertions, 0 deletions
diff --git a/gammu/emb/common/device/bluetoth/affix.c b/gammu/emb/common/device/bluetoth/affix.c
new file mode 100644
index 0000000..30a917b
--- a/dev/null
+++ b/gammu/emb/common/device/bluetoth/affix.c
@@ -0,0 +1,44 @@
1/* (c) 2004 by Marcin Wiacek */
2
3#include "../../gsmstate.h"
4
5#ifdef GSM_ENABLE_BLUETOOTHDEVICE
6#ifdef GSM_ENABLE_AFFIX
7
8#include <stdlib.h>
9#include <stdio.h>
10#include <fcntl.h>
11#include <errno.h>
12#include <string.h>
13#include <sys/socket.h>
14#include <sys/time.h>
15#include <unistd.h>
16
17#include "../../gsmcomon.h"
18#include "../devfunc.h"
19#include "bluetoth.h"
20
21GSM_Error bluetooth_connect(GSM_StateMachine *s, int port, char *device)
22{
23 d->hPhone = fd;
24 return ERR_NONE;
25}
26
27#ifdef BLUETOOTH_RF_SEARCHING
28
29static GSM_Error bluetooth_checkdevice(GSM_StateMachine *s, bdaddr_t *bdaddr, struct search_context *context)
30{
31}
32
33GSM_Error bluetooth_findchannel(GSM_StateMachine *s)
34{
35 return error;
36}
37
38#endif
39#endif
40#endif
41
42/* How should editor hadle tabs in this file? Add editor commands here.
43 * vim: noexpandtab sw=8 ts=8 sts=8:
44 */