Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h895 #define BT_GATT_CHRC_INIT(_uuid, _handle, _props) \ macro
923 BT_GATT_CHRC_INIT(_uuid, 0U, _props), \
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c4170 value = (struct bt_gatt_chrc)BT_GATT_CHRC_INIT( in parse_characteristic()