Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FatFileSystem mbed
Fork of BTstack by
BTstack/config.h@1:6078e430af82, 2013-02-07 (annotated)
- Committer:
- todotani
- Date:
- Thu Feb 07 14:01:01 2013 +0000
- Revision:
- 1:6078e430af82
- Parent:
- 0:1ed23ab1345f
- Child:
- 5:5fb56e13a1f9
BLE demo for mbed; Ported SBDBT (RunningElectronics) firmware for BLE to mbed. It can communicate with iOS
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
todotani | 1:6078e430af82 | 1 | // Replaced by LE version |
todotani | 1:6078e430af82 | 2 | |
va009039 | 0:1ed23ab1345f | 3 | #define EMBEDDED |
todotani | 1:6078e430af82 | 4 | |
todotani | 1:6078e430af82 | 5 | #define ENABLE_LOG_DEBUG |
todotani | 1:6078e430af82 | 6 | #define ENABLE_LOG_INFO |
todotani | 1:6078e430af82 | 7 | #define ENABLE_LOG_ERROR |
va009039 | 0:1ed23ab1345f | 8 | |
va009039 | 0:1ed23ab1345f | 9 | //#define HAVE_INIT_SCRIPT |
todotani | 1:6078e430af82 | 10 | #define HAVE_TICK |
va009039 | 0:1ed23ab1345f | 11 | |
todotani | 1:6078e430af82 | 12 | //#define HAVE_EHCILL |
todotani | 1:6078e430af82 | 13 | #define HAVE_BLE |
todotani | 1:6078e430af82 | 14 | |
todotani | 1:6078e430af82 | 15 | #define ASYNC_BUFFERS 1 |
todotani | 1:6078e430af82 | 16 | |
va009039 | 0:1ed23ab1345f | 17 | |
va009039 | 0:1ed23ab1345f | 18 | #define HCI_ACL_PAYLOAD_SIZE 52 |
va009039 | 0:1ed23ab1345f | 19 | |
todotani | 1:6078e430af82 | 20 | // |
todotani | 1:6078e430af82 | 21 | #define MAX_NO_HCI_CONNECTIONS 1 |
todotani | 1:6078e430af82 | 22 | #define MAX_NO_L2CAP_SERVICES 0 |
todotani | 1:6078e430af82 | 23 | #define MAX_NO_L2CAP_CHANNELS 0 |
todotani | 1:6078e430af82 | 24 | #define MAX_NO_RFCOMM_MULTIPLEXERS 0 |
todotani | 1:6078e430af82 | 25 | #define MAX_NO_RFCOMM_SERVICES 0 |
todotani | 1:6078e430af82 | 26 | #define MAX_NO_RFCOMM_CHANNELS 0 |
todotani | 1:6078e430af82 | 27 | #define MAX_NO_DB_MEM_DEVICE_LINK_KEYS 2 |
todotani | 1:6078e430af82 | 28 | #define MAX_NO_DB_MEM_DEVICE_NAMES 0 |
todotani | 1:6078e430af82 | 29 | #define MAX_NO_DB_MEM_SERVICES 0 |