mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-21 12:40:42 +00:00
docs: _MAX_NO_ -> _MAX_NR_
This commit is contained in:
parent
678558980b
commit
99ab112447
@ -46,8 +46,9 @@ Utils has been renamed into btstack_util to avoid compile issues with other fram
|
||||
|
||||
## btstack_config.h
|
||||
- *btstack-config.h* is now *btstack_config.h*
|
||||
- Defines have been sorted. HAVE_ specify features that are particular to your port. ENABLE_ features can then be added as needed
|
||||
- The #define EMBEDDED dropped. The signature for sdp_register_service did differ with/without EMBEDDED being defined or not.
|
||||
- Defines have been sorted: HAVE_ specify features that are particular to your port. ENABLE_ features can then be added as needed.
|
||||
- _NO_ has been replaced with _NR_ for the BTstack static memory allocation, e.g., *MAX_NO_HCI_CONNECTIONS8 -> *MAX_NR_HCI_CONNECTIONS*
|
||||
- The #define EMBEDDED was dropped. The signature for sdp_register_service did differ with/without EMBEDDED being defined or not.
|
||||
|
||||
## Linked List
|
||||
- The file has been renamed to btstack_linked_list.
|
||||
|
Loading…
x
Reference in New Issue
Block a user