Searched refs:requested_opcode (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/ |
D | btp_mcp.h | 319 uint8_t requested_opcode; member
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | media_proxy.h | 75 uint8_t requested_opcode; member
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | mcs.c | 657 .requested_opcode = command.opcode, in write_control_point() 673 .requested_opcode = command.opcode, in write_control_point() 1185 client->cmd_ntf.requested_opcode, client->cmd_ntf.result_code); in notify_cb()
|
D | mcc.c | 1118 if (length == sizeof(ntf.requested_opcode) + sizeof(ntf.result_code)) { in mcs_notify_handler() 1119 ntf.requested_opcode = *(uint8_t *)data; in mcs_notify_handler() 1121 sizeof(ntf.requested_opcode)); in mcs_notify_handler() 1123 ntf.requested_opcode, ntf.result_code); in mcs_notify_handler()
|
D | media_proxy.c | 575 ntf->requested_opcode, ntf->result_code); in mcc_cmd_ntf_cb()
|
D | mpl.c | 2202 ntf.requested_opcode = command->opcode; in send_command()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | mcc.c | 409 err, ntf->requested_opcode, ntf->result_code); in mcc_cmd_ntf_cb() 414 ntf->requested_opcode, ntf->result_code); in mcc_cmd_ntf_cb()
|
D | media_controller.c | 322 plr, cmd_ntf->requested_opcode, cmd_ntf->result_code); in command_recv_cb()
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_mcp.c | 382 ev.requested_opcode = ntf->requested_opcode; in btp_send_command_notifications_ev()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | mcc_test.c | 366 err, ntf->requested_opcode, ntf->result_code); in mcc_cmd_ntf_cb()
|