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.
Fork of X_NUCLEO_IDB0XA1 by
Diff: source/platform/btle.cpp
- Revision:
- 241:c13c2e31316d
- Parent:
- 235:31b976a40f43
- Child:
- 245:6830f71c197c
--- a/source/platform/btle.cpp Thu Jun 16 13:35:47 2016 +0200 +++ b/source/platform/btle.cpp Mon Jun 20 14:42:11 2016 +0200 @@ -42,6 +42,8 @@ #include "BlueNRGGattClient.h" #include "Utils.h" +#include "x_nucleo_idb0xa1_targets.h" + #ifdef __cplusplus extern "C" { #endif @@ -71,8 +73,8 @@ #define IDB04A1 0 #define IDB05A1 1 -// Stack Mode 0x04 allows Simultaneous Scanning and Advertisement (SSAdv) -#define STACK_MODE (0x04) +/* See file 'x_nucleo_idb0xa1_targets.h' for details regarding the IDB0XA1 STACK_MODE */ +#define STACK_MODE IDB0XA1_STACK_MODE void HCI_Input(tHciDataPacket * hciReadPacket);