bluez/lib
Szymon Janc 4ac4e80fd2 sdp: Use bt_get_be* helpers instead of bt_get_unaligned
This fix number of compilation errors on ARM similar to one below.

lib/sdp.c: In function 'sdp_uuid_extract':
lib/sdp.c:1019:27: error: cast increases required alignment
    of target type [-Werror=cast-align]
lib/sdp.c:1019:27: error: cast increases required alignment
    of target type [-Werror=cast-align]
lib/sdp.c:1026:27: error: cast increases required alignment
    of target type [-Werror=cast-align]
lib/sdp.c:1026:27: error: cast increases required alignment
    of target type [-Werror=cast-align]
2012-09-05 12:12:31 +03:00
..
a2mp.h lib: Add headers for AMP ASSOC data 2012-06-28 16:14:40 +03:00
amp.h lib: Add headers for AMP ASSOC data 2012-06-28 16:14:40 +03:00
bluetooth.c lib: Add new company identifiers 2012-08-16 15:04:35 +03:00
bluetooth.h lib: Add unaligned put helper functions 2012-09-05 12:04:52 +03:00
bnep.h Update copyright information 2010-01-01 17:08:17 -08:00
cmtp.h Update copyright information 2010-01-01 17:08:17 -08:00
hci_lib.h lib: Fix tab misuse 2012-05-10 16:42:39 -07:00
hci.c lib: Fix tab misuse 2012-05-10 16:42:39 -07:00
hci.h lib: Correct length name in write assoc struct 2012-07-19 15:12:06 +03:00
hidp.h Update copyright information 2010-01-01 17:08:17 -08:00
l2cap.h Add Bluetooth address type in sockaddr_l2 2012-04-25 12:54:17 +03:00
mgmt.h mgmt: Implement support for Passkey Notify event 2012-09-04 16:34:41 +03:00
rfcomm.h Update copyright information 2010-01-01 17:08:17 -08:00
sco.h Update copyright information 2010-01-01 17:08:17 -08:00
sdp_lib.h Move common code to sdp to avoid duplication 2012-03-28 13:17:39 +03:00
sdp.c sdp: Use bt_get_be* helpers instead of bt_get_unaligned 2012-09-05 12:12:31 +03:00
sdp.h sdp: Check type of sdp data before dereferencing 2012-03-13 15:59:53 +02:00
uuid.c uuid: Add string-format UUID comparison helper function 2012-09-03 14:10:19 +03:00
uuid.h uuid: Add string-format UUID comparison helper function 2012-09-03 14:10:19 +03:00