/Zephyr-latest/subsys/bluetooth/audio/ |
D | aics_client.c | 40 static int aics_client_common_control(uint8_t opcode, struct bt_aics *inst); 317 switch (inst->cli.cp_val.cp.opcode) { in aics_cp_notify_app() 344 LOG_DBG("Unknown opcode 0x%02x", inst->cli.cp_val.cp.opcode); in aics_cp_notify_app() 377 if (inst->cli.cp_val.cp.opcode == BT_AICS_OPCODE_SET_GAIN) { in internal_read_state_cb() 381 write_err = aics_client_common_control(inst->cli.cp_val.cp.opcode, in internal_read_state_cb() 450 static int aics_client_common_control(uint8_t opcode, struct bt_aics *inst) in aics_client_common_control() argument 470 LOG_DBG("Handle not set for opcode %u", opcode); in aics_client_common_control() 476 inst->cli.cp_val.cp.opcode = opcode; in aics_client_common_control() 964 inst->cli.cp_val.cp.opcode = BT_AICS_OPCODE_SET_GAIN; in bt_aics_client_gain_set()
|
D | tbs.c | 803 uint8_t opcode, uint8_t status) in notify_ccp() argument 806 .call_index = call_index, .opcode = opcode, .status = status}; in notify_ccp() 809 bt_tbs_opcode_str(opcode), bt_tbs_status_str(status)); in notify_ccp() 1041 switch (ccp->opcode) { in notify_app() 1085 .call_index = call_index, .opcode = BT_TBS_CALL_OPCODE_TERMINATE}; in notify_app() 1134 if (len < sizeof(ccp->opcode)) { in write_call_cp() 1139 bt_tbs_opcode_str(ccp->opcode)); in write_call_cp() 1141 switch (ccp->opcode) { in write_call_cp() 1268 inst_index(inst), bt_tbs_opcode_str(ccp->opcode), bt_tbs_status_str(status), in write_call_cp() 1288 notify_ccp(conn, attr, call_index, ccp->opcode, status); in write_call_cp() [all …]
|
D | mcs.c | 644 if (len != sizeof(command.opcode) && in write_control_point() 645 len != sizeof(command.opcode) + sizeof(command.param)) { in write_control_point() 649 memcpy(&command.opcode, buf, sizeof(command.opcode)); in write_control_point() 650 LOG_DBG("Opcode: %d", command.opcode); in write_control_point() 653 if (!BT_MCS_VALID_OP(command.opcode)) { in write_control_point() 657 .requested_opcode = command.opcode, in write_control_point() 661 LOG_DBG("Opcode 0x%02X is invalid", command.opcode); in write_control_point() 673 .requested_opcode = command.opcode, in write_control_point() 685 if (len == sizeof(command.opcode) + sizeof(command.param)) { in write_control_point() 686 command.param = sys_get_le32((char *)buf + sizeof(command.opcode)); in write_control_point()
|
D | vocs_internal.h | 31 uint8_t opcode; member
|
D | has_internal.h | 70 uint8_t opcode; member
|
D | mcc_internal.h | 110 char write_buf[sizeof(((struct mpl_cmd *)0)->opcode) +
|
D | mpl.c | 1354 LOG_DBG("Command opcode: %d", command->opcode); in inactive_state_command_handler() 1360 switch (command->opcode) { in inactive_state_command_handler() 1431 LOG_DBG("Invalid command: %d", command->opcode); in inactive_state_command_handler() 1443 LOG_DBG("Command opcode: %d", command->opcode); in playing_state_command_handler() 1450 switch (command->opcode) { in playing_state_command_handler() 1555 LOG_DBG("Invalid command: %d", command->opcode); in playing_state_command_handler() 1567 LOG_DBG("Command opcode: %d", command->opcode); in paused_state_command_handler() 1574 switch (command->opcode) { in paused_state_command_handler() 1703 LOG_DBG("Invalid command: %d", command->opcode); in paused_state_command_handler() 1715 LOG_DBG("Command opcode: %d", command->opcode); in seeking_state_command_handler() [all …]
|
D | bap_broadcast_assistant.c | 776 uint8_t opcode = net_buf_simple_pull_u8(&att_buf); in bap_broadcast_assistant_write_cp_cb() local 789 switch (opcode) { in bap_broadcast_assistant_write_cp_cb() 821 LOG_DBG("Unknown opcode 0x%02x", opcode); in bap_broadcast_assistant_write_cp_cb() 1173 cp->opcode = BT_BAP_BASS_OP_SCAN_START; in bt_bap_broadcast_assistant_scan_start() 1236 cp->opcode = BT_BAP_BASS_OP_SCAN_STOP; in bt_bap_broadcast_assistant_scan_stop() 1390 cp->opcode = BT_BAP_BASS_OP_ADD_SRC; in bt_bap_broadcast_assistant_add_src() 1517 cp->opcode = BT_BAP_BASS_OP_MOD_SRC; in bt_bap_broadcast_assistant_mod_src() 1619 cp->opcode = BT_BAP_BASS_OP_BROADCAST_CODE; in bt_bap_broadcast_assistant_set_broadcast_code() 1659 cp->opcode = BT_BAP_BASS_OP_REM_SRC; in bt_bap_broadcast_assistant_rem_src()
|
D | aics_internal.h | 48 uint8_t opcode; member
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/ |
D | btp_vcp.h | 114 uint8_t opcode; member
|
D | btp_ascs.h | 101 uint8_t opcode; member
|
D | btp_mcp.h | 135 uint8_t opcode; member 301 uint8_t opcode; member
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_enc424j600.c | 98 static void enc424j600_modify_sfru(const struct device *dev, uint8_t opcode, in enc424j600_modify_sfru() argument 112 buf[0] = opcode; in enc424j600_modify_sfru() 159 static void enc424j600_write_mem(const struct device *dev, uint8_t opcode, in enc424j600_write_mem() argument 163 uint8_t buf[1] = { opcode }; in enc424j600_write_mem() 185 static void enc424j600_read_mem(const struct device *dev, uint8_t opcode, in enc424j600_read_mem() argument 189 uint8_t buf[1] = { opcode }; in enc424j600_read_mem()
|
/Zephyr-latest/drivers/sdhc/ |
D | sam_hsmci.c | 273 cmdr |= HSMCI_CMDR_CMDNB(cmd->opcode) | HSMCI_CMDR_MAXLAT_64; in sam_hsmci_send_cmd() 492 LOG_DBG("%s(opcode=%d, arg=%08x, data=%08x, rsptype=%d)", __func__, cmd->opcode, cmd->arg, in sam_hsmci_request_inner() 495 if (cmd->opcode == SD_GO_IDLE_STATE) { in sam_hsmci_request_inner() 508 switch (cmd->opcode) { in sam_hsmci_request_inner() 612 .opcode = SD_STOP_TRANSMISSION, .arg = 0, .response_type = SD_RSP_TYPE_NONE}; in sam_hsmci_abort()
|
D | sdhc_esp32.h | 89 uint32_t opcode; /*!< SD or MMC command index */ member
|
D | ifx_cat1_sdio.c | 164 switch (cmd->opcode) { in ifx_cat1_sdio_request() 173 cmd->opcode, cmd->arg, cmd->response); in ifx_cat1_sdio_request()
|
D | mcux_sdif.c | 238 if (cmd->opcode == SD_GO_IDLE_STATE) { in mcux_sdif_transfer() 253 sdif_cmd.index = cmd->opcode; in mcux_sdif_transfer() 268 switch (cmd->opcode) { in mcux_sdif_transfer()
|
/Zephyr-latest/drivers/flash/ |
D | nrf_qspi_nor.c | 445 .opcode = cmd->op_code, in qspi_send_cmd() 462 uint8_t opcode = SPI_NOR_CMD_RDSR; in qspi_rdsr() local 468 opcode = SPI_NOR_CMD_RDSR2; in qspi_rdsr() 476 .op_code = opcode, in qspi_rdsr() 505 uint8_t opcode = SPI_NOR_CMD_WRSR; in qspi_wrsr() local 542 opcode = SPI_NOR_CMD_WRSR2; in qspi_wrsr() 554 .op_code = opcode, in qspi_wrsr() 752 .opcode = JESD216_CMD_READ_SFDP, in qspi_sfdp_read()
|
/Zephyr-latest/tests/bluetooth/audio/ascs/include/ |
D | test_common.h | 27 uint8_t opcode; member
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | msg.h | 167 void bt_mesh_model_msg_init(struct net_buf_simple *msg, uint32_t opcode);
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_conn_upd.c | 291 static void lp_cu_tx(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t opcode) in lp_cu_tx() argument 309 switch (opcode) { in lp_cu_tx() 330 ctx->tx_opcode = pdu->llctrl.opcode; in lp_cu_tx() 769 switch (pdu->llctrl.opcode) { in llcp_lp_cu_rx() 802 static void rp_cu_tx(struct ll_conn *conn, struct proc_ctx *ctx, uint8_t opcode) in rp_cu_tx() argument 820 switch (opcode) { in rp_cu_tx() 844 ctx->tx_opcode = pdu->llctrl.opcode; in rp_cu_tx() 1370 switch (pdu->llctrl.opcode) { in llcp_rp_cu_rx()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | access.h | 90 void bt_mesh_msg_cb_set(void (*cb)(uint32_t opcode, struct bt_mesh_msg_ctx *ctx,
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | mcp.rst | 214 Currently, raw opcode values are used as input to the control point 215 shell command. These opcode values can be found in the mpl.h header 218 Send the play command (opcode "1"), the command to go to track (opcode 219 "52") number three, and the pause command (opcode "2"): 423 [00:13:29.932,403] <dbg> bt_mpl.mpl_operation_set: opcode: 49, param: 536880068 424 [00:13:29.932,403] <dbg> bt_mpl.paused_state_operation_handler: Operation opcode: 49 433 [00:13:29.933,380] <dbg> bt_mcs.mpl_operation_cb: Notifying control point - opcode: 49, result: 1
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | apollox_blue.c | 372 hdr.opcode = sys_cpu_to_le16(HCI_VSC_UPDATE_NVDS_CFG_CMD_OPCODE); in bt_apollo_set_nvds() 387 hdr.opcode = sys_cpu_to_le16(BT_HCI_OP_RESET); in bt_apollo_set_nvds()
|
D | hci_ambiq.c | 166 uint16_t opcode = (uint16_t)(evt_data[EVT_CMD_COMP_OP_LSB] + in hci_event_filter() local 169 switch (opcode) { in hci_event_filter()
|