summaryrefslogtreecommitdiffstats
path: root/stack/include/l2c_api.h
diff options
context:
space:
mode:
authorSharvil Nanavati <sharvil@google.com>2014-04-16 21:51:56 -0700
committerMatthew Xie <mattx@google.com>2014-05-06 01:14:24 -0700
commitb6eec9b5426ce1b4d79fdebefa37aa213a0cbb1e (patch)
tree35d15ec5fd7a92822b625140dce06301c0052568 /stack/include/l2c_api.h
parentad7a6009746430da82ad7d8ee4a4784db7087ae4 (diff)
downloadandroid_system_bt-b6eec9b5426ce1b4d79fdebefa37aa213a0cbb1e.tar.gz
android_system_bt-b6eec9b5426ce1b4d79fdebefa37aa213a0cbb1e.tar.bz2
android_system_bt-b6eec9b5426ce1b4d79fdebefa37aa213a0cbb1e.zip
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
Diffstat (limited to 'stack/include/l2c_api.h')
-rw-r--r--stack/include/l2c_api.h2
1 files changed, 1 insertions, 1 deletions
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);
/*******************************************************************************