summaryrefslogtreecommitdiffstats
path: root/include/bluetooth.h
diff options
context:
space:
mode:
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
}