Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots.c89 if (BT_OTS_OBJ_GET_PROP_DELETE(prop) > 0 && BT_OTS_OACP_GET_FEAT_DELETE(oacp) == 0) { in ots_obj_validate_prop_against_oacp()
472 __ASSERT(ots_init->cb->obj_deleted || !BT_OTS_OACP_GET_FEAT_DELETE(ots_init->features.oacp), in bt_ots_init()
Dots_oacp.c130 if (!BT_OTS_OACP_GET_FEAT_DELETE(ots->features.oacp)) { in oacp_delete_proc_validate()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h346 #define BT_OTS_OACP_GET_FEAT_DELETE(feat) \ macro