High level Bluetooth Low Energy API and radio abstraction layer

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more

Overview

The BLE_API is a high level abstraction for using Bluetooth Low Energy on multiple platforms. For details and examples using the BLE_API please see the BLE_API Summary Page. Or click on the API Documentation tab above.

Supported Services

Supported services can be found in the BLE_API/services folder.

Committer:
Vincent Coubard
Date:
Wed Sep 14 14:17:55 2016 +0100
Branch:
cd1b77dd31654b728a317d0ac7e9bc4e04b17468
Revision:
1203:d4f1ef46d97b
Parent:
803:50c9096035b1
Sync with cd1b77dd31654b728a317d0ac7e9bc4e04b17468

2016-08-31 09:54:29+01:00: Vincent Coubard
Synchronize with ble folder in mbed-os 5.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
rgrover1 803:50c9096035b1 1 Copyright (c) 2015 ARM Limited
rgrover1 803:50c9096035b1 2
rgrover1 803:50c9096035b1 3 Licensed under the Apache License, Version 2.0 (the "License");
rgrover1 803:50c9096035b1 4 you may not use this file except in compliance with the License.
rgrover1 803:50c9096035b1 5 You may obtain a copy of the License at
rgrover1 803:50c9096035b1 6
rgrover1 803:50c9096035b1 7 http://www.apache.org/licenses/LICENSE-2.0
rgrover1 803:50c9096035b1 8
rgrover1 803:50c9096035b1 9 Unless required by applicable law or agreed to in writing, software
rgrover1 803:50c9096035b1 10 distributed under the License is distributed on an "AS IS" BASIS,
rgrover1 803:50c9096035b1 11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
rgrover1 803:50c9096035b1 12 See the License for the specific language governing permissions and
rgrover1 803:50c9096035b1 13 limitations under the License.