mirror of
https://github.com/sailfishos/ofono
synced 2025-12-01 15:11:04 +08:00
bluez5: Add bt_bacmp()
Adds a copy of BlueZ bacmp() function.
This commit is contained in:
committed by
Denis Kenzior
parent
e8621fe8c2
commit
6985c798b2
@@ -60,6 +60,8 @@ void bt_bacpy(bdaddr_t *dst, const bdaddr_t *src);
|
||||
|
||||
int bt_ba2str(const bdaddr_t *ba, char *str);
|
||||
|
||||
int bt_bacmp(const bdaddr_t *ba1, const bdaddr_t *ba2);
|
||||
|
||||
int bluetooth_register_profile(DBusConnection *conn, const char *uuid,
|
||||
const char *name, const char *object);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user