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
- Branch:
- 9fcd8578f969e7bad2005a94b3648498c8f62325
- Revision:
- 257:90b0bb40fb45
- Parent:
- 256:146bb175ce80
- Child:
- 263:8516afb5e29c
diff -r 146bb175ce80 -r 90b0bb40fb45 source/platform/btle.cpp --- a/source/platform/btle.cpp Thu Sep 15 10:51:18 2016 +0100 +++ b/source/platform/btle.cpp Thu Sep 15 10:51:19 2016 +0100 @@ -499,6 +499,12 @@ switch(blue_evt->ecode){ + // case EVT_BLUE_GATT_WRITE_PERMIT_REQ: + // { + // printf("write request !!!!\r\"); + // } + // break; + case EVT_BLUE_GATT_READ_PERMIT_REQ: { PRINTF("EVT_BLUE_GATT_READ_PERMIT_REQ_OK\n\r");