335 Commits

Author SHA1 Message Date
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
e7057cf0c6 use big endian to calculate IPv4 checksum 2015-11-07 08:54:24 +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
182af2536b set Networking flag in CoD to indicate BNEP/PAN 2015-11-01 10:23:27 +01:00
Matthias Ringwald
d6670ce8ef separate .gatt profiles for peripheral and central tests, fix attribute lookup 2015-11-01 10:02:01 +01:00
Matthias Ringwald
98acaf5cb1 setup auth-req on start 2015-10-29 15:27:01 +01:00
Matthias Ringwald
3e5f91f23d support prepare, cancel, and execute write in central ui 2015-10-29 14:24:35 +01:00
Matthias Ringwald
c20baaa5ef change random address every 5 seconds in ble peripheral test 2015-10-26 23:20:11 +01:00
Matthias Ringwald
13e55212dd fix endinaness for udid in discover characteristic descriptors 2015-10-16 15:01:33 +02:00
Matthias Ringwald
437e2969cf add Discover Characteristic Descriptors and Discover Characteristics for Service with UUID 2015-10-16 14:32:16 +02:00
Matthias Ringwald
48b1b78d97 add include handle to include service query result event and show in pts test 2015-10-16 11:26:33 +02:00
Matthias Ringwald
3ed70f740d implement backspace for cli 2015-10-16 10:53:28 +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
206734d986 fix cli redraw 2015-10-15 23:47:47 +02:00
Matthias Ringwald
0c983b9e1a pretify cli 2015-10-15 23:31:53 +02:00
Matthias Ringwald
b2dcf56f3e skip spaces in input 2015-10-15 17:09:31 +02:00
Matthias Ringwald
195a80287b removed btstack/include folder 2015-10-15 16:33:34 +02:00
Matthias Ringwald
4f8c7aafb7 update ancs_client_lib and embedded examples for new gatt client events 2015-10-15 15:15:54 +02:00
Matthias Ringwald
75e30611be use HCI Event style packet instead of sm_event_t 2015-10-11 23:33:03 +02:00
Matthias Ringwald
494b3cc52e pass in connection handle instead of address / address_type info for SM API 2015-10-11 21:40:03 +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
e4a65ce94f all GATT GPA tests pass 2015-10-09 23:53:30 +02:00
Matthias Ringwald
7fa238285e move custom ATT_ERROR_TIMEOUT to 0x7f 2015-10-08 16:26:54 +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
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
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
Matthias Ringwald
d43bd7a6fb support read characteristic by uuid tests 2015-10-02 12:21:24 +02:00
Matthias Ringwald
b0beacba68 most GATT Read tess pass 2015-10-01 22:17:23 +02:00
Matthias Ringwald
0b7f018013 more tests: read (long) characteristic using value handle/uuid 2015-09-30 17:33:22 +02:00
Matthias Ringwald
2c8ff1a579 PTS: GATT Client tests for service discovery 2015-09-17 23:16:10 +02:00
Milanka Ringwald
69de467120 hfp: audio connection: accept codec negotiatio from AG 2015-08-27 17:09:44 +02:00
Milanka Ringwald
1238101111 hfp: use mock to test state machines 2015-08-26 18:31:31 +02:00
Milanka Ringwald
08d5b4cc31 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-08-21 17:29:42 +02:00
Milanka Ringwald
912d34aa7f hfp: start audio conneciton 2015-08-21 17:29:10 +02:00
Matthias Ringwald
264e3be687 rename sm_request_authorization to sm_request_pairing 2015-08-20 22:00:54 +02:00
Matthias Ringwald
3ef33525a3 test signed att write without gatt client 2015-08-20 21:37:34 +02:00
Matthias Ringwald
102b7a9c1b allow to use different OOB, set min encryption key size, support signed writes 2015-08-20 17:38:47 +02:00
Milanka Ringwald
b551e69ef0 hfp: fix compile, start audio setup 2015-08-20 16:41:46 +02:00
Milanka Ringwald
7a4980db5e Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-08-20 12:55:00 +02:00
Milanka Ringwald
8ca6f17bb0 hfp: report extended AG error result code 2015-08-20 12:54:47 +02:00