#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