intel / zephyr.js

JavaScript* Runtime for Zephyr* OS
Other
180 stars 64 forks source link

[ble] Can we add ble client list API on ble module for user? #1153

Open cuiyanx opened 7 years ago

cuiyanx commented 7 years ago

Description

We update ble client number from 1 to 4. There are more clients to be managed. So, can we add ble client manager API on ble module for user or add ble client list for user at least? Meanwhile, we need ble client address to disconnect ble client also.

Test Code

Steps to Reproduction

Actual Result

Do not know how many clients connect to ble server.

Expected Result

Know clients connected and control them.

Test Builds

Branch Commit Id Target Device Test Date Result
master e24821c Arduino 101 May 15, 2017 Fail

Additional Information

jimmy-huang commented 7 years ago

Yeah, we can probably add something to the command line when build, we can't really change it dynamically once they are set.

jimmy-huang commented 7 years ago

We should probably add this with a configuration file that user can change at runtime.