4001 Commits

Author SHA1 Message Date
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
5a93002a1d add gatt_client_read_multiple_characteristic_values 2015-10-02 14:59:23 +02:00
Matthias Ringwald
d43bd7a6fb support read characteristic by uuid tests 2015-10-02 12:21:24 +02:00
Matthias Ringwald
3f4e6e214e add gatt_client_read_value_of_characteristics_by_uuid16/128 2015-10-02 12:20:53 +02:00
Matthias Ringwald
b0beacba68 most GATT Read tess pass 2015-10-01 22:17:23 +02:00
Matthias Ringwald
5050a2d5f6 add gatt_client_read_long_characteristic_descriptor_using_descriptor_handler_with_offset 2015-10-01 22:16:37 +02:00
Matthias Ringwald
986515be23 add gatt_client_read_long_value_of_characteristic_using_value_handle_with_offset 2015-10-01 22:00:09 +02:00
Matthias Ringwald
62b9b53a36 add gatt_client_read_characteristic_descriptor_using_descriptor_handle and gatt_client_read_long_characteristic_descriptor_using_descriptor_handler 2015-10-01 21:09:23 +02:00
Matthias Ringwald
00e1247f81 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-09-30 17:34:49 +02:00
Matthias Ringwald
0b7f018013 more tests: read (long) characteristic using value handle/uuid 2015-09-30 17:33:22 +02:00
Matthias Ringwald
c405508d5f log error res of att_server_notify 2015-09-28 16:21:03 +02:00
Milanka Ringwald
bd4cb3b279 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-09-23 16:59:58 +02:00
Milanka Ringwald
114c2ff23a ignore ag client test object 2015-09-23 16:59:52 +02:00
Milanka Ringwald
dc5611fdde hfp: add ag client state machine test for service level connection 2015-09-23 16:58:34 +02:00
Matthias Ringwald
8d1321ee68 fix compile with Xcode 7 2015-09-21 18:49:37 +02:00
Matthias Ringwald
5838a2ed38 use PRIu32 for printf of 32-bit integers 2015-09-21 18:10:47 +02:00
Matthias Ringwald
5ee1c190aa avoid namecollision with Kinetis SDK (and probably others) 2015-09-21 17:57:03 +02:00
Matthias Ringwald
b0f22fb96d mark system_ticks as volatile as it is updated from ISR context 2015-09-21 17:56:38 +02:00
Matthias Ringwald
128d60345e disable targets that don't build without 20-bit memory model 2015-09-19 22:05:46 +02:00
Matthias Ringwald
a0eaf5316f Handle TI CC256x Initscripts with new initscripts_TIInit_* name 2015-09-19 21:27:36 +02:00
Milanka Ringwald
66e0c1180b hfp: fix test 2015-09-18 15:15:48 +02:00
Matthias Ringwald
69fd3b4b73 fix docu for gatt_client_discover_characteristic_descriptors 2015-09-18 15:14:34 +02:00
Matthias Ringwald
2c8ff1a579 PTS: GATT Client tests for service discovery 2015-09-17 23:16:10 +02:00
Matthias Ringwald
88cab67092 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-09-17 22:42:32 +02:00
Matthias Ringwald
c647ce341a GATT Client: fix included services query with multiple rounds 2015-09-17 22:42:23 +02:00
Milanka Ringwald
0c223785ec hfp: refactor ag codecs connection SM 2015-08-28 10:19:19 +02:00
Milanka Ringwald
903f1eca9f hfp: extract codecs connection SM 2015-08-28 10:05:59 +02:00
Milanka Ringwald
792c3260ea hfp: rename functions 2015-08-28 10:01:26 +02:00
Milanka Ringwald
4bc5b29fb0 hfp: fixed hfp test 2015-08-28 09:47:40 +02:00
Milanka Ringwald
d86bb74349 hfp: rewrite ag codec connection; not tested 2015-08-28 00:33:20 +02:00
Milanka Ringwald
50512b8ac1 hfp: rewrite ag codec connection; not tested 2015-08-28 00:32:46 +02:00
Milanka Ringwald
69de467120 hfp: audio connection: accept codec negotiatio from AG 2015-08-27 17:09:44 +02:00
Milanka Ringwald
a231942b45 hfp: codec connection fixed 2015-08-27 15:31:45 +02:00
Milanka Ringwald
fc6b77dc50 hfp: test refactored 2015-08-27 11:27:44 +02:00
Milanka Ringwald
7b132d93d0 hfp: refactor test 2015-08-27 10:48:42 +02:00
Milanka Ringwald
9280a6cca4 hfp: test codec connection 2015-08-27 00:08:33 +02:00
Milanka Ringwald
7e7cacd7e6 hfp: test codec negotiation 2015-08-26 20:04:59 +02:00
Milanka Ringwald
97faa4568c Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-08-26 18:31:41 +02:00
Milanka Ringwald
1238101111 hfp: use mock to test state machines 2015-08-26 18:31:31 +02:00
Matthias Ringwald
96257e1526 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-08-26 12:45:37 +02:00
Matthias Ringwald
77aee70f56 switch order of checks to avoid irritating log output '... handle 0x0 not in connection list' 2015-08-26 12:42:37 +02:00
Milanka Ringwald
99f65fee91 hfp: audio connection unit tests 2015-08-21 22:31:01 +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
87f8c30bce sm: sm_request_authorization triggers security request as slave 2015-08-20 21:50:20 +02:00
Matthias Ringwald
3ef33525a3 test signed att write without gatt client 2015-08-20 21:37:34 +02:00
Matthias Ringwald
c84488c5b7 sm: fixes stall in responder role when initiator does not send any keys 2015-08-20 21:37:06 +02:00
Matthias Ringwald
5243c6c843 sm: fixes stall in initiator role when responder does not send any keys 2015-08-20 21:20:50 +02:00