zephyr/net/bluetooth
Luiz Augusto von Dentz 862835d8a6 Bluetooth: Add bt_uuid_cmp
bt_uuid_cmp compares 2 UUIDs returning if they match, if the types are
different it converts both to 128 bit format before performing the
comparison.

Change-Id: Iacf330cc0271a7e5429cbb2f405a7d9ef249a1a3
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-02-05 20:14:04 -05:00
..
att.c Bluetooth: Add GATT skeleton 2016-02-05 20:14:04 -05:00
att.h Bluetooth: Move UUID code to its own file 2016-02-05 20:14:03 -05:00
buf.c Bluetooth: Improve buffer debug usefulness 2016-02-05 20:14:04 -05:00
conn.c Bluetooth: Introduce dedicated Bluetooth address types 2016-02-05 20:14:03 -05:00
conn.h Bluetooth: Introduce dedicated Bluetooth address types 2016-02-05 20:14:03 -05:00
gatt.c Bluetooth: Add GATT skeleton 2016-02-05 20:14:04 -05:00
hci_core.c Bluetooth: Introduce dedicated Bluetooth address types 2016-02-05 20:14:03 -05:00
hci_core.h Bluetooth: Add helpers for checking LE address type 2016-02-05 20:14:04 -05:00
l2cap.c Bluetooth: Add L2CAP callbacks for connection state changes 2016-02-05 20:14:03 -05:00
l2cap.h Bluetooth: Add L2CAP callbacks for connection state changes 2016-02-05 20:14:03 -05:00
smp.c Bluetooth: Introduce dedicated Bluetooth address types 2016-02-05 20:14:03 -05:00
smp.h Bluetooth: SMP: Add more protocol defines 2016-02-05 20:14:03 -05:00
uuid.c Bluetooth: Add bt_uuid_cmp 2016-02-05 20:14:04 -05:00