Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 8 months ago.
Can I create a ble central based on BLE_API ?
In BLE_API, I have found some functions for ble peripheral, such as startAdvertising, stopAdvertising. but never seen any function about ble central.
Does BLE_API support for building a BLE central ? Maybe, there is something I missed?
Question relating to:
2 Answers
9 years, 8 months ago.
At present there are no APIs to drive a BLEDevice as a GAP Central.
It will take us a few months before we have APIs for GAP Central functionality. GATT client functionality will come sooner - within around 6 weeks.
Thanks again.
In my project, I would like to design two BLE modules: 'A' & 'B'. 'A' will be a GAP_peripheral-GATT_server and 'B' will can be switched between GAP_central-GATT_client(communicating with 'A') and GAP_peripheral-GATT_server(communicating with smart phone). I know there is a new version softdevice named 'S130' based on nRF51822, but it is not supported on mbed yet.
Now, I am confused whether it can be achieved. Maybe, It is a unsuitable design.
posted by 27 Feb 2015Rohit .
if you can come GATT Client in this two week , we will really thanks for you .... We are working on the BLE based wireless network sensor project ...we real want get get GATT client which can expand the network to wild large number...
posted by 20 May 2015