Open your terminal.
In the root directory run the command:
sudo nano /etc/bluetooth/main.conf
| #pragma once | |
| #ifndef HEAP_VAR_HPP | |
| #define HEAP_VAR_HPP | |
| /* | |
| Introduction: | |
| In order not to cause a stack overflow, sometimes you must define | |
| large objects on the heap. But heap variables are somewhat hard to use. |