Searched refs:_value (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
| D | gatt_macs.h | 37 #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/ |
| D | gatt.h | 1197 #define BT_GATT_CEP(_value) \ argument 1199 bt_gatt_attr_read_cep, NULL, (void *)_value) 1231 #define BT_GATT_CUD(_value, _perm) \ argument 1233 NULL, (void *)_value) 1262 #define BT_GATT_CPF(_value) \ argument 1264 bt_gatt_attr_read_cpf, NULL, (void *)_value)
|
| /Zephyr-latest/drivers/audio/ |
| D | cs43l22.c | 73 #define cs43l22_write(_i2c, _reg, _value) \ argument 74 cs43l22_write_masked(_i2c, _reg, _value, 0xff)
|
| /Zephyr-latest/include/zephyr/zbus/ |
| D | zbus.h | 235 #define ZBUS_REF(_value) &(_value) argument
|
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
| D | isoal.c | 190 #define SET_RX_SDU_TIMESTAMP(_sink, _timestamp, _value) \ argument 191 _timestamp = _value; \ 192 ISOAL_LOG_DBGV("[%p] %s updated (%lu)", _sink, #_timestamp, _value);
|