-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from kevincar/87-write_request-get-executed-o…
…nly-after-i-kill-the-server 87 write request get executed only after i kill the server
- Loading branch information
Showing
3 changed files
with
88 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10e318d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the BLE server example, is there any way to send data frames? I'm working on a specific case: when a client connects, the information sent by the client to the server is received, but I can't find a way to send a data frame back to that client in response. In fact, on the client side, it shows that a 0-byte frame is being received. Could you help me figure out how to solve this or find a way to send data frames?