metawatch/bt_helper.h
2011-08-13 13:41:24 +02:00

8 lines
147 B
C

#ifndef _BT_HELPER_H
#define _BT_HELPER_H
int str2ba(const char *str, bdaddr_t *ba);
int open_socket(bdaddr_t *bdaddr, uint8_t channel);
#endif