From b6eec9b5426ce1b4d79fdebefa37aa213a0cbb1e Mon Sep 17 00:00:00 2001 From: Sharvil Nanavati Date: Wed, 16 Apr 2014 21:51:56 -0700 Subject: Use standard C99 integral types. This offers better type safety. Notice that I had to change a couple of function declarations because the compiler caught the inconsistency with the new typedefs. Change-Id: I202fd1dc086de41e1cfe083eb1a5f74a942d01e5 --- stack/include/l2c_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stack/include/l2c_api.h') diff --git a/stack/include/l2c_api.h b/stack/include/l2c_api.h index 7679d262e..0da7f7969 100644 --- a/stack/include/l2c_api.h +++ b/stack/include/l2c_api.h @@ -647,7 +647,7 @@ L2C_API extern BOOLEAN L2CA_FlowControl (UINT16 cid, BOOLEAN data_enabled); ** Returns TRUE if valid Channel, else FALSE ** *******************************************************************************/ -L2C_API extern BOOLEAN L2CA_SendTestSFrame (UINT16 cid, BOOLEAN rr_or_rej, +L2C_API extern BOOLEAN L2CA_SendTestSFrame (UINT16 cid, UINT8 sup_type, UINT8 back_track); /******************************************************************************* -- cgit v1.2.3