This is an example of BLE GATT Client, which receives broadcast data from BLE_Server_BME280 ( a GATT server) , then transfers values up to mbed Device Connector (cloud).

Please refer details about BLEClient_mbedDevConn below. https://github.com/soramame21/BLEClient_mbedDevConn

The location of required BLE GATT server, BLE_Server_BME280, is at here. https://developer.mbed.org/users/edamame22/code/BLE_Server_BME280/

Committer:
Ren Boting
Date:
Tue Sep 05 11:56:13 2017 +0900
Revision:
2:b894b3508057
Parent:
0:29983394c6b6
Update all libraries and reform main.cpp

Who changed what in which revision?

UserRevisionLine numberNew contents of line
edamame22 0:29983394c6b6 1 About this document
edamame22 0:29983394c6b6 2 =====================
edamame22 0:29983394c6b6 3
edamame22 0:29983394c6b6 4 This document introduces the mbed Client and the use of its API. The document is divided into the following chapters:
edamame22 0:29983394c6b6 5
edamame22 0:29983394c6b6 6 - [**Introduction**](Introduction.md) is a brief introduction to the mbed Client and its features.
edamame22 0:29983394c6b6 7 - [**The Client Registration feature**](client_reg_dereg.md) introduces the Client Registration feature in detail.
edamame22 0:29983394c6b6 8 - [**The Device Management and Service Enabler feature**](dev_man_serv_enable.md) introduces the Device Management and Service Enabler feature in detail.
edamame22 0:29983394c6b6 9 - [**The Information Reporting feature**](info_reporting.md) introduces the Information Reporting feature in detail.
edamame22 0:29983394c6b6 10 - [**mbed Client data types**](data_types.md) describes how the different data types are processed in the mbed Client and the REST API.
edamame22 0:29983394c6b6 11 - [**How to use the mbed Client API**](Howto.md) contains detailed instructions on using the mbed Client API.
edamame22 0:29983394c6b6 12 - [**Porting mbed Client**](porting-guide.md) is meant for advanced users and tells how to build mbed Client and port it for different platforms.
edamame22 0:29983394c6b6 13 - [**Useful reading**](further-reading.md) links you to mbed Device Connector documentation and the developer site.
edamame22 0:29983394c6b6 14
edamame22 0:29983394c6b6 15 Read the doxygen API documentation [here](https://docs.mbed.com/docs/mbed-client-guide/en/latest/api/index.html).
edamame22 0:29983394c6b6 16
edamame22 0:29983394c6b6 17