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.
Revision 257:90b0bb40fb45, committed 2016-09-15
- Comitter:
- Vincent Coubard
- Date:
- Thu Sep 15 10:51:19 2016 +0100
- Branch:
- 9fcd8578f969e7bad2005a94b3648498c8f62325
- Parent:
- 256:146bb175ce80
- Child:
- 258:e5ef65120b06
- Commit message:
- Sync with 9fcd8578f969e7bad2005a94b3648498c8f62325
2016-07-07 17:45:14+01:00: Vincent Coubard
remainder for missing write authorization callbacks.
Changed in this revision
source/platform/btle.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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");