3590 Commits

Author SHA1 Message Date
Matthias Ringwald
77fc0a6857 more .gitignore 2015-06-12 19:46:32 +02:00
Matthias Ringwald
45c102fdda add helper hci_le_advertisements_set_params function to avoid call to sm from hci, gap ddvertisement control complete 2015-06-12 19:28:46 +02:00
Matthias Ringwald
9cc64000ad provide getter for random address mode 2015-06-11 23:12:25 +02:00
Matthias Ringwald
171293d35a track advertisements enable 2015-06-11 22:26:31 +02:00
Matthias Ringwald
a828a7565a skip read buffer size and write le host supported if they are not implemented, e.g. on EM9301 2015-06-10 23:02:49 +02:00
Matthias Ringwald
a70cff6b3b added hci_read_local_supported_commands 2015-06-10 22:30:32 +02:00
Matthias Ringwald
ba492b5cde move getting started pdf into btstack folder -> also uploades pdf together with html docu 2015-06-07 15:52:33 +02:00
Matthias Ringwald
e5b3e169d1 add missing </a> 2015-06-05 20:32:46 +02:00
Matthias Ringwald
1b99f2d240 re-enable pdf 2015-06-05 17:38:11 +02:00
Matthias Ringwald
b5f1553903 provide bklogo.pdf for pdf title page 2015-06-05 17:30:21 +02:00
Matthias Ringwald
8693611321 disable pdf generation for now 2015-06-05 15:38:16 +02:00
Milanka Ringwald
ac3dda78ba markdown2pdf script 2015-06-05 15:22:36 +02:00
Milanka Ringwald
6f21e9a101 manual: create pdf from markdown, todo: fix references 2015-06-05 15:20:02 +02:00
Milanka Ringwald
715e7c01b7 readthedocs theme: hide level 4 titles 2015-06-05 14:38:52 +02:00
Milanka Ringwald
613606fba5 manual: fixed emph and refs 2015-06-05 11:57:37 +02:00
Milanka Ringwald
d96308b441 manual: figures must have empty line before and after their declaration 2015-06-05 10:22:10 +02:00
Matthias Ringwald
5bf84c0b9d try to automate upload of btstack-arduino-latest.zip 2015-06-03 23:46:50 +02:00
Matthias Ringwald
bed744a565 draft of le peripheral arduino example 2015-06-03 23:28:33 +02:00
Matthias Ringwald
69308c9e60 draft of LE Central example 2015-06-03 23:05:53 +02:00
Matthias Ringwald
35697e8afc ANCS done first draft, Central and Peripheral titles set 2015-06-03 20:02:40 +02:00
Matthias Ringwald
1af481c201 missing api doc generator 2015-06-03 19:40:13 +02:00
Matthias Ringwald
0c9edccf9f doku for iBeacon arduino examples 2015-06-03 19:36:37 +02:00
Matthias Ringwald
742f7d85d5 enable API generation 2015-06-03 19:22:13 +02:00
Matthias Ringwald
90e5f6e0b6 merge examples and list of examples 2015-06-02 22:47:31 +02:00
Matthias Ringwald
0ad4d5e06a screenshot of ide 2015-06-02 22:42:11 +02:00
Matthias Ringwald
ce791a6983 mila review 2015-06-02 22:41:42 +02:00
Matthias Ringwald
d73e6e8305 first draft for arduino manual 2015-06-02 22:15:09 +02:00
Matthias Ringwald
47b96280ff separate iBeacon and iBeaconScanner 2015-06-02 17:40:28 +02:00
Matthias Ringwald
77fe446b77 use btstack-arduino as path 2015-06-02 17:34:38 +02:00
Matthias Ringwald
f199a2754d setup mkdocs generation for arduino lib 2015-06-02 17:32:27 +02:00
Matthias Ringwald
66a3dca25d get arduino peripheral demo to work 2015-06-01 00:19:40 +02:00
Matthias Ringwald
f3d3706333 pass on att read data len 2015-06-01 00:19:20 +02:00
Matthias Ringwald
0406ebba79 fix console output 2015-05-30 11:33:50 +02:00
Matthias Ringwald
3370eb0ffc disable packet logger, log_info, log_debug for Arduino, add methods to enable from Sketch 2015-05-29 21:37:44 +02:00
Matthias Ringwald
8a37b10a01 allow to enable/disable log_info and log_debug for HAVE_HCI_DUMP 2015-05-29 21:37:00 +02:00
Matthias Ringwald
52a6864fcb use Serial.print.. instead of printf in Arduino examples 2015-05-29 20:46:52 +02:00
Matthias Ringwald
e2e6223a19 remove dead code 2015-05-25 00:18:02 +02:00
Matthias Ringwald
3d7b27c5a7 moved setup_printf(baud) into BTstack.h 2015-05-25 00:16:09 +02:00
Matthias Ringwald
c8566a6b5e implemented BLEAdvertisement::hasNamePrefix(..) 2015-05-24 22:21:42 +02:00
Matthias Ringwald
6a64d4ac7c quick test for advertismenet contains name 2015-05-24 22:21:27 +02:00
Matthias Ringwald
2534e7f557 preparing to read/write characteristics - arduino 2015-05-24 00:58:45 +02:00
Matthias Ringwald
eb449bf72d connect att_db_util to BTstack Arduino interface - not working yet 2015-05-24 00:12:56 +02:00
Matthias Ringwald
34498a4937 use 0/1 instead of false/true 2015-05-24 00:11:34 +02:00
Matthias Ringwald
3ec0d11b8e added att_db_util to construct GATT DB at runtime 2015-05-23 23:35:37 +02:00
Matthias Ringwald
45c4c64843 add missing daemon/example/Makefile.in 2015-05-21 22:43:39 +02:00
Matthias Ringwald
3ae0151f5e compile daemon inside platform/daemon 2015-05-21 22:33:08 +02:00
Matthias Ringwald
3299daa237 fix warnings caused by newly 4-byte aligned sdp service buffer 2015-05-21 22:08:14 +02:00
Matthias Ringwald
04aea34383 also download BLE part for CC256x chipsets 2015-05-21 19:13:53 +02:00
Matthias Ringwald
0194cfb2d8 disable log_info for every att packet 2015-05-21 18:18:47 +02:00
Matthias Ringwald
021abac4f8 aligen SDP record item to 4 byte boundary 2015-05-21 16:33:14 +02:00