|
From: Alain P. <apa...@us...> - 2002-07-31 08:21:47
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- bluetooth.h 1.48 1.49=20=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added a new proc file. This profile is only for read, and is blocking. When a new connection from remote device happen, it recieve next informatio= n : <line>:<server channel> Note that it recieves the same thing when we localy initiate the connection. proc file : bt_channel_con The diff of the modified file(s): --- bluetooth.h 22 Nov 2001 14:06:20 -0000 1.48 +++ bluetooth.h 31 Jul 2002 08:21:16 -0000 1.49 @@ -85,6 +85,12 @@ void bt_disconnect_ind(u32 con_id); void bt_disconnect_cfm(u32 con_id, s32 status); =20 +#ifdef __KERNEL__ +#ifdef CONFIG_BLUETOOTH_PROC +s32 channel_con_create_proc_file(void); +#endif /* CONFIG_BLUETOOTH_PROC */ +#endif /* __KERNEL__ */ + /******************/ /* Misc functions */ /******************/ |