Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_ots.c88 BT_OTS_OBJ_SET_PROP_WRITE(supported_props); in register_object()
180 BT_OTS_OBJ_SET_PROP_WRITE(created_desc->props); in ots_obj_created()
/Zephyr-latest/samples/bluetooth/peripheral_ots/src/
Dmain.c103 BT_OTS_OBJ_SET_PROP_WRITE(created_desc->props); in ots_obj_created()
273 BT_OTS_OBJ_SET_PROP_WRITE(obj_data.props); in ots_init()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h127 #define BT_OTS_OBJ_SET_PROP_WRITE(prop) \ macro