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: nrf51-sdk
Dependents: microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more
ble-nrf51822/btle/btle_discovery.h@381:c997e9717fb7, 2015-07-06 (annotated)
- Committer:
 - rgrover1
 - Date:
 - Mon Jul 06 10:21:03 2015 +0100
 - Revision:
 - 381:c997e9717fb7
 - Parent:
 - btle/btle_discovery.h@374:d57070489710
 
Synchronized with git rev 094e94b9
Author: Rohit Grover
Merge branch 'master' of https://github.com/autopulated/nRF51822 into autopulated-master
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| rgrover1 | 344:2a44e5fd26bc | 1 | /* mbed Microcontroller Library | 
| rgrover1 | 344:2a44e5fd26bc | 2 | * Copyright (c) 2006-2013 ARM Limited | 
| rgrover1 | 344:2a44e5fd26bc | 3 | * | 
| rgrover1 | 344:2a44e5fd26bc | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); | 
| rgrover1 | 344:2a44e5fd26bc | 5 | * you may not use this file except in compliance with the License. | 
| rgrover1 | 344:2a44e5fd26bc | 6 | * You may obtain a copy of the License at | 
| rgrover1 | 344:2a44e5fd26bc | 7 | * | 
| rgrover1 | 344:2a44e5fd26bc | 8 | * http://www.apache.org/licenses/LICENSE-2.0 | 
| rgrover1 | 344:2a44e5fd26bc | 9 | * | 
| rgrover1 | 344:2a44e5fd26bc | 10 | * Unless required by applicable law or agreed to in writing, software | 
| rgrover1 | 344:2a44e5fd26bc | 11 | * distributed under the License is distributed on an "AS IS" BASIS, | 
| rgrover1 | 344:2a44e5fd26bc | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
| rgrover1 | 344:2a44e5fd26bc | 13 | * See the License for the specific language governing permissions and | 
| rgrover1 | 344:2a44e5fd26bc | 14 | * limitations under the License. | 
| rgrover1 | 344:2a44e5fd26bc | 15 | */ | 
| rgrover1 | 344:2a44e5fd26bc | 16 | |
| rgrover1 | 344:2a44e5fd26bc | 17 | #ifndef _BTLE_DISCOVERY_H_ | 
| rgrover1 | 344:2a44e5fd26bc | 18 | #define _BTLE_DISCOVERY_H_ | 
| rgrover1 | 344:2a44e5fd26bc | 19 | |
| rgrover1 | 344:2a44e5fd26bc | 20 | void bleGattcEventHandler(const ble_evt_t *p_ble_evt); | 
| rgrover1 | 344:2a44e5fd26bc | 21 | |
| rgrover1 | 344:2a44e5fd26bc | 22 | #endif /*_BTLE_DISCOVERY_H_*/ |