Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/
Dots_oacp.c667 memset(&ots->oacp_ind.params, 0, sizeof(ots->oacp_ind.params)); in oacp_ind_send()
668 memcpy(&ots->oacp_ind.attr, oacp_attr, sizeof(ots->oacp_ind.attr)); in oacp_ind_send()
669 ots->oacp_ind.params.attr = &ots->oacp_ind.attr; in oacp_ind_send()
670 ots->oacp_ind.params.func = oacp_ind_cb; in oacp_ind_send()
671 ots->oacp_ind.params.data = oacp_res; in oacp_ind_send()
672 ots->oacp_ind.params.len = oacp_res_len; in oacp_ind_send()
676 return bt_gatt_indicate(NULL, &ots->oacp_ind.params); in oacp_ind_send()
692 if (!ots->oacp_ind.is_enabled) { in bt_gatt_ots_oacp_write()
733 struct bt_gatt_ots_indicate *oacp_ind = in bt_gatt_ots_oacp_cfg_changed() local
739 oacp_ind->is_enabled = false; in bt_gatt_ots_oacp_cfg_changed()
[all …]
Dots_internal.h112 struct bt_gatt_ots_indicate oacp_ind; member
Dots.c554 BT_GATT_CCC_MANAGED(&_ots.oacp_ind.ccc, \
666 instance->oacp_ind.ccc.cfg_changed = in bt_gatt_ots_instances_prepare()