mirror of https://github.com/ARMmbed/mbed-os.git
BLE: handle GattServerEvents::GATT_EVENT_DATA_SENT
parent
134f71e6ba
commit
e814a3cfb3
|
@ -693,6 +693,12 @@ protected:
|
|||
confirmationReceivedCallback(attributeHandle);
|
||||
}
|
||||
break;
|
||||
|
||||
case GattServerEvents::GATT_EVENT_DATA_SENT:
|
||||
// Called every time a notification or indication has been sent
|
||||
handleDataSentEvent(1);
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue