Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_client.c447 if (handle == inst->otc_inst->olcp_handle) { in bt_ots_client_indicate_handler()
605 inst->otc_inst->write_params.handle = inst->otc_inst->olcp_handle; in write_olcp()
636 } else if (!otc_inst->olcp_handle) { in bt_ots_client_select_id()
674 } else if (!otc_inst->olcp_handle) { in bt_ots_client_select_first()
708 } else if (!otc_inst->olcp_handle) { in bt_ots_client_select_last()
743 } else if (!otc_inst->olcp_handle) { in bt_ots_client_select_next()
777 } else if (!otc_inst->olcp_handle) { in bt_ots_client_select_prev()
/Zephyr-latest/samples/bluetooth/central_otc/src/
Dmain.c335 olcp_sub_params->value_handle = otc.olcp_handle; in subscribe_func()
473 otc.olcp_handle = bt_gatt_attr_value_handle(attr); in discover_func()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h831 uint16_t olcp_handle; member
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_mcp.c444 svc_chrc_handles.ots_handles.olcp = mcc_inst->otc.olcp_handle; in mcc_discover_cb()
/Zephyr-latest/subsys/bluetooth/audio/
Dmcc.c1436 mcs_inst->otc.olcp_handle = chrc->value_handle; in discover_otc_char_func()