Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_ots.c72 uint32_t supported_props = 0; in register_object() local
86 BT_OTS_OBJ_SET_PROP_DELETE(supported_props); in register_object()
87 BT_OTS_OBJ_SET_PROP_READ(supported_props); in register_object()
88 BT_OTS_OBJ_SET_PROP_WRITE(supported_props); in register_object()
89 BT_OTS_OBJ_SET_PROP_PATCH(supported_props); in register_object()
93 props &= supported_props; in register_object()