nRF Connect SDK API 2.8.99
|
#define BT_CONN_CTX_DEF | ( | _name, | |
_max_clients, | |||
_ctx_sz ) |
#include <include/bluetooth/conn_ctx.h>
Macro for defining a Bluetooth connection context library instance.
_name | Name of the instance. |
_max_clients | Maximum number of clients connected at a time. |
_ctx_sz | Context size in bytes for a single connection. |