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 nRF51822 by
TARGET_NRF5/source/btle/btle_advertising.h@639:fdeb2820ef26, 2016-12-29 (annotated)
- Committer:
- nakamae
- Date:
- Thu Dec 29 07:05:48 2016 +0000
- Revision:
- 639:fdeb2820ef26
- Parent:
- 638:c90ae1400bf2
new;
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| Vincent Coubard | 638:c90ae1400bf2 | 1 | /* mbed Microcontroller Library | 
| Vincent Coubard | 638:c90ae1400bf2 | 2 | * Copyright (c) 2006-2013 ARM Limited | 
| Vincent Coubard | 638:c90ae1400bf2 | 3 | * | 
| Vincent Coubard | 638:c90ae1400bf2 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); | 
| Vincent Coubard | 638:c90ae1400bf2 | 5 | * you may not use this file except in compliance with the License. | 
| Vincent Coubard | 638:c90ae1400bf2 | 6 | * You may obtain a copy of the License at | 
| Vincent Coubard | 638:c90ae1400bf2 | 7 | * | 
| Vincent Coubard | 638:c90ae1400bf2 | 8 | * http://www.apache.org/licenses/LICENSE-2.0 | 
| Vincent Coubard | 638:c90ae1400bf2 | 9 | * | 
| Vincent Coubard | 638:c90ae1400bf2 | 10 | * Unless required by applicable law or agreed to in writing, software | 
| Vincent Coubard | 638:c90ae1400bf2 | 11 | * distributed under the License is distributed on an "AS IS" BASIS, | 
| Vincent Coubard | 638:c90ae1400bf2 | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
| Vincent Coubard | 638:c90ae1400bf2 | 13 | * See the License for the specific language governing permissions and | 
| Vincent Coubard | 638:c90ae1400bf2 | 14 | * limitations under the License. | 
| Vincent Coubard | 638:c90ae1400bf2 | 15 | */ | 
| Vincent Coubard | 638:c90ae1400bf2 | 16 | |
| Vincent Coubard | 638:c90ae1400bf2 | 17 | #ifndef _BTLE_ADVERTISING_H_ | 
| Vincent Coubard | 638:c90ae1400bf2 | 18 | #define _BTLE_ADVERTISING_H_ | 
| Vincent Coubard | 638:c90ae1400bf2 | 19 | |
| Vincent Coubard | 638:c90ae1400bf2 | 20 | #include "common/common.h" | 
| Vincent Coubard | 638:c90ae1400bf2 | 21 | |
| Vincent Coubard | 638:c90ae1400bf2 | 22 | error_t btle_advertising_start(void); | 
| Vincent Coubard | 638:c90ae1400bf2 | 23 | |
| Vincent Coubard | 638:c90ae1400bf2 | 24 | #endif // ifndef _BTLE_ADVERTISING_H_ | 
