/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/ |
D | btp_mcp.h | 259 uint16_t orders; member
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | mcs.c | 602 uint16_t orders = media_proxy_sctrl_get_playing_orders_supported(); in read_playing_orders_supported() local 603 uint16_t orders_le = sys_cpu_to_le16(orders); in read_playing_orders_supported() 605 LOG_DBG("Playing orders read: %d (0x%04x)", orders, orders); in read_playing_orders_supported()
|
D | media_proxy.c | 525 static void mcc_read_playing_orders_supported_cb(struct bt_conn *conn, int err, uint16_t orders) in mcc_read_playing_orders_supported_cb() argument 532 mprx.ctrlr.cbs->playing_orders_supported_recv(&mprx.remote_player, err, orders); in mcc_read_playing_orders_supported_cb() 1533 const uint16_t orders = in media_proxy_ctrl_get_playing_orders_supported() local 1536 mprx.ctrlr.cbs->playing_orders_supported_recv(player, 0, orders); in media_proxy_ctrl_get_playing_orders_supported()
|
D | mcc.c | 777 uint16_t orders = 0; in mcc_read_playing_orders_supported_cb() local 782 } else if (!data || length != sizeof(orders)) { in mcc_read_playing_orders_supported_cb() 786 orders = sys_get_le16((uint8_t *)data); in mcc_read_playing_orders_supported_cb() 787 LOG_DBG("Playing orders_supported: %d", orders); in mcc_read_playing_orders_supported_cb() 788 LOG_HEXDUMP_DBG(data, sizeof(orders), "Playing orders supported"); in mcc_read_playing_orders_supported_cb() 792 mcc_cb->read_playing_orders_supported(conn, cb_err, orders); in mcc_read_playing_orders_supported_cb()
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | mcc.h | 296 uint16_t orders);
|
D | media_proxy.h | 731 uint16_t orders);
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_mcp.c | 259 uint16_t orders) in btp_send_mcp_playing_orders_supported_ev() argument 266 ev.orders = sys_cpu_to_le16(orders); in btp_send_mcp_playing_orders_supported_ev() 547 static void mcc_read_playing_orders_supported_cb(struct bt_conn *conn, int err, uint16_t orders) in mcc_read_playing_orders_supported_cb() argument 553 orders); in mcc_read_playing_orders_supported_cb()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | media_controller.c | 281 static void playing_orders_supported_cb(struct media_player *plr, int err, uint16_t orders) in playing_orders_supported_cb() argument 289 shell_print(ctx_shell, "Player: %p, Playing orders supported: %u", plr, orders); in playing_orders_supported_cb()
|
D | mcc.c | 365 uint16_t orders) in mcc_read_playing_orders_supported_cb() argument 373 shell_print(ctx_shell, "Playing orders supported: %d", orders); in mcc_read_playing_orders_supported_cb()
|
/Zephyr-latest/boards/native/nrf_bsim/doc/ |
D | nrf52_bsim.rst | 211 simulated time will pass several orders of magnitude faster than real time,
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob.rst | 20 other limiting factors can easily degrade the data rate by several orders of magnitude. Tuning the
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | media_controller_test.c | 362 static void playing_orders_supported_cb(struct media_player *plr, int err, uint16_t orders) in playing_orders_supported_cb() argument
|
D | mcc_test.c | 330 uint16_t orders) in mcc_read_playing_orders_supported_cb() argument
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | mcp.rst | 55 *playing order*, which is one of the *playing orders supported*.
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 612 … expression and its persistent side effects shall be the same under all permitted evaluation orders
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 708 # respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
|