Searched refs:mcc (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/shell/ |
D | mcp.rst | 11 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/ |
D | lwm2m_obj_connmon.c | 99 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/ |
D | mcs_mcc.sh | 18 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=mcc -rs=46 -D=2
|
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/shell/ |
D | CMakeLists.txt | 44 mcc.c
|
D | mcc.c | 2145 SHELL_CMD_ARG_REGISTER(mcc, &mcc_cmds, "MCC commands",
|
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/ |
D | CMakeLists.txt | 41 zephyr_library_sources_ifdef(CONFIG_BT_MCC mcc.c)
|