Home
last modified time | relevance | path

Searched refs:olcp_handle (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/
Dots_client.c430 if (handle == inst->otc_inst->olcp_handle) { in bt_ots_client_indicate_handler()
588 inst->otc_inst->write_params.handle = inst->otc_inst->olcp_handle; in write_olcp()
619 } else if (!otc_inst->olcp_handle) { in bt_ots_client_select_id()
657 } else if (!otc_inst->olcp_handle) { in bt_ots_client_select_first()
691 } else if (!otc_inst->olcp_handle) { in bt_ots_client_select_last()
726 } else if (!otc_inst->olcp_handle) { in bt_ots_client_select_next()
760 } else if (!otc_inst->olcp_handle) { in bt_ots_client_select_prev()
/Zephyr-Core-3.5.0/samples/bluetooth/central_otc/src/
Dmain.c337 olcp_sub_params->value_handle = otc.olcp_handle; in subscribe_func()
475 otc.olcp_handle = bt_gatt_attr_value_handle(attr); in discover_func()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/services/
Dots.h831 uint16_t olcp_handle; member
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dmcc.c1315 mcs_inst->otc.olcp_handle = chrc->value_handle; in discover_otc_char_func()