51 Commits

Author SHA1 Message Date
Matthias Ringwald
d61bcaf3a3 doc: add ENABLE_ATT_DELAYED_READ_RESPONSE 2018-03-16 11:57:09 +01:00
Matthias Ringwald
6afb9aca51 doc: add NVN_NUM_GATT_SERVER_CCC 2017-11-20 18:05:46 +01:00
Milanka Ringwald
15de820685 docu: add example tags, fix table for pdf 2017-11-01 10:41:16 +01:00
Matthias Ringwald
51fa0b282f sm: allow to use mbedTLS for ECDH by HAVE_MBEDTLS_ECC_P256 2017-09-20 16:00:23 +02:00
Matthias Ringwald
fcae305fb2 sm: ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS enables micro-ecc software implementation 2017-08-28 21:10:17 +02:00
Matthias Ringwald
24e1df9de5 docs: document NVM keys 2017-08-14 11:45:26 +02:00
Matthias Ringwald
05fa60db84 l2cap_ertm: add ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE define 2017-07-25 15:13:59 +02:00
Matthias Ringwald
b435e06234 hci: require ENABLE_LE_DATA_LENGTH_EXTENSION to enable max packet lenghts 2017-07-07 22:34:48 +02:00
Matthias Ringwald
0d95115fd5 btstack_stdin: HAVE_POSIX_STDIN -> HAVE_BTSTACK_STDIN 2017-05-27 21:50:19 +02:00
Matthias Ringwald
7df1ef2f9e sm: HAVE_AES128 allows to complete AES128 by Host instead of Bluetooth Controller - rarely needed 2017-05-02 15:30:45 +02:00
Matthias Ringwald
39e7ee9f5d cc256x: ENABLE_CC256X_BAUDRATE_CHANGE_FLOWCONTROL_BUG_WORKAROUND avoids lost bytes during baud rate change, updated docu 2017-04-30 00:13:30 +02:00
Matthias Ringwald
fd19b115ee posix: allow to configure LINK_KEY_PATH and LE_DEVICE_DB_PATH 2017-04-03 14:32:33 +02:00
Matthias Ringwald
2b8382013c hci: Controller to Host Flow Control + docs 2017-04-01 15:46:16 +02:00
Matthias Ringwald
1bbecc2b49 hfp: ENABLE_HFP_WIDE_BAND_SPEECH required for HFP mSBC 2017-03-20 10:59:17 +01:00
Matthias Ringwald
f5aa8d7048 docs: spelling fixes from eaec219ce0 2017-02-20 15:22:57 +01:00
Matthias Ringwald
22aa151238 le_device_db_memory: make nr of entries configurable via MAX_NR_LE_DEVICE_DB_ENTRIES 2017-02-11 22:44:02 +01:00
Matthias Ringwald
9d6ba381e7 doc: add info on Windows run loop 2017-02-02 15:55:38 +01:00
Matthias Ringwald
f12924e0a6 Remove ENABLE_LOG_INTO_HCI_DUMP - it only affected console output and there enabled/disabled the timestamp 2017-01-30 17:03:37 +01:00
Matthias Ringwald
7a766ebf4f LE: require ENABLE_LE_SIGNED_WRITE for ATT/GATT Signed Writes 2017-01-13 18:56:26 +01:00
Matthias Ringwald
cab29d481b use ENABLE_LE_DATA_CHANNELS, add compile flag to doc 2016-10-14 16:00:59 +02:00
Matthias Ringwald
cb2649100c docs: power management 2016-08-23 10:03:07 +02:00
Matthias Ringwald
007ef129e6 docu: ENABLE_LE_SECURE_CONNECTIONS. Intro in SM protocol 2016-06-09 17:24:37 +02:00
Matthias Ringwald
f6a20ec99f eHCILL: use ENABLE_EHCILL instead of HAVE_EHCILL plus runtime enable call, updated docs 2016-04-27 15:18:55 +02:00
Milanka Ringwald
a6ef64ba22 use hci_event_pin_code_request_get_bd_addr 2016-04-01 14:04:14 +02:00
Milanka Ringwald
be4bef40bf add event getters 2016-04-01 11:34:37 +02:00
Milanka Ringwald
96b97b1631 docu: add table 2016-03-31 10:34:42 +02:00
Milanka Ringwald
5a4291b49a docs: more on hci transports 2016-03-30 17:19:52 +02:00
Matthias Ringwald
015519a73d docs: touch packet handlers 2016-03-30 15:56:04 +02:00
Milanka Ringwald
a75881e7ae restructure/rename howto 2016-03-30 15:05:19 +02:00
Milanka Ringwald
62edc0d3d5 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-03-30 14:11:38 +02:00
Milanka Ringwald
64f4675449 spell check 2016-03-30 14:11:35 +02:00
Matthias Ringwald
aec7654d98 prefix embedded HAVE_ 2016-03-30 11:06:56 +02:00
Matthias Ringwald
d0755cd68c prefix POSIX related HAVE_ defines 2016-03-30 10:59:47 +02:00
Matthias Ringwald
47fd1184b0 don't mention HAVE_B1200/2400_MAPPED_TO_2000000 2016-03-29 21:54:19 +02:00
Matthias Ringwald
e32b1c032a drop HAVE_SO_NOSIGPIPE 2016-03-29 21:51:43 +02:00
Matthias Ringwald
f0573431be docs: quick info on link key db 2016-03-29 17:59:10 +02:00
Matthias Ringwald
b3d63497f1 doc: add section about files to include in project 2016-03-28 22:39:01 +02:00
Matthias Ringwald
ed82d1a513 docs: first pass over run loop section 2016-03-28 22:23:10 +02:00
Matthias Ringwald
6ffdae7780 docs: list all #defines 2016-03-28 19:56:07 +02:00
Matthias Ringwald
b503eb4456 doc: update btstack_config.h defines 2016-03-28 12:26:55 +02:00
Matthias Ringwald
2c455dad9a MAX_NO_BTSTACK_LINK_KEY_DB_MEMORYS -> MAX_NO_BTSTACK_LINK_KEY_DB_MEMORY_ENTRIES 2016-03-27 23:10:54 +02:00
Matthias Ringwald
e607af9c65 doc: update memory config section 2016-03-17 17:28:05 +01:00
Matthias Ringwald
fb55bd0acc remove btstack_control_h from hci_init. mark btstack_control, hci_transport, and hci_transport_config as const 2016-01-22 17:16:06 +01:00
Matthias Ringwald
7907f06931 btstack-config.h -> btstack_config.h 2016-01-21 15:41:16 +01:00
Matthias Ringwald
add0254b7d drop _internal from doc and remaining places 2016-01-21 12:21:03 +01:00
Matthias Ringwald
986dfa11c7 hci_transport_h4_[ehcill_]_dma -> hci_transport_h4_[ehcill_]_embedded 2016-01-21 11:11:30 +01:00
Matthias Ringwald
d4c40e6512 use hci_transport_TYPE_instace() consistently. Fix iOS port build 2016-01-21 11:05:09 +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
a484130c09 run_loop: pass in run_loop_X_get_instance() to run_loop_init(). Various other fixes 2016-01-06 17:31:20 +01:00