Gammu internals  1.38.0
bluetooth.h File Reference
#include "../../misc/misc.h"
Include dependency graph for bluetooth.h:

Go to the source code of this file.

Data Structures

struct  GSM_Device_BlueToothData
 

Functions

GSM_Error bluetooth_connect (GSM_StateMachine *s, int port, char *device)
 
GSM_Error bluetooth_findchannel (GSM_StateMachine *s)
 
int bluetooth_read (GSM_StateMachine *s, void *buf, size_t nbytes)
 
int bluetooth_write (GSM_StateMachine *s, const void *buf, size_t nbytes)
 
GSM_Error bluetooth_close (GSM_StateMachine *s)
 

Function Documentation

§ bluetooth_close()

GSM_Error bluetooth_close ( GSM_StateMachine s)

§ bluetooth_connect()

GSM_Error bluetooth_connect ( GSM_StateMachine s,
int  port,
char *  device 
)

§ bluetooth_findchannel()

GSM_Error bluetooth_findchannel ( GSM_StateMachine s)

§ bluetooth_read()

int bluetooth_read ( GSM_StateMachine s,
void *  buf,
size_t  nbytes 
)

§ bluetooth_write()

int bluetooth_write ( GSM_StateMachine s,
const void *  buf,
size_t  nbytes 
)