4049 Commits

Author SHA1 Message Date
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
a9df98168a fix warnings for unknown con handles in l2cap le run loop 2015-11-03 21:25:45 +01:00
Matthias Ringwald
c0581f3974 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-11-03 19:50:54 +01:00
Matthias Ringwald
703c8ecb42 return error 1 if rfcomm_send_prepared fails 2015-11-03 19:50:41 +01:00
Milanka Ringwald
af03d74799 hfp ag: fix tests 2015-10-29 14:57:33 +01:00
Milanka Ringwald
677427feb4 test only hfp ag 2015-10-23 22:54:35 +02:00
Milanka Ringwald
62656e3397 write test for hfp ag codecs connection 2015-10-23 22:41:31 +02:00
Milanka Ringwald
588953c14f Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-10-23 22:39:45 +02:00
Matthias Ringwald
0ffd472dab added platforms/posix-h4: a generic Bluetooth module connected via a serial port 2015-10-19 23:51:53 +02:00
Matthias Ringwald
99b9695198 implement backspace for cli 2015-10-16 10:52:52 +02:00
Matthias Ringwald
44d6ef7ea0 fix cli redraw 2015-10-15 23:48:22 +02:00
Matthias Ringwald
6ef426db84 pretify cli 2015-10-15 23:48:15 +02:00
Matthias Ringwald
547765b020 rework gap le whitelist connections 2015-10-15 22:34:27 +02:00
Matthias Ringwald
a4c6d0a0bc fix use after free crash 2015-10-15 21:27:02 +02:00
Milanka Ringwald
656f7353ee fixing mock framework 2015-10-15 13:55:28 +02:00
Matthias Ringwald
97b901d7da fix gatt_client test 2015-10-12 18:19:58 +02:00
Matthias Ringwald
bbf26c6527 make makefile in test fail on build or test error 2015-10-12 10:59:46 +02:00
Matthias Ringwald
edd8bdd843 fix compile of gatt_client mock 2015-10-11 23:34:50 +02:00
Matthias Ringwald
b77cf00a9f add hci_dump.c to fix compile 2015-10-11 23:34:42 +02:00
Matthias Ringwald
a4fe4ae879 fix hci_le_advertisements_set_params and gap_advertisements_set_data to correctly disable advertisement before updating params/data 2015-10-10 22:26:55 +02:00
Matthias Ringwald
09222c1170 allow to fix local csrk for testing 2015-10-10 22:04:39 +02:00
Matthias Ringwald
80c6fa00ac store both local and remote csrk - remote incorrect optimization 2015-10-10 21:36:43 +02:00
Matthias Ringwald
0300d5af9c use same handle for signed write as in gatt gaw test 2015-10-10 15:05:51 +02:00
Matthias Ringwald
8e96e3b7fd add gatt_client_pts_suppress_mtu_exchange for testing sm 2015-10-10 14:53:02 +02:00
Matthias Ringwald
c7fdde1ffc clear gatt_client_t before use 2015-10-10 14:48:10 +02:00
Matthias Ringwald
e4a65ce94f all GATT GPA tests pass 2015-10-09 23:53:30 +02:00
Matthias Ringwald
c5e516fdd2 add more GAP UUIDs 2015-10-09 23:53:01 +02:00
Matthias Ringwald
7fa238285e move custom ATT_ERROR_TIMEOUT to 0x7f 2015-10-08 16:26:54 +02:00
Matthias Ringwald
12a5e8daf6 acquire peripheral context for GATT Indications if needed 2015-10-08 16:17:53 +02:00
Matthias Ringwald
49322b26bd report gatt notifications without having a peripheral context 2015-10-08 16:05:44 +02:00
Matthias Ringwald
150ffeb60a report notifications and indications 2015-10-08 15:41:32 +02:00
Matthias Ringwald
b826f55995 add Discover all characteristics in range 2015-10-08 15:18:05 +02:00
Matthias Ringwald
e3eb72c86b bugfix: report last characteristic if characteristic is last handle in query 2015-10-08 15:17:10 +02:00
Matthias Ringwald
f9f54450a1 arduino: call gap_disconnect on disconnect 2015-10-06 22:59:47 +02:00
Matthias Ringwald
39d281a3eb flip BD_ADDR from SM_CODE_IDENTITY_ADDRESS_INFORMATION. only add device to db if neither IRK nor public address are found 2015-10-06 10:02:40 +02:00
Matthias Ringwald
2626a89083 confirm just works in peripheral test 2015-10-05 23:02:49 +02:00
Matthias Ringwald
4161771627 all GATT Write tests but signed write are green 2015-10-05 22:31:27 +02:00
Matthias Ringwald
d622771835 add gatt_client_write_long_characteristic_descriptor_using_descriptor_handle_with_offset and gatt_client_write_long_value_of_characteristic_with_offset 2015-10-05 22:30:46 +02:00
Matthias Ringwald
08e94b2a6e minor fixes to get most GATT Write tests green 2015-10-05 21:24:10 +02:00
Matthias Ringwald
b8f6dc99f1 add gatt write tests - untested 2015-10-05 12:32:57 +02:00
Matthias Ringwald
810c9b1885 all gatt read tests pass 2015-10-02 15:00:10 +02:00