summaryrefslogtreecommitdiffstats
path: root/include/bluetooth.h
diff options
context:
space:
mode:
authorMax Krasnyansky <maxk@qualcomm.com>2002-03-21 23:20:32 +0000
committerMax Krasnyansky <maxk@qualcomm.com>2002-03-21 23:20:32 +0000
commita51747b602f9cd03c7431788f80431c1710f5827 (patch)
tree3d83daef2523d2cc087ebb8da1240e05e56bd6a9 /include/bluetooth.h
parente5049f81cd29f935a2465c430f5db8f15765d46d (diff)
Additional strtoXX and XXtostr functions.
Diffstat (limited to 'include/bluetooth.h')
-rw-r--r--include/bluetooth.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/bluetooth.h b/include/bluetooth.h
index 5dd4085f..ee345616 100644
--- a/include/bluetooth.h
+++ b/include/bluetooth.h
@@ -103,7 +103,8 @@ char *batostr(bdaddr_t *ba);
int ba2str(bdaddr_t *ba, char *str);
int str2ba(char *str, bdaddr_t *ba);
-int bterr(uint16_t code);
+int bt_error(uint16_t code);
+char *bt_compidtostr(int id);
#ifdef __cplusplus
}