]> rtime.felk.cvut.cz Git - mirosot.git/blob - bluetooth/bth_fce_out.h
Initial import of Petr's work.
[mirosot.git] / bluetooth / bth_fce_out.h
1 /*******************************************************************
2   bluetooth library
3
4   bth_fce_out.h - list of fce for using in aplication
5
6   Copyright (C) 2006 by Petr Kovacik petr_kovacik@gmail.com
7
8  *******************************************************************/
9
10
11
12 int  bth_send_queue(void);
13 void bth_parametr_slave(void);
14 void bth_init(void);
15 void bth_start(void);
16 int l2cap_send_data(int inx_handle, int inx_chanal);
17 int bth_recieve_packet(int c);
18 void bth_conv_char_text(uint8_t zn);