metawatch/bt_helper.h

9 lines
147 B
C
Raw Normal View History

#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