Gammu internals
1.38.0
|
#include "../../misc/misc.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) |
GSM_Error bluetooth_close | ( | GSM_StateMachine * | s | ) |
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 | ||
) |