Home
last modified time | relevance | path

Searched refs:mcc (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/shell/
Dmcp.rst11 based client (mcc).
28 explorable from the mcc shell and the mpl shell, by typing :code:`mcc`
30 found by doing :samp:`mcc {<command>} help` or :samp:`mpl {<command>} help`.
83 command :code:`mcc init`.
91 giving the command :code:`mcc discover_mcs`. This will store the
111 uart:~$ mcc init
126 uart:~$ mcc discover_mcs
168 uart:~$ mcc read_player_name
172 uart:~$ mcc read_track_duration
181 uart:~$ mcc read_track_title
[all …]
/Zephyr-Core-3.6.0/subsys/net/lib/lwm2m/
Dlwm2m_obj_connmon.c99 static uint16_t mcc; variable
148 mcc = 0U; in connmon_create()
181 INIT_OBJ_RES_DATA(CONNMON_SMCC, res, i, res_inst, j, &mcc, sizeof(mcc)); in connmon_create()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/audio/test_scripts/
Dmcs_mcc.sh18 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=mcc -rs=46 -D=2
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/shell/
DCMakeLists.txt44 mcc.c
Dmcc.c2145 SHELL_CMD_ARG_REGISTER(mcc, &mcc_cmds, "MCC commands",
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/
DCMakeLists.txt41 zephyr_library_sources_ifdef(CONFIG_BT_MCC mcc.c)