Home
last modified time | relevance | path

Searched refs:_instances (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h778 #define _BT_GATT_ATTRS_ARRAY_DEFINE(n, _instances, _attrs_def) \ argument
779 static struct bt_gatt_attr attrs_##n[] = _attrs_def(_instances[n])
799 _name, _instances, _instance_num, _attrs_def) \ argument
800 BUILD_ASSERT(ARRAY_SIZE(_instances) == _instance_num, \
803 _instances, _attrs_def); \