J. S.

Results 13 comments of J. S.

I'll changed it to a "--force" parameter.

I'll updated the unit tests, so that - `test_list_accessories_and_charateristics` has now the correct permissions, and also checks for `"tw"` - `test_put_characteristic` checks for one time write with `CHAR_WRITE` - `test_put_characteristic_timed_write`...

I'll added the implementation for timed write via IP also, as specified in 6.7.2.4. I would be pleased if someone could provide the test cases.

There's actually a little bit more wrong here, since it uses an `error_code` argument instead of the more widely used `status`, which is also referenced in the handling.

@nvlsianpu Then maybe just activate multi-thread mode in the prj.conf per default and generating a better error message during compile time?

> Compilation will miss for instance k_thread_create() as well. Do you think that something like error on CONFIG_MULTITHREADING=n should be added? That might be the best solution. I'll update the...

This might be a problem by the "universal-ctags". I took a quick look to the .ctags file which defines additional regex, but there seems to appear no C++-addition apart from...

Got the same issue. It appears to happen if ctags needs to much time to respond. Hacking solution to solve this was to check for undefined or null and return...

From a quick glance at the code the issue occurs in the function ``focusCurrentCursorTag``. Seems that ``TextEditor::getCursorBufferPosition`` returns an undefined / not initialized Point. That leads to the conclusion that...