bt_spp.h 219 B

1234567891011121314
  1. /*
  2. * bt_spp.h
  3. *
  4. * Created on: Sep 9, 2019
  5. * Author: curiousmuch
  6. */
  7. #ifndef MAIN_BT_SPP_H_
  8. #define MAIN_BT_SPP_H_
  9. void bt_spp_tx(uint8_t *buf, uint32_t len);
  10. void bt_spp_init();
  11. #endif /* MAIN_BT_SPP_H_ */