]> rtime.felk.cvut.cz Git - mirosot.git/blob - bluetooth/bth_fce_out.h
An unsucesfull attempt to clean bluetooth library and make it working.
[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 #include <types.h>
11
12
13
14 int  bth_send_queue(void);
15 void bth_parametr_slave(void);
16 void bth_init(void);
17 void bth_start(void);
18 int l2cap_send_data(int inx_handle, int inx_chanal);
19 int bth_recieve_packet(int c);
20 void bth_conv_char_text(uint8_t zn);