mirror of https://github.com/ARMmbed/mbed-os.git
Copy edit GattServerEvents.h
Make minor copy edits for active voice, brevity and comma use.pull/5392/head
parent
bd39a6eb75
commit
69a06a9f52
|
@ -35,12 +35,12 @@ class GattServerEvents
|
|||
{
|
||||
public:
|
||||
/**
|
||||
* Enumeration of events which can be generated by a GattServer
|
||||
* implementation.
|
||||
* Enumeration of events, which a GattServer
|
||||
* implementation can generate.
|
||||
*/
|
||||
typedef enum gattEvent_e {
|
||||
/**
|
||||
* Fired when a server event was successfully sent out.
|
||||
* Fired when a server event was successfully sent.
|
||||
*/
|
||||
GATT_EVENT_DATA_SENT = 1,
|
||||
|
||||
|
|
Loading…
Reference in New Issue