Emil Gydesen

Results 18 issues of Emil Gydesen

**Describe the bug** The `samples/bluetooth/hci_usb` will generally use the default buffer sizes, e.g. 27 for `BT_BUF_ACL_TX_SIZE` and 27 for `BT_BUF_ACL_RX_SIZE`, when compiled for the appcore on the nRF5340. When this...

bug
priority: low
area: Bluetooth
area: Samples

Fixes issues with calling MICP and VCP callbacks multiple times with the same struct, as the struct may be modified by the stack.

bug
area: Bluetooth
area: Bluetooth Audio

When attempting to install the https://aur.archlinux.org/packages/protonvpn-gui/ package via `yay` I see the following issue: ``` :: PGP keys need importing: -> A884 41BD 4864 F95B EE08 E63A 71EB 4740 1994...

I couldn't find anything option to allow this, but it would be nice that if you have directory ``` .git -- subdir_1 -- subdir_2 ---- subdir_2_1 ``` You can specify...

At the bottom of the README, there's a reference and a link to the old Zephyr Slack channel, which doesn't exist anymore, and should be removed. Ideally it should be...

The bt_iso_chan_disconnected function will attempt to remote ISO data paths as the central.

area: Bluetooth
area: Bluetooth Host

area: Bluetooth
area: Samples
area: Bluetooth Host
area: Bluetooth Audio

**Is your enhancement proposal related to a problem? Please describe.** Searching for ` \w+\[0\];\n\}` in Zephyr yields 195 results (as of 8c6a3dbe37abd9b905ac89a375b97a811470dcbd) of arrays defied with `[0]`, which is not...

Enhancement
area: Bluetooth

When compiling `.c` files with `-std=c99` the Include Cleaner will suggest to include `` instead of `` which it shouldn't. `` is arguably only the correct choice for C++ programs....

bug