missing line from commit

(github client fail)
pull/6932/head
paul-szczepanek-arm 2018-03-29 16:56:32 +01:00
parent cdbead87ea
commit ced41b425d
1 changed files with 1 additions and 0 deletions

View File

@ -1090,6 +1090,7 @@ ble_error_t GenericGattClient::write(
return _pal_client->write_without_response(
connection_handle,
attribute_handle,
make_const_ArrayView(value, length)
);
} else if (cmd == GattClient::GATT_OP_SIGNED_WRITE_CMD) {
/*TODO check encryption status */