|
From: Mats F. <ma...@us...> - 2001-06-14 10:46:29
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- rfcomm.h 1.37 1.38=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added function to check whether the flow is stopped or not The diff of the modified file(s): --- rfcomm.h 2001/04/25 17:44:53 1.37 +++ rfcomm.h 2001/06/14 10:46:28 1.38 @@ -220,5 +220,6 @@ s32 rfcomm_crap_msg(rfcomm_con *rfcomm); s32 rfcomm_send_credits(rfcomm_con *rfcomm, u8 dlci, u8 credits); s32 valid_dlci(u8 dlci); +s32 rfcomm_flow_stop(u8 line, u8 dlci); #endif /****************** END OF FILE rfcomm.h *********************************= ***/ |