From: Peter K. <pk...@us...> - 2001-09-10 09:51:12
|
The following file was modified in apps/bluetooth/experimental: Name Old version New version Comment ---- ----------- ----------- ------- bt_if.h 1.23 1.24=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added declaration of bt_set_max_conections(). The diff of the modified file(s): --- bt_if.h 2001/09/07 12:53:50 1.23 +++ bt_if.h 2001/09/10 09:51:11 1.24 @@ -324,6 +324,7 @@ int bt_send(int fd, int len, int repeat); void bt_showstatus(void); int bt_force_msswitch_as_server(int bt_cfd, int enable); +int bt_set_max_conections(int bt_cfd, int connections); =20 /*=20=20 * HCI command functions=20 |