Home
last modified time | relevance | path

Searched refs:mcc_read_opcodes_supported_cb (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmcc_test.c374 static void mcc_read_opcodes_supported_cb(struct bt_conn *conn, int err, in mcc_read_opcodes_supported_cb() function
546 mcc_cb.read_opcodes_supported = mcc_read_opcodes_supported_cb; in do_mcc_init()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmcc.c411 static void mcc_read_opcodes_supported_cb(struct bt_conn *conn, int err, in mcc_read_opcodes_supported_cb() function
639 cb.read_opcodes_supported = mcc_read_opcodes_supported_cb; in cmd_mcc_init()
/Zephyr-latest/subsys/bluetooth/audio/
Dmedia_proxy.c586 static void mcc_read_opcodes_supported_cb(struct bt_conn *conn, int err, uint32_t opcodes) in mcc_read_opcodes_supported_cb() function
759 mprx.mcc_cbs.read_opcodes_supported = mcc_read_opcodes_supported_cb; in media_proxy_ctrl_discover_player()
Dmcc.c894 static uint8_t mcc_read_opcodes_supported_cb(struct bt_conn *conn, uint8_t err, in mcc_read_opcodes_supported_cb() function
3145 mcs_inst->read_params.func = mcc_read_opcodes_supported_cb; in bt_mcc_read_opcodes_supported()