4459 Commits

Author SHA1 Message Date
Matthias Ringwald
c66520ffc0 less warnings 2015-11-08 17:37:10 +01:00
Matthias Ringwald
73e3c0c623 fix multiple definitions of send_str_over_rfcomm 2015-11-08 17:36:14 +01:00
Matthias Ringwald
9c6691a7ba fix missing prototypes 2015-11-08 17:35:55 +01:00
Matthias Ringwald
fd4ab16d0d fix missing prototypes 2015-11-08 17:35:37 +01:00
Matthias Ringwald
c1a76a575f fix -Wmissing-prototypes and -Wshadow warnings for pts 2015-11-08 17:33:27 +01:00
Matthias Ringwald
544f3815f2 Revert "588953c-1 - new att error code"
This reverts commit c345e08d7dd406d5f5a8fef4ddab6c714da30394.
2015-11-08 17:24:06 +01:00
Matthias Ringwald
728cd49dca fix compile 2015-11-08 17:13:10 +01:00
Milanka Ringwald
27116edb46 hfp ag: fix tests 2015-11-08 17:12:28 +01:00
Milanka Ringwald
afe0896ce3 test only hfp ag 2015-11-08 17:03:30 +01:00
Milanka Ringwald
2403e388f3 write test for hfp ag codecs connection 2015-11-08 17:03:13 +01:00
Matthias Ringwald
c345e08d7d 588953c-1 - new att error code 2015-11-08 16:39:28 +01:00
Matthias Ringwald
7972435a99 temporarily allow warnings during test compile 2015-11-08 10:46:22 +01:00
Milanka Ringwald
800457997e fixing mock framework 2015-11-08 10:44:49 +01:00
Matthias Ringwald
5c0b2eb51f fix Wmissing-prototypes for test/pts 2015-11-08 08:05:34 +01:00
Matthias Ringwald
204e94f19f fix -Wshadow warnings for libusb target 2015-11-08 08:03:57 +01:00
Matthias Ringwald
ebffa4a83a fix all Wmissing-prototype warnings for libusb target 2015-11-08 08:02:37 +01:00
Matthias Ringwald
02e2db69b0 use SCO void setting 0x43 for now 2015-11-07 22:26:12 +01:00
Matthias Ringwald
5b257e6388 add HAVE_SCO to platfolrm/libusb + test/ptst config 2015-11-07 22:25:56 +01:00
Matthias Ringwald
1f29ca2d50 reduce size of synchronous usb buffer 2015-11-07 22:25:42 +01:00
Matthias Ringwald
8254f5760b fix unused warning without HAVE_BLE 2015-11-07 22:19:05 +01:00
Matthias Ringwald
ab00563d6f set Networking flag in CoD to indicate BNEP/PAN 2015-11-07 22:16:34 +01:00
Matthias Ringwald
49bced9220 separate .gatt profiles for peripheral and central tests, fix attribute lookup 2015-11-07 22:15:54 +01:00
Matthias Ringwald
a5413018b8 more gap uuids 2015-11-07 22:14:57 +01:00
Matthias Ringwald
126c8b9476 add more GAP characteristic UUIDs 2015-11-07 22:14:30 +01:00
Matthias Ringwald
5188822b2c setup auth-req on start 2015-11-07 22:12:40 +01:00
Matthias Ringwald
24e8dc9286 change random address every 5 seconds in ble peripheral test 2015-11-07 22:10:18 +01:00
Matthias Ringwald
99f948c87f fix crash in slave role when storing CSRK 2015-11-07 22:09:47 +01:00
Matthias Ringwald
3ef52a965f add checks + log error for device index 2015-11-07 22:09:13 +01:00
Matthias Ringwald
23c8976e2d reject l2 connection param update if in slave role 2015-11-07 22:07:38 +01:00
Matthias Ringwald
693b19d63e track HCI Connection roles for BR/EDR and LE 2015-11-07 22:07:09 +01:00
Matthias Ringwald
e22306a52c set default max le conn latency max to 500 as specified in core 4.2 2015-11-07 22:06:05 +01:00
Matthias Ringwald
65280ee1c8 mark hci_dump_log with __printf__ format attribute 2015-11-07 17:59:24 +01:00
Matthias Ringwald
1a1c838922 avoid packet struct warning by not using struct 2015-11-07 17:34:27 +01:00
Matthias Ringwald
a4c06b2894 avoid returning structs 2015-11-07 17:15:15 +01:00
Matthias Ringwald
bad51efc8a force rfcomm_channel_event to be 2-byte aligned -> avoid -Wcast-align warning 2015-11-07 17:01:35 +01:00
Matthias Ringwald
9b3a9947d3 make hsp_hs_send_str_over_rfcomm accept const char * 2015-11-07 16:38:10 +01:00
Matthias Ringwald
7053c3c684 force various sdp_query_.. structs to be word aligned 2015-11-07 16:34:25 +01:00
Matthias Ringwald
54a8f63c76 use READ_BT_16 to access read multiple handle list 2015-11-07 09:42:49 +01:00
Matthias Ringwald
0a3d37a0fe make READ_BT_X and NET_READ_X macros more robust 2015-11-07 09:41:45 +01:00
Matthias Ringwald
d640d004c6 force sdp_query_event struct to be word aligned -> avoid -Wcast-align warning 2015-11-07 08:54:57 +01:00
Matthias Ringwald
e7057cf0c6 use big endian to calculate IPv4 checksum 2015-11-07 08:54:24 +01:00
Matthias Ringwald
2c2cb22566 less warnings 2015-11-07 08:34:09 +01:00
Matthias Ringwald
635c66dc04 fix gcc-only -Wmaybe-uninitialized warning 2015-11-07 08:23:07 +01:00
Matthias Ringwald
9c4875117d fix multiple definitions of send_str_over_rfcomm 2015-11-06 21:46:27 +01:00
Matthias Ringwald
ad3b7aec56 fix -Wmissing-prototypes and -Wshadow warnings for pts 2015-11-06 21:34:45 +01:00
Matthias Ringwald
89bca32f45 fix Wmissing-prototypes for test/pts 2015-11-06 21:29:41 +01:00
Matthias Ringwald
05ae8de376 fix -Wshadow warnings for libusb target 2015-11-06 20:53:12 +01:00
Matthias Ringwald
7f02f4148e fix all Wmissing-prototype warnings for libusb target 2015-11-06 19:43:35 +01:00
Matthias Ringwald
557161fc71 added platforms/posix-h4: a generic Bluetooth module connected via a serial port 2015-11-06 16:36:08 +01:00
Matthias Ringwald
132ade5e87 use SCO void setting 0x43 for now 2015-11-06 16:28:04 +01:00