Home
last modified time | relevance | path

Searched refs:orders (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/
Dbtp_mcp.h259 uint16_t orders; member
/Zephyr-latest/subsys/bluetooth/audio/
Dmcs.c602 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()
Dmedia_proxy.c525 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()
Dmcc.c777 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/
Dmcc.h296 uint16_t orders);
Dmedia_proxy.h731 uint16_t orders);
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_mcp.c259 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/
Dmedia_controller.c281 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()
Dmcc.c365 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/
Dnrf52_bsim.rst211 simulated time will pass several orders of magnitude faster than real time,
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob.rst20 other limiting factors can easily degrade the data rate by several orders of magnitude. Tuning the
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmedia_controller_test.c362 static void playing_orders_supported_cb(struct media_player *plr, int err, uint16_t orders) in playing_orders_supported_cb() argument
Dmcc_test.c330 uint16_t orders) in mcc_read_playing_orders_supported_cb() argument
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dmcp.rst55 *playing order*, which is one of the *playing orders supported*.
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst612 … expression and its persistent side effects shall be the same under all permitted evaluation orders
/Zephyr-latest/doc/
Dzephyr.doxyfile.in708 # respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.