Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dmcc_internal.h79 uint16_t opcodes_supported_handle; member
Dmcc.c1134 } else if (handle == mcs_inst->opcodes_supported_handle) { in mcs_notify_handler()
1724 } else if (mcs_inst->opcodes_supported_handle && in subscribe_next_mcs_char()
1728 handle = mcs_inst->opcodes_supported_handle; in subscribe_next_mcs_char()
1939 mcs_inst->opcodes_supported_handle = chrc->value_handle; in discover_mcs_char_func()
3135 } else if (mcs_inst->opcodes_supported_handle == 0) { in bt_mcc_read_opcodes_supported()
3147 mcs_inst->read_params.single.handle = mcs_inst->opcodes_supported_handle; in bt_mcc_read_opcodes_supported()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_mcp.c430 svc_chrc_handles.gmcs_handles.opcodes_supported = mcc_inst->opcodes_supported_handle; in mcc_discover_cb()