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/

mbed-client/docs/index.md

Committer:
edamame22
Date:
2017-04-13
Revision:
0:29983394c6b6

File content as of revision 0:29983394c6b6:

About this document
=====================

This document introduces the mbed Client and the use of its API. The document is divided into the following chapters:

- [**Introduction**](Introduction.md) is a brief introduction to the mbed Client and its features.
- [**The Client Registration feature**](client_reg_dereg.md) introduces the Client Registration feature in detail.
- [**The Device Management and Service Enabler feature**](dev_man_serv_enable.md) introduces the Device Management and Service Enabler feature in detail.
- [**The Information Reporting feature**](info_reporting.md) introduces the Information Reporting feature in detail.
- [**mbed Client data types**](data_types.md) describes how the different data types are processed in the mbed Client and the REST API.
- [**How to use the mbed Client API**](Howto.md) contains detailed instructions on using the mbed Client API.
- [**Porting mbed Client**](porting-guide.md) is meant for advanced users and tells how to build mbed Client and port it for different platforms.
- [**Useful reading**](further-reading.md) links you to mbed Device Connector documentation and the developer site.

Read the doxygen API documentation [here](https://docs.mbed.com/docs/mbed-client-guide/en/latest/api/index.html).