Lines Matching refs:write_buf
2406 (void)memcpy(mcs_inst->write_buf, &pos, sizeof(pos)); in bt_mcc_set_track_position()
2409 mcs_inst->write_params.data = mcs_inst->write_buf; in bt_mcc_set_track_position()
2491 (void)memcpy(mcs_inst->write_buf, &speed, sizeof(speed)); in bt_mcc_set_playback_speed()
2494 mcs_inst->write_params.data = mcs_inst->write_buf; in bt_mcc_set_playback_speed()
2657 sys_put_le48(obj_id, mcs_inst->write_buf); in bt_mcc_set_current_track_obj_id()
2659 mcs_inst->write_params.data = mcs_inst->write_buf; in bt_mcc_set_current_track_obj_id()
2742 sys_put_le48(obj_id, mcs_inst->write_buf); in bt_mcc_set_next_track_obj_id()
2744 mcs_inst->write_params.data = mcs_inst->write_buf; in bt_mcc_set_next_track_obj_id()
2865 sys_put_le48(obj_id, mcs_inst->write_buf); in bt_mcc_set_current_group_obj_id()
2867 mcs_inst->write_params.data = mcs_inst->write_buf; in bt_mcc_set_current_group_obj_id()
2956 (void)memcpy(mcs_inst->write_buf, &order, sizeof(order)); in bt_mcc_set_playing_order()
2959 mcs_inst->write_params.data = mcs_inst->write_buf; in bt_mcc_set_playing_order()
3095 (void)memcpy(mcs_inst->write_buf, &cmd->opcode, length); in bt_mcc_send_cmd()
3098 (void)memcpy(&mcs_inst->write_buf[sizeof(cmd->opcode)], &cmd->param, in bt_mcc_send_cmd()
3103 mcs_inst->write_params.data = mcs_inst->write_buf; in bt_mcc_send_cmd()
3197 (void)memcpy(mcs_inst->write_buf, &search->search, search->len); in bt_mcc_send_search()
3200 mcs_inst->write_params.data = mcs_inst->write_buf; in bt_mcc_send_search()