CONFIG_BT_HIDS_MAX_CLIENT_COUNT, \
_BT_HIDS_CONN_CTX_SIZE_CALC(__VA_ARGS__)); \
{ \
.conn_ctx = &_CONCAT(_name, _ctx_lib), \
}
#define BT_CONN_CTX_DEF(_name, _max_clients, _ctx_sz)
Macro for defining a Bluetooth connection context library instance.
Definition conn_ctx.h:31
#define BT_GATT_POOL_INIT(_attr_array_size)
Initialization of the GATT attribute pool variable.
Definition gatt_pool.h:31
HID Service structure.
Definition hids.h:421
Declare a HIDS instance.