Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots.c101 if (BT_OTS_OBJ_GET_PROP_WRITE(prop) > 0 && BT_OTS_OACP_GET_FEAT_WRITE(oacp) == 0) { in ots_obj_validate_prop_against_oacp()
481 __ASSERT(ots_init->cb->obj_write || !BT_OTS_OACP_GET_FEAT_WRITE(ots_init->features.oacp), in bt_ots_init()
493 BT_OTS_OACP_GET_FEAT_WRITE(ots_init->features.oacp), in bt_ots_init()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h374 #define BT_OTS_OACP_GET_FEAT_WRITE(feat) \ macro