Matthias Ringwald
|
82b61e6004
|
test/gatt_client: fix build
|
2020-09-07 12:35:49 +02:00 |
|
Matthias Ringwald
|
f959ac69f5
|
test/gatt_client: avoid invalid memory access in mock implementation
|
2020-01-07 22:12:37 +01:00 |
|
Matthias Ringwald
|
7b4ad03738
|
test/gatt_client: add ancs_client to coverage
|
2019-09-23 11:07:26 +02:00 |
|
Matthias Ringwald
|
e90da8a6c2
|
fix built
|
2019-05-01 21:49:47 +02:00 |
|
Matthias Ringwald
|
489a58de68
|
fix compilation
|
2019-03-30 21:30:47 +01:00 |
|
Matthias Ringwald
|
4a34092706
|
test: fix compile warnings and gatt_client test
|
2018-02-19 15:42:54 +01:00 |
|
Matthias Ringwald
|
4dfd504ad1
|
sm: sm_cmac_start -> sm_cmac_signed_write
|
2016-06-20 11:34:56 +02:00 |
|
Matthias Ringwald
|
e9fab07064
|
test/gatt_client: fix compile
|
2016-06-10 13:58:25 +02:00 |
|
Matthias Ringwald
|
7046994ff7
|
test/gatt_client: fix compile
|
2016-04-01 14:20:49 +02:00 |
|
Matthias Ringwald
|
0cb5b9716d
|
fix prototypes for fn()
|
2016-03-28 11:44:30 +02:00 |
|
Matthias Ringwald
|
d63c37a1e9
|
merge follow-up
|
2016-03-03 14:29:18 +01:00 |
|
Matthias Ringwald
|
a0ffb263e0
|
Merge branch 'master' into ble-api-cleanup
|
2016-03-03 14:26:11 +01:00 |
|
Matthias Ringwald
|
33a05ac652
|
gatt_client_test: fix c++ warning about narrowing
|
2016-02-18 11:25:41 +01:00 |
|
Matthias Ringwald
|
d8e8f12ab0
|
gap.h: use gap_ instead of le_central_ or gap_le_
|
2016-02-12 17:04:41 +01:00 |
|
Matthias Ringwald
|
591423b2a5
|
att -> att_db
|
2016-02-11 21:23:06 +01:00 |
|
Matthias Ringwald
|
adbe29e86c
|
l2cap: add fixed l2cap channel id to l2cap_can_send_fixed_channel_now
|
2016-02-05 21:20:17 +01:00 |
|
Matthias Ringwald
|
b6e96f1452
|
gatt_client: use btstack_packet_handler instead of (*fn)(type,packet,size) for events
|
2016-02-04 17:58:00 +01:00 |
|
Matthias Ringwald
|
c5b64319fd
|
l2cap: don't forward HCI to l2cap packet handler. Replace l2cap_register_packet_handler with hci_add_event_handler. Fix tests
|
2016-02-03 21:55:36 +01:00 |
|
Matthias Ringwald
|
5611a760af
|
use for event types
|
2016-01-30 23:58:36 +01:00 |
|
Matthias Ringwald
|
ec820d7756
|
prefix data_source_t and timer_source_t with btstack
|
2016-01-20 16:00:45 +01:00 |
|
Matthias Ringwald
|
528a4a3b3e
|
prefix run_loop_ functions with btstack_
|
2016-01-20 15:58:46 +01:00 |
|
Matthias Ringwald
|
8f2a52f4d9
|
forgot to add files in earlier commit
|
2016-01-20 15:38:37 +01:00 |
|
Matthias Ringwald
|
665d90f25e
|
prefixed all linked list types and functions with btstack_
|
2016-01-20 14:50:38 +01:00 |
|
Matthias Ringwald
|
2c539f6e7e
|
rename bk_linked_list_t to btstack_linked_list_t
|
2016-01-20 14:37:23 +01:00 |
|
Matthias Ringwald
|
8736ab0cf2
|
prefix linked_list
|
2015-12-22 21:48:13 +01:00 |
|
Matthias Ringwald
|
616edd56bc
|
replace le_command_status_t with regular Bluetooth uint8_t error codes, add le_command_status_t enums to error list
|
2015-11-16 22:46:17 +01:00 |
|
Matthias Ringwald
|
9293bfa465
|
rework SDP Service Record management. Service Records can be stored in ROM, daemon creates records on the heap
|
2015-11-15 20:56:59 +01:00 |
|
Matthias Ringwald
|
3edc84c5b6
|
fix paths after source reorg
|
2015-11-13 15:04:41 +01:00 |
|
Matthias Ringwald
|
195a80287b
|
removed btstack/include folder
|
2015-10-15 16:33:34 +02:00 |
|
Matthias Ringwald
|
cea167a2ec
|
assert HCI_INCOMING_PRE_BUFFER_SIZE >= 2 for Long Characteristic Reads
|
2015-10-15 12:32:04 +02:00 |
|
Matthias Ringwald
|
edd8bdd843
|
fix compile of gatt_client mock
|
2015-10-11 23:34:50 +02:00 |
|
Matthias Ringwald
|
0dbb2346df
|
fix compile of gatt_client mock
|
2015-10-11 23:31:44 +02:00 |
|
Milanka Ringwald
|
d7d7d1e4c5
|
mock: set max mtu fot att connection
|
2015-07-03 12:36:58 +02:00 |
|
Milanka Ringwald
|
2edb2b2338
|
refactored var name, removed printfs
|
2015-07-02 16:37:18 +02:00 |
|
Milanka Ringwald
|
ffe2840f67
|
fix le central test
|
2015-07-02 16:09:11 +02:00 |
|
Matthias Ringwald
|
57fe2af8bc
|
get all tests to comile and use VPATH, common Makefile for all
|
2015-05-17 18:07:24 +02:00 |
|
Matthias Ringwald
|
71de195ed3
|
fix c99 warnings for missing argument of functions with no arguments, fix more warnings
|
2015-05-13 10:30:46 +02:00 |
|
mila@ringwald.ch
|
7fe7736638
|
added log error if peripheral mtu is not iniitalized
|
2014-12-03 22:33:07 +00:00 |
|
mila@ringwald.ch
|
1bf0402bfe
|
mocked timer, removed run loop dependency, not all tests work
|
2014-11-28 22:36:18 +00:00 |
|
mila@ringwald.ch
|
567c20c949
|
fix compile gatt client test
|
2014-10-09 14:21:41 +00:00 |
|
mila@ringwald.ch
|
f64240626f
|
gatt client: implemented signed write
|
2014-06-19 22:20:43 +00:00 |
|
mila@ringwald.ch
|
ee988ca983
|
ble client: split le central and gatt tests
|
2014-04-28 21:09:35 +00:00 |
|
mila@ringwald.ch
|
ecedf63ab8
|
ble client: unit test write without response
|
2014-04-18 22:10:13 +00:00 |
|
mila@ringwald.ch
|
9d3d42a107
|
ble client: removed printfs
|
2014-04-15 21:36:04 +00:00 |
|
mila@ringwald.ch
|
f5bdf8a133
|
ble client
|
2014-04-15 21:26:25 +00:00 |
|
mila@ringwald.ch
|
4d890b2d0d
|
ble client: unit test discover primary services
|
2014-04-11 08:50:07 +00:00 |
|
mila@ringwald.ch
|
c442c7c23f
|
ble client: unit test connect
|
2014-04-10 22:41:23 +00:00 |
|
mila@ringwald.ch
|
9638642b3f
|
ble client: unit test advertisement
|
2014-04-10 21:41:21 +00:00 |
|
mila@ringwald.ch
|
4f5e860821
|
ble client: test advertisement skeleton
|
2014-04-10 15:18:55 +00:00 |
|
mila@ringwald.ch
|
f45e14b190
|
added ble-client unit-test skeleton
|
2014-04-10 12:52:42 +00:00 |
|