Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h842 #define _BT_GATT_ATTRS_ARRAY_DEFINE(n, _instances, _attrs_def) \ argument
843 static struct bt_gatt_attr attrs_##n[] = _attrs_def(_instances[n])
863 _name, _instances, _instance_num, _attrs_def) \ argument
864 BUILD_ASSERT(ARRAY_SIZE(_instances) == _instance_num, \
867 _instances, _attrs_def); \