Fix comment in GapAdvertisingData

This commit is contained in:
Andres Amaya Garcia 2015-12-21 10:44:55 +00:00
parent 02ca65bc9f
commit 484382e2aa
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ public:
uint8_t* field = findField(advDataType);
if (field) {
// Field type already exist, either add to field or replace
// Field type already exist, replace field contents
return updateField(advDataType, payload, len, field);
} else {
// field doesn't exists, return an error