Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots.c470 __ASSERT(ots_init->cb->obj_created || !BT_OTS_OACP_GET_FEAT_CREATE(ots_init->features.oacp), in bt_ots_init()
492 __ASSERT(!BT_OTS_OACP_GET_FEAT_CREATE(ots_init->features.oacp) || in bt_ots_init()
Dots_oacp.c68 if (!BT_OTS_OACP_GET_FEAT_CREATE(ots->features.oacp)) { in oacp_create_proc_validate()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h339 #define BT_OTS_OACP_GET_FEAT_CREATE(feat) \ macro