Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dgatt_macs.h37 #define BT_GATT_H_ATTRIBUTE(_uuid, _perm, _read, _write, _value, _handle) \ argument
43 .user_data = _value, \
61 #define BT_GATT_H_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _value,\ argument
71 BT_GATT_H_ATTRIBUTE(_uuid, _perm, _read, _write, _value, _handle + 1)
133 #define BT_GATT_H_DESCRIPTOR(_uuid, _perm, _read, _write, _value, _handle) \ argument
134 BT_GATT_H_ATTRIBUTE(_uuid, _perm, _read, _write, _value, _handle)
193 #define BT_GATT_H_CEP(_value, _handle) \ argument
198 (void *)_value, \
210 #define BT_GATT_H_CUD(_value, _perm, _handle) \ argument
215 (void *)_value, \
[all …]
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h1099 #define BT_GATT_CEP(_value) \ argument
1101 bt_gatt_attr_read_cep, NULL, (void *)_value)
1133 #define BT_GATT_CUD(_value, _perm) \ argument
1135 NULL, (void *)_value)
1164 #define BT_GATT_CPF(_value) \ argument
1166 bt_gatt_attr_read_cpf, NULL, (void *)_value)
/Zephyr-latest/include/zephyr/zbus/
Dzbus.h235 #define ZBUS_REF(_value) &(_value) argument
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.c190 #define SET_RX_SDU_TIMESTAMP(_sink, _timestamp, _value) \ argument
191 _timestamp = _value; \
192 ISOAL_LOG_DBGV("[%p] %s updated (%lu)", _sink, #_timestamp, _value);