diff options
Diffstat (limited to 'plugins/bluetooth.h')
-rw-r--r-- | plugins/bluetooth.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/bluetooth.h b/plugins/bluetooth.h index 94ebaf69..430f4cf3 100644 --- a/plugins/bluetooth.h +++ b/plugins/bluetooth.h @@ -40,3 +40,6 @@ int bluetooth_register_uuid(const char *uuid, struct bluetooth_profile *profile); void bluetooth_unregister_uuid(const char *uuid); +void bluetooth_create_path(const char *dev_addr, const char *adapter_addr, + char *buf, int size); + |